﻿/* CSS layout */
#masthead {
	font-size: large;
	vertical-align: top;
	right: auto;
	left: auto;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}
#left_col {
	width: 200px;
	left: 0px;
	top: 0px;
	background-color: #3399FF;
	border-left-width: 0px;
	border-top-color: #FF0000;
	border-top-style: solid;
	border-top-width: 3px;
	float: left;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
}

#clearone {
	clear: both;
	height: 1px;	
}
#footer {
	color: #000000;
	clear: both;
	font-weight: bold;
}
#clear {
	clear: both;
}
