/****************************************
 *
 * CSS HEADER and FOOTER
 *
 * Version 1.0 (C) 2007.07.09 by TIM WILSON
 *
 ****************************************/

/* Header ---------------------------------------------------------- */
#header {
	clear:both;
	height: 115px;
	position: relative;	
	width: 100%;
	z-index:100;

}

#logo{
	position:absolute;
	top:10px;
	left:5px;
}

#headerImage{
	position:absolute;
	right:40px;
}

#header-container{
	margin-left: auto; 
	margin-right: auto;
	position: relative;	
	width:890px;
	height:115px;	
}



/* Footer ----------------------------------------------------------- */
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBE4ED;
	clear:both;
	height:100px;
	position: relative;	
	width: 100%;
	top:0px;
	padding-top:20px;
	background-image: url(../graphics/footer/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
}
#footerContainer{
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	position: relative;	
	width:890px;
	height:auto;
	padding-bottom:20px;
	color:#666;
}
#footerStatement{
	
	width: 500px;
	position:relative;
	left:40px;
}
