/****************************************
 *
 * 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: 270px;
	position: absolute;	
	width: 100%;
}

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

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

#userInfo{
	position:absolute;
	right:10px;
	top:20px;
	color:#fff;
}
#userInfo a{

	color:#fff;
}

#userInfo a:hover{
	
	color:#ccc;
}

#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:150px;
}

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

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


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


#footer {

	clear:both;
	height:120px;
	position: relative;	
	width: 100%;
	float:left;
	margin-top:0px;

}


#footer-container{
		padding-top:40px;
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	
	width:920px;
	height:140px;
	color:#666;
background-color:#fff;
}
#footer-content{
	padding-top:20px;
	padding-left:20px;
}