﻿/* CSS layout */
#bigcentrediv {
	border: 5px outset #800000;
	margin: 0px 0px 0px -490px;
	position: absolute;
	width: 970px;
	background-color: #AA0000;
	left: 50%;
	top: 5px;
	height: auto;
}
#left_col {
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	float: none;
	background: #AA0000;

}
#top {
	position: relative;
	width: 810px;
	left: 160px;
	border-left-style: groove;
	border-left-width: thin;
	border-left-color: #FFFFFF;
	height: 130px;
}
#page_content {
	border-left-style: groove;
	border-left-width: thin;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 570px;
	position: relative;
	left: 160px;
	width: 790px;
}
