﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#masthead_left {

}

#masthead_center {
	text-align:center;
}

#top_nav {
	margin-left: 150px;
}

#container {
	min-width: 745px;
}

#left_col {
	width: 140px;
	float: left;
}

#page_content {

}

#right_col {
	width: 140px;
	float: right;
}

#footer {
	clear: both;
}
