﻿/* CSS layout */
#masthead {
	width: 1000px;
	line-height: normal;
}
#top_nav {
	width: 1000px;
	line-height: normal;
}
#container {
	position: relative;
	width: 1000px;
	line-height: normal;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #2E0017;
	line-height: normal;
}
#page_content {
	margin-left: 220px;
	width: 780px;
	line-height: normal;
}
#footer {
	font-family: verdana;
	width: 1000px;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: normal;


