﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:156px;
}

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

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

#page_content {
	margin-right: 200px;
	margin-left: 350px;
}

#right_col {
	width: 150px;
	position: absolute; 
	right: 0px;
	top: 0px;
}

#footer {
}
