body{
background-color:#121315;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

h1{
margin:0;
font-size:20px;
color:#fcb033;
text-transform:uppercase;
}

a{
color:#FFFFFF;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}

.red{
color:#ef3e35;
}

#container{
width:955px;
margin:auto;
}

	#header{
	height:151px;
	}
	
	#menu{
	width:907px;
	height:33px;
	margin:20px auto;
	background-image:url(images/menubg.gif);
	background-repeat:no-repeat;
	}
	
		#menu a{padding-top:6px; display:block; margin:0 30px; color:#FFFFFF; text-decoration:none; float:left;}
		#menu a:hover{color:#fcb033;}
		
	#content{
	clear:both;
	width:907px;
	margin:auto;
	}
	
		#left{
		float:left;
		width:602px;
		padding:5px;
		border:solid 1px #2a2929;
		text-align:justify;
		}
		
		#right{
		float:right;
		width:278px;
		border:solid 1px #2a2929;
		text-align:center;
		}
	
	#footer{
	text-align:center;
	font-size:11px;
	clear:both;
	padding:10px;
	}
	
	
