#pageHolder {
	position: relative;
	width: 700px;
	margin: auto;
}

#pageHeader {
	position: relative;
	width: 700px;
	height: 150px;
	background: url(/images/main/header_bg.gif) no-repeat;
}

#mainImage {
	position: relative;
	width: 700px;
	height: 280px;
	text-align: center;
	background: url(/images/main/feature_bg.gif) no-repeat;
}

#pageLinks {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 150px;
	background: url(/images/main/top_links.gif) no-repeat;
}

#contentFoot {
	position: relative;
	padding: 2px 0px;
	width: 100%;
	background: #fcf0b8 url(/images/main/footer_bg.gif) no-repeat bottom left;
	font-size: 11px;
}

#contentFoot a { font-size: 11px; }

#contentFoot .pageFoot {
	position: relative;
	padding: 2px 20px;
}

