body{
	width:100%;
	margin:auto;
	padding:auto;
	text-align:center;
}

#centerme{
	text-align:left;
	width:853px;
	margin-left:auto;
	margin-right:auto;
}

#site{
	text-align:left;
	float:left;
	width:853px;	
	position:relative;
	background: #333333;
}

#header{
	float:left;
	height:125px;
	width:853px;
}

#header .left{
	float:left;
	width:504px;
	height:125px;
}
#header .right{
	float:right;
	width:349px;
	height:125px;
}

#inner{
	width:835px;
	float:left;
	margin-left:9px;	
}

#footer{
	width:852px;
	height:56px;
	float:left;
	background:url('images/footer.jpg');
}

#footer .txt{
	display:block;
	font-size:10px;
	font-family:arial,helvetica,sans;
	color:#FFFFFF;
	margin-left:40px;
	margin-top:22px;
}

#nav{
	float:left;
	height:58px;
	background:#ffa200;
	width:835px;
}

#navholder{
	float:left;
	margin-top:20px;
	margin-left:35px;
	font-size:15px;
	font-family:arial,helvetica,sans;
	color:#27282c;
	font-weight:bold;
}

#navholder a{
	color:#27282c;
	text-decoration:none;
}
#navholder a:hover{
	color:#27282c;
	text-decoration:underline;
}

#darkrow{
	background:#27272c;
	width:835px;
	float:left;
}
#darkrow #left{
	float:left;
	margin-left:31px;
	margin-top:28px;
	width:409px;
	font-family:arial,helvetica,sans;
	color:#ffffff;
	font-size:12px;
}
#darkrow #right{
	float:right;
}

#lightrow{
	background:#424242;
	width:835px;
	float:left;	
}

#lightrow #left{
	float:left;
	margin-left:31px;
	margin-top:28px;
	margin-bottom:28px;
	width:409px;
	font-family:arial,helvetica,sans;
	color:#ffffff;
	font-size:12px;
}

#lightrow #right{
	float:right;
	width:379px;
}

#lightrow #left a{
	color:#ffa200;
}

#lightrow #right img{
	margin-top:10px;
	margin-bottom:10px;
}

#links img{
	float:left;
	margin-left:30px;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;	
}

#links #copy{
	font-family:arial,helvetica,sans;
	color:#ffffff;
	font-size:12px;
	float:left;
	width:600px;
	margin-top:20px;
	margin-bottom:20px;		
}

#links #copy a{
	color:#ffa200;
	text-decoration:underline;
}

#lightrow #contact #left{
	float:left;
	width:500px;
}

#lightrow #contact #right{
	float:right;
	width:287px;
	margin:0px;
	vertical-align:top;
	background:#3a3a3a;
}

#lightrow #contact #right img{
	margin:0px;
}

#lightrow #contact #right #cdetails{
	width:200px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:45px;
	font-family:arial,helvetica,sans;
	color:#ffffff;
	font-size:12px;	
}

#lightrow #contact #right #cdetails a{
	color:#ffa200;
}

#lightrow #contact #left #fleft{
	width:243px;
	float:left;
}



#lightrow #contact #left #fright{
	width:250px;
	float:left;
}


#lightrow #contact #left #fleft input{
	background:#666666;
	border:1px solid #666666;
	color:#ffffff;
	margin-top:3px;
	width:221px;

}

#lightrow #contact #left #fright textarea{
	background:#666666;
	border:1px solid #666666;
	color:#ffffff;
	margin-top:3px;
	width:207px;
	height:219px;
}