﻿/* CSS layout */
#masthead {
	position: relative;
	width: 96%;
	top: 0px;
	left: 0px;
}

#top_nav {
	position: relative;
	left: 0px;
	top: 0px;
	width: 906px;
	font-family: Verdana;
	color: gray;
	margin-bottom: 0px;
	font-weight: 100;
	text-align: center;
}

#top_left {
	width: 111px;
	position: absolute;
	left: 15px;
	top: 5px;
	height: 121px;
}

#header {
	margin-left: 150px;
}

#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 10px;
	height: 654px;
}
#container {
	position: relative;
	width: 100%;
	top: 4px;
	left: 0px;
	height: 623px;
}

#page_content {
	margin-right: 215px;
	margin-left: 150px;
	position: absolute;
	top: 200px;
	left: 27px;
	width: 562px;
	height: 547px;
	text-align: center;
}

#right_col {
	width: 159px;
	position: absolute;
	right: -15px;
	top: 8px;
	left: 748px;
	height: 536px;
	text-align: left;
}

#footer {
}
