﻿/* CSS layout */

#masthead {
	font-family: "Charlemagne Std";
	font-size: xx-large;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
}
#top_nav {
	font-family: "MS Reference Sans Serif";
	font-size: small;
	background-color: #000000;
	color: #FFFFFF;
}
#page_content {
	background-color: #000000;
	font-family: "MS Reference Sans Serif";
	font-size: small;
	color: #FFFFFF;
}
#footer {
	font-family: "Charlemagne Std";
	font-size: small;
	background-color: #000000;
	color: #FFFFFF;
	
}
#footer2 {
	font-family: "MS Reference Sans Serif";
	font-size: x-small;
	background-color: #000000;
	color: #FFFFFF;
}
