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

#header {
	background-image: url(../graphics/header/header_back.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	clear:both;
	height: 145px;
	margin-bottom:20px;
	position: relative;	
	width: 100%;
	z-index:99;
}

#header-detail {
	background-image: url(../graphics/header/header_topDetail.jpg);
	background-repeat: repeat-x;
	height:5px;
	position: absolute;	
	width: 100%;
	left:0px;
}

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

#header-logo{
	position:absolute;
	top:25px;
}

#header-image{
	position:absolute;
	right:0px;
	top:5px;
}

#footer {
	clear:both;
	height:100px;
	position: relative;	
	width: 100%;
	top:20px;
	font-size:11px;
	
}

#footerContainer{
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	width:770px;
	height:80px;
	padding-top:20px;
	height:auto;
	color:#865592;
	border-top: 2px solid #865592;
}


