/*** globals and default
============================================**/
body {
	margin:0 auto;
	background-color:#CCC;
}
img, a {
	border:0;
}	

/*** header
============================================**/
div#container {
	background:url(../images/bg.jpg) repeat-x #CCC;
	height:200px;
}		
div#header {
	background:url(../images/header.jpg) no-repeat;
	position:relative;
	width:792px;
	height:200px;
	margin:0 auto;
}		
/*** nav
============================================**/
#nav, #nav ul {
	position:absolute;
	top:156px;
	left:29px;
	margin:0;
	padding:0;
	width:736px;  
	list-style:none; 
} 
#nav a {     
	display: block;     
} 
#nav li {     
	float: left;    
}
#nav li ul {     
	position: absolute;        
	left: -999em; 
	top:30px !important;
	width:160px;
} 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
		
/*** content
============================================**/
div#content {
	background:url(../images/home-bg.jpg) no-repeat;
	width:792px;
	height:670px;
	margin:0 auto;
}	
	.partners {
		float:right;
		margin:24px 52px 0 0;
		width:240px;
		height:142px;
	}

/*** footer
============================================**/
div#footer-container {
	background:url(../images/f_bg.jpg) repeat-x #CCC;
	height:295px;
}
div#footer {
	background:url(../images/footer.jpg) no-repeat;
	position:relative;
	width:792px;
	height:296px;
	margin:0 auto;
}		
	#footer ul {
		position:absolute;
		z-index:99;
		top:240px;
		left:190px;
		margin:0;
		padding:0;
		width:413px;
	}
	#footer li {
		list-style-type:none;
		float:left;
		margin:0;
		padding:0;
	}
