﻿/* CSS layout */
#masthead {
	height: 140px;
	width: auto;
	left: 5px;
	right: 5px;
	top: 0px;
}

#top_nav {
	height: 185px;
	width: 100%
}

#container {
	position: relative;
	height: auto;
	max-width: 1000px;
	min-width: 800px;
}

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

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	height: auto;
	min-width: 400px;
	max-width: 800px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: inherit;
}

#footer {
	left: 200px;
	height: 280px;
	width: 800px;
	top: auto;
	position: absolute;
}
.banner {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	bottom: 5px;
	left: 5px;
	right: 5px;
	width: auto;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	width: auto;
	height: auto;
	top: 453px;
}

