﻿/* CSS layout */
#masthead {
	width: 825px;
}
#top_nav {
	width: 825px;
}
#container {
	position: relative;
	width: 825px;
}
#page_content {
	width: 625px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
}
#right_col {
	padding: 10px;
	width: 130px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #B0E5E9;
	margin-top: 10px;
}
#footer {
	background-color: #99CC99;
	border-top-color: #FFCC33;
	border-top-style: solid;
	border-top-width: 3px;
	height: 24px;
}
