﻿/* CSS layout */
#masthead {
	font-family: Castellar;
	font-size: x-large;
	color: #D2C295;
	font-style: italic;
	background-color: #000000;
}
#top_nav {
	color: #D2C295;
	font-family: Castellar;
	font-size: x-small;
	background-color: #000000;
	padding: 10px;
}
#page_content {
	padding: 25;
	color: #D2C295;
	font-family: Castellar;
	font-size: x-small;
	background-color: #000000;
}
#footer {
	font-family: Castellar;
	font-size: xx-small;
	color: #D2C295;
	background-color: #000000;
	padding: 5px;
}
.h2 {
	font-family: Castellar;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #D2C295;
}

