﻿/* CSS layout */
#masthead {
	background-color: #000000;
	height: 150px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: auto;
	left: 0px;
}

#top_nav {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	width: 100%;
	top: 20px;
	z-index: 1;
}

#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('images/aosf2 left.jpg');
	height: 3600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	z-index: 0;
}

#page_content {
	margin-right: 0px;
	margin-left: 160px;
	height: 1000px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	background-color: #FF0000;
	bottom: auto;
	height: auto;
	top: 1000px;
}
