@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 12px;
	background-color: #000;
}
h2 {
	color:#ff9900;
}
#twitterbox {
	float:right;
	top:400px;
}
#wrap       {
	width:1250px;
	margin:0 auto;

} 
#wrapper {
	padding: 5px 75px 5px 75px;
	border: 1px solid #fff;
	background-image: url(images/bgtest.png);
	background-repeat: repeat-y;
}
#header {
	height: 200px;
	background-image: url(images/mainbg.png);
	background-repeat: no-repeat;

}
#logo {
	float: left;
	padding-top: 75px;
}
#nav {
	float: right;
	color:#fff;
	padding-top: 170px;
}
#container {
	margin: 0 auto;
	text-align: left;
}
#CentermainContent {
	width: 845px;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
	min-height:500px;
	color: #FFF;
}
#LeftmainContent {
	padding: 20px 20px 20px;
	Float:left;
	width: 600px;
	color: #FFF;
}
#RightmainContent {
	padding: 10px 10px 10px 10px;
	float:right;
	width: 400px;
	background-color: #000;
}
#footer {
	clear:both;
	color: #000;
	padding-top: 10px;
}
a{
	color: #fff;
	padding: 6px 3px 4px 3px;
	margin-right: 10px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	font-size: 14px;
}
a:hover, a.selected{
border-bottom-color: #ff9900;
}

.menu{
font-weight: bold;
width: 100%;
}

.menu ul{
padding: 6px 0 7px 0; 
margin: 0;
text-align: right; 
}

.menu ul li{
display: inline;
}

.menu ul li a{
color: #fff;
padding: 6px 3px 4px 3px; 
margin-right: 10px; 
text-decoration: none;
border-bottom: 1px solid #000; 
}

.menu ul li a:hover, .menu ul li a.selected{
border-bottom-color: #ff9900;
}
