﻿/* CSS layout */
#masthead {
	width: 995px;
	background-color: #808080;
	height: 70px;
	left: 200px;
}



#container {
	position: relative;
	width: 983px;
	height: 1000px;
}
#left_col {
	width: 133px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #C0C0C0;
	height: 1000px;
}
#page_content {
	margin-left: 200px;
	background-color: #808080;
	left: 133px;
	position: absolute;
	width: 840px;
	height: 1000px;
}

#footer {
}
