body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
}
img{
	border: none;
}
h1{
	padding-bottom: 20px;
}
.topnav {
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	position: absolute;
	visibility: visible;
	height: 48px;
	width: 95%;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
}
.header_img{
	border: 5px soild red;
}
.topnav p{
	padding-left: 26px; 
}



a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #720201
}
a:active {
	text-decoration: none;
	color: #720201
}
.footer {
	font-size: 12px;
	position: absolute;
	width: 366px;
	bottom: 0px;
	left: 0px;
	background-color: #000000;
	text-align: center;
}
p {
	color: #FFFFFF;
	padding-bottom: 20px;
}
.news {
	position: absolute;
	right: 20px;
	text-align: justify;
	left: 450px;
	margin: 5px;
	padding: 5px;
	top: 205px;
	width: 400px;
	z-index:2;
}
.music {
	position: absolute;
	right: 20px;
	text-align: justify;
	left: 20px;
	margin: 5px;
	padding: 5px;
	top: 212px;
	width: 800px;
}
#side_photo{
	position:absolute;
	width: 400px;
	height: 100%;
	top: 220px;
}
#side_photo_long{
	position:absolute;
	width: 650px;
	height: 100%;
	top: 215px;
	z-index:1;
}