﻿/* CSS layout */
#masthead {
	height: 50px;
	font-size: xx-large;
	font-family: Papyrus;
	color: #333367;
	width: 747px;
	font-weight: bold;
}
#top_nav {	height: 22px;
	width: 852px;
}
#page_content {
	margin: 0 0 0 105px;
	height: 785px;
	width: 800px;
	overflow: auto;
}
