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

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

#siteBG {
	background-image: url(../graphics/header/site_BG.jpg);
	background-repeat: repeat-x;
	height: 250px;
	position: absolute;	
	width: 100%;
}

#header {
	clear:both;
	height: 180px;
	position: relative;	
	width: 100%;
	z-index:100;
}

#logo{
	left:30px;
	position:absolute;
	top:10px;
}

#headerImage{
	position:absolute;
	right:0px;
	top:10px;
}

#header-container{
	background-image: url(../graphics/header/header_BG.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	margin-left: auto; 
	margin-right: auto;
	position: relative;	
	width:920px;
	height:185px;
}

#header-left{
	background-image: url(../graphics/header/header_left.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left:-10px;
	top:0px;
	width:11px;
	height:270px;
}

#header-right{
	background-image: url(../graphics/header/header_right.jpg);
	background-repeat: no-repeat;
	position:absolute;
	right:-10px;
	top:0px;
	width:11px;
	height:270px;
}


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


#footer {

	clear:both;
	height:120px;
	position: relative;	
	width: 100%;
	float:left;
	margin-top:40px;
	background-image: url(../graphics/footer/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
}
#footer-left{
	background-image: url(../graphics/footer/footer_left.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left:-10px;
	top:0px;
	width:11px;
	height:120px;
}

#footer-right{
	background-image: url(../graphics/footer/footer_right.jpg);
	background-repeat: no-repeat;
	position:absolute;
	right:-10px;
	top:0px;
	width:11px;
	height:120px;
}

#footer-container{
	
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	
	width:920px;
	height:120px;
	color:#666;
	background-image: url(../graphics/footer/footer_centralBG.jpg);
	background-repeat: repeat-x;
}
#footer-content{
	padding-top:20px;
	padding-left:30px;
}
