﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	min-width: 775px;
}

#logo {
	float: left;
	width: 155px;
}

#header {
	margin-left: 155px;
}

#container {
	clear: both;
	
	

	
}

#left_col {
	float: left;
	width: 155px;
	position: absolute;
	display: inline;
	top: 86px;
	height: 500px;
}

#page_content {
	clear: both;
	position:relative;
	max-width:595px;
	margin-left: 160px;
	margin-top: 120px;
	float:left;
	
}

#footer {
	clear: both;
}

