﻿/* CSS layout */
#masthead {	margin-left: 120px;
	width: 829px;
}

#top_nav {	width: 948px;
}

#container {
	position: relative;
	width: 830px;
	top: 0px;
	left: 0px;
	height: 1250px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: medium;
	margin-left: 120px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #000000;
	padding: 0 5px 0 5;
	margin-right: 200px;
	margin-left: 200px;
	width: 410px;
	text-align: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}

#right_col {
	width: 200px;
	position: absolute;
	right: -1px;
	top: 3px;
	height: 39px;
}

#footer {
}
