﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	left: 0px;
	top: 0px;
	position:absolute;
}

#page_content {
	margin-left: 250px;
	width:500px;
	
	
}
#page_content2{
	width:700px;
}
#logo{
	width:171px;
	height:207px;
	float:left;
	position:relative;
	
}
#logo2{
	position:absolute;
}

#footer {
}

