@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(img/page_bg.jpg) repeat-x top;
	width: 1000px;
	margin: 0 auto 0 auto;
	
}

#wrapper {
	margin: 10px auto 0 auto;
	width: 950px;
	min-height: 600px !important;
}

#header {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 200px;
}

#mp3player {
	text-align: right;	
}

#navbar {
	width: 100%;
	height: 40px;
	margin: 0 auto 0 auto;
	border: 0px solid white;
	vertical-align: middle;
}

#content {
	width: 950px;
	border: 0px solid white;
	margin: 0 auto 0 auto;
}
#contentframe {
	min-height: 720px;
}
#footer {
	width: 100%;
	border: 0px solid white;
	height: 40px;
	font-family: verdana;
	font-weight: bold;
	color: white;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
}

p.content {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	text-align: justify;

}
a:link {
	font-family: verdana;
	color: #EEE;
	text-decoration: underline !important;
}

a:visited {
	font-family: verdana;
	color: #CCC;
}

a:hover {
	font-family: verdana;
	color: #FFF;
}
a:active {
	font-family: verdana;
	color: #EEE;
}

nav.a:link {
	margin: 0 20px 0 20px;
}



	
