﻿/* CSS layout */
#masthead {
}

#top_nav {
}

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

#page_content {
	border: medium groove #CC6600;
	padding: 5px;
	margin-right: 200px;
	background-color: #FFFFFF;
}
#right_col {
	border-width: medium;
	border-color: #CC6600;
	padding: 5px;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
}

#footer {
}
