/*
LAYOUT HOME DENNY MARSHALL
	background color 	=> #556A88
	background content 	=> #E6E6E6
	background frame	=> #DBDBDB
	background footer	=> #3F7091
	Link				=> #717171
	Text				=> #717171
*/

body{background:url(../img/bg.jpg);background-repeat:repeat-x;background-color:#556A88;margin:0;color:#717171;font-family:Verdana;font-size:11px;}

#container{width:799px; margin:auto;}

	#header{background:url(../img/header.jpg);width:799px;height:149px;background-repeat:no-repeat;background-position:top;}
					
	#content{width:799px;margin:auto;background:url(../img/bg_content.jpg);background-position:top;background-repeat:no-repeat;background-color:#E6E6E6;padding:25px 0;}
		#content #block{background-color:#DBDBDB;width:760px;margin:15px auto;padding-bottom:5px;}
			#content #block .block{background:url(../img/bg_gradient.jpg);background-repeat:repeat-x;background-color:#F8F8F8;background-position:bottom;width:750px;margin:auto;}
				#content .brandingBlock{width:360px;float:left;padding:5px;}
				#content .infoBlock{padding:5px;}
					#content .brandingBlock .left{background-color:#FFF;padding:10px;}
					#content .brandingBlock .right{height:200px;width:180px;padding:5px;}
					#content .infoBlock .left{padding:10px;}
					#content .infoBlock .right{width:450px;padding:5px;}
	
	#footer{background:url(../img/footer.jpg);width:768px;height:90px;background-repeat:no-repeat;margin:20px 15px;}
		#footer ul{margin:0;padding:60px 10px;}
			#footer ul li{list-style:none}
				#footer ul li a{display:block;color:#FFF;text-decoration:none;font-size:10px;}
