#pageHolder {
	position: relative;
	width: 800px;
	margin: auto;
	background: url(/images/main/header_outline.gif) center top no-repeat;
}
* html #pageHolder { 	left: 1px; }

#pageInner {
	position: relative;
	width: 777px;
	overflow: hidden;
	margin-bottom: -5px;
}

#pageHeader {
	position: relative;
	width: 758px;
	height: 180px;
	margin-left: 19px;
	background: url(/images/main/header_bg.gif) bottom left repeat-x;
}

#pageLogo {
	position: absolute;
	width: 269px;
	height: 180px;
	top: 0px;
	right: 0px;
	background: url(/images/main/header_logo.gif);
}

.headerLeft {
	position: absolute;
	left: 0px;
	bottom: 51px;
	overflow: hidden;
	border-right: 1px solid #d8d1cc;
}

.pageTitle {
	position: absolute;
	bottom: -5px;
	left: 10px;
}

.pageTitle h1 {
	color: #996734;
	font: bold 24px arial;
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}

.tagLine {
	position: absolute;
	top: 130px;
	left: 10px;
	font: bold 15px arial;
	color: #555;
	font-variant: small-caps;
}

#sideBar {
	position: relative;
	float: left;
	width: 170px;
	left: 30px;
}

#mainContent {
	position: relative;
	float: right;
	width: 560px;
}

.pageFooter {
	position: relative;
	left: 250px;
	width: 500px;
	text-align: right;
	font: normal 10px arial;
	padding-top: 5px;
	margin-top: 35px;
	border-top: 1px solid #d8d1cc;
	padding-bottom: 20px;
}

.pageFooter a {
	font: normal 10px arial;
}

