﻿/* CSS layout */
#masthead {
	width: 95%;
	color: #FFFFFF;
	background-image: url('gradient990033.jpg');
	position: relative;
	z-index: auto;
	left: 0px;
	right: 0px;
	margin-left: 2.5%;
	height: 25%;
}
#top_nav {
	margin-right: auto;
	margin-left: 2.5%;
	width: 95%;
	background-color: #C0C0C0;
	position: relative;
	z-index: auto;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	height: 10%;
}
#container {
	position: relative;
}
#left_col {
	width: 25%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: 2.5%;
	background-image: url('gradient990033.jpg');
	height: 100%;
}
#page_content {
	margin-right: 2.5%;
	margin-left: 27.5%;
	height: 100%;
	background-color: #C0C0C0;
}
#footer {
	background-color: #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	height: auto;
}

