/****************************************
 *
 * CSS HEADER and FOOTER
 *
 * Version 1.0 (C) 2007.07.09 by TIM WILSON
 *
 ****************************************/

/* Header ---------------------------------------------------------- */

#siteBG {
	height: 250px;
	position: absolute;	
	width: 100%;
}

#header {
	clear:both;
	height: 125px;
	position: relative;	
	width: 100%;
}

#logo{
	left:0px;
	position:absolute;
	top:40px;
}

#headerImage{
	position:absolute;
	right:-95px;
	top:0px;
	width:415px;
	height:140px;
	background-image: url(../graphics/header/header_feature.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
}

#header-container{
	margin-left: auto; 
	margin-right: auto;
	position: relative;	
	width:800px;
	height:120px;
}




/* Footer ----------------------------------------------------------- */


#footer {

	clear:both;
	height:160px;
	position: relative;	
	width: 100%;
	float:left;
	margin-top:40px;
	background-color:#fff;
}


#footer-container{
	border-top: 1px solid #999;
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	width:800px;
	height:120px;
	color:#999;
}
#footer-content{
	margin-top:1px;
	border-top: 4px solid #ccc;
	width:300px;
	padding-top:5px;
	padding-left:2px;
}