/* CSS layout */
#masthead {
	border: thick ridge #C0C0C0;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
	background-color: #AE8B42;
	color: #FFFFFF;
}
#top_nav {
	position: static;
	background-color: #EBDBBC;
	z-index: inherit;
}
#page_content {
}
#footer {
}
