﻿/* CSS layout */
#masthead {
	background-color: #000000;
	height: 155px;
}
#top_nav {
	background-color: #0033CC;
	height: 45px;
	background-image: url('images/grayfade.jpg');
}
#container {
	background-position: center;
	position: relative;
	width: 100%;
	height: 862px;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 1px;
	height: 405px;
	background-color: #660066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	border-left-style: none;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-top-style: none;
	border-top-width: thin;
	border-bottom-style: none;
	border-bottom-width: thin;
	padding-left: 5px;
}
#page_content {
	margin-right: 200px;
	margin-left: 200px;
	background-color: #FFFFFF;
	margin-top: 0px;
	height: 350px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
}
#right_col {
	border-left: thin solid #000000;
	border-right: thin none #000000;
	border-top: thin none #000000;
	border-bottom: thin none #000000;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #660066;
	height: 412px;
	text-align: center;
}
#footer {
	background-color: #000000;
	width: 100%;
	height: 40px;
}
