﻿/* CSS layout */
#masthead {
	50 width: 100% color: #EEE0AB;
	color: #EEE0AB;
}

#container {
	position: relative;
	width: 950px;
}
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 4px;
	margin-top: 6px;
}

#page_content {
	margin-left: 1px;
}

#footer {
	color: #3D0B08;
}
