.body{
	font-family: Arial,"Times New Roman",serif;
	font-size: 12px;
	background-color:#202020;
	color: #e8e8e8;
}
strong{font-weight:normal;}
a{
	font-style: normal;
	/*font-variant: small-caps;*/
	text-decoration: none;
	color: #5a8dfb;
	/*font-size: 14px;*/
}

h1{
	font-weight: bold; 
	color: #e8e8e8; 
	border-bottom: 1px solid #C6EC8C; 
}
.header{
	height: 60px;
	color: #FFF;
	background-color: #000;
	border-top:2px solid #404040;
	border-bottom:2px solid #404040;
	text-align:left;
	padding-left:12%;
}
.header h1{border:none;}
.header a, .header a:hover,.header a:visited{
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
.container{
	/*padding-top:20px;*/
	width:980px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	/*text-align:center;*/
}
.content-ad{
	float:left;
	width:350px;
	height:290px;
}
.top_ad{
	margin-top:5px;
	width:728px;
	height:90px;
	background-color:#202020;
	margin-left:auto;
	margin-right:auto;
}
.content-container{
	/*float:right;*/
	width:620px;
	padding-bottom:25px;
}
#content1{
	display: block;
	padding-bottom:50px;
}
#content2{
	display: none;
}
#content3{
	display: none;
}
#content4{
	display: none;
}
.noscript-message {
	background:#FCE9C0 url(/images/alerticon.png) left no-repeat;
	background-position: 30%;
	border-top:2px solid #DBAC48;
	border-bottom:2px solid #DBAC48;
	padding: 15px 10px 15px 50px;
	text-align:center;
}
#navbar{
	width:100%;
}
#navbar ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	background-color: #000;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #000;
}
#navbar ul li a:hover {
	color: #000;
	background-color: #fff;
}
#navbar ul li a:active {
	color: #000;
	background-color: #fff;
}
#footer{
	position: fixed;
	font-size:80%;
	/*text-align:center;*/
	width:99%;
	bottom:0px;
}
#footer ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	background-color: #000;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #000;
}
#footer ul li a:hover {
	color: #000;
	background-color: #fff;
}
#footer ul li a:active {
	color: #000;
	background-color: #fff;
}
.copy{
	/*position: fixed;
	right:20px;
	bottom:5px;
	width:99%;
	font-size:75%;
	text-align:right;
	right:20px;
	float:right;*/
	padding-left:220px;
}