.menu {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.menu_red {
	font-family: Tahoma;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}
.update {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.text_red {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.text_black {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.text_black_14 {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.text_red_14 {
	font-family: Arial;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.copyright {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none
}
.copyright a:link {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none
}
.copyright a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none
}
.copyright a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration:none
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #666666;
}
.topBorder {
	border-top: 1px solid #7C7575;
}
p {
	padding-right: 15px;
}


#side_menu {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	float: right;
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	padding-right: 15px;
}
#side_menu li, #side_menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#song_content {
	float: left;
	position: relative;
	margin-top: 10px;
	width:600px;

}