@charset "utf-8";
/* CSS Document */

body {
	margin-top:0;
	color:#fff;
	background:#000 url(images/bodybg.gif) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}

a {color:#fff;}

#wrapper {
	width:882px;
	margin-left:auto;
	margin-right:auto;
	}

#inner {
/*	border-bottom:1px #f8981d solid;
	border-left:1px #f8981d solid;
	border-right:1px #f8981d solid;
*/	width:100%;	
	}
	
#header {
	width:882px;
	height:342px;
/*	border-bottom:1px #536184 solid;
*/}

#content {
	width:882px;
}


#navcontainer {
	width:880px;
	height:25px;
	background: url(/images/navbg.png);
	}

#navcontainer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navcontainer li {
	float:left;
	width:125px;
	margin:0;
	padding:0;
	text-align:center;
}
#navcontainer li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
/*	border-right:1px solid #FFF;
*/	font-size:12px;
font-weight:bold;
}
#navcontainer li a {
	background: url(images/bg2.jpg) repeat 0 0;
}
#navcontainer li a:hover {
	background-position:50px 0;
}

.formtd {font-size:12px;}

textarea {overflow:auto;}
#footer {
	color:#d9dada;
	text-align:center;
	font-size:9px;
	padding-top:10px;

}

.audioplayer {float:right;}
