﻿/* CSS layout */
#masthead {
	background-color: #FF0000;
	vertical-align: top;
	font-family: Garamond;
	text-align: left;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	position: relative;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: hide;
	text-decoration: none;
	line-height: 72px;
}
#top_nav {
}
#page_content {
}
#footer {
}