﻿/* Layout CSS */
body { text-align:center }  

#masthead {
	width: 780px;  
	height: 120px;
	margin: 0em auto;}

#top_nav {
	border-width: 1px;
	border-color: #3366CC;
	border-style: none solid solid solid;
	width: 778px;
	border-bottom-style: solid;
	text-align: center;
	margin: 0em auto;
}

#container {
	position: relative;
	border-width: 1px;
	border-color: #3366CC;
	border-style: none solid none solid;
	width: 778px;
	height: 1200px;
	text-align: center;
	margin: 0em auto;
}

#left_col {
	border-right: 1px #3366CC solid;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 1200px;
}

#page_content {
	margin-left: 160px;
	height: 1200px;
}

#footer {
	width: 780px;
	height: 50px;
	margin: 0em auto;
}

