/*Header*/
#headwrap {
	width: 800px;
	position: relative;
	height: 106px;
	background: #ffffff url(images/header.png) no-repeat center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	padding: 0;
}
#headwrap .logo {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	top: 30px;
	left: 60px;
}
#headwrap .slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #fff;
	top: 40px;
	left: 541px;
	width: 184px;
	height: 19px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
}

/* Footer */	
#footer {
	color: #666666;
	background: #ffffff url(images/footbg.png) no-repeat center top;
	clear: both;
	width: 800px;
	height: 60px;
	text-align: center;	
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
