﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	min-width: 950px;
	height: 150px;
}

#logo {
	float: left;
	width: 120px;
	height: 150px;
}

#header {
	margin-left: 120px;
	height: 150px;
}

#top_nav {
	height: 30px;
}
#container {
	clear: both;
	min-width: 950px;
	height: auto;
	min-height: 580px;
}

#left_col {
	float: left;
	width: 120px;
	height: 580px;
	background-color: #FFFFFF;
}

#page_content {
	overflow: auto;
	margin-left: 120px;
	height: 580px;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	height: 40px;
}
