﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	text-align: center;
}
#top_nav {
	text-align: center;
}
#container {
	min-width: 600px;
	
}
#left_col {
	width: 200px;
	float: left;
	position: relative;
}	
	#right_col {
	width: 200px;
	float: right;
}
#page_content {
}
#footer {
	clear: both;
	text-align: center;
}

