﻿/* CSS layout */
#masthead {
	position: relative;
}

#top_nav {
	position: relative;
}

#container {
	position: relative;
	width: 625px;
	margin-left: 150px;
}

#left_col {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 0px;
}

#page_content {
	position: absolute;
	margin-left: 150px;
	width: 475px;
}

#footer {
	position: relative;
}
