﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
	width: 950px;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
#left_col {
	width: 150px;
	float: left;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
#right_col {
	width: 50px;
	float: right;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
}

#footer {
	clear: both;
}
