﻿/* CSS layout */
#masthead {
	width: 800px;
	font: trajan pro;
	font-family: "Trajan Pro";
	font-size: 28px;
	color: #155A10;
}
#top_nav {
	width: 800px;
	font-family: Calibri;
	font-size: 14px;
	color: #155A10;
	line-height: 30px;
	padding-left: 5px;
}
#page_content {
	border: thin solid #155A10;
	width: 800px;
	font-family: Calibri;
	font-size: 16px;
}
