﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	padding: 0;
}
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#top_nav {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
#page_content_image {
	/*position:relative;*/
	margin-top:0px;
	float:left;
}
#body_container {
	float:left;
}
/*#left_column {
	float: left;
}*/
#page_content_left{
	/*position: relative;*/
	float: left;
}
#page_content_right {
	float: right;
}
#bottom_nav{
	width: auto;
	clear: both;
	overflow: hidden;
}
#footer {
	width: auto;
	clear: both;
	overflow: hidden;
}
