#pageHeader {
	height: 290px;
	width: 690px;
	position: absolute;
	top: 0px;
	margin-left:-345px;
	left: 50%;
}
#pageMenu {
	width: 180px;
	position: absolute;
	top: 290px;
	margin-left:-345px;
	left: 50%;
	clear: left;
}
#pageContent {
	color: #212A33;
	background-image: url(images/template_08.jpg);	
	width: 510px;
	position: absolute;
	top: 290px;
	margin-left:-165px;
	left: 50%;
	clear: left;
}

#pageFooter {
	width: 690px;
	position: absolute;
	margin-left:-345px;
	top:10000px;
	left: 50%;
	clear: left;
	background-repeat:repeat-y;
	background-position: center top;
	height: 25px;
	background-image:url(images/template_10.jpg);
}
