﻿/* CSS layout */
#masthead {
	right: auto;
	left: auto;
	width: 100%;
	position: relative;
	background-color: #0c0805;
}
#top_nav {
	background-color: #0c0805;
}
#container {
	position: relative;
	width: 100%;
	background-color: #0c0805;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #0c0805;
}
#page_content {
	margin-right: 200px;
	margin-left: 200px;
	background-color: #0c0805;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #0c0805;
}
#footer {
	background-color: #0c0805;
}

