﻿/* CSS layout */

#masthead {

	font-family: "Charlemagne Std";

	font-size: xx-large;

	font-style: normal;

	color: #000000;

	background-color: #eae4d6;

}

#top_nav {

	font-family: "MS Reference Sans Serif";

	font-size: medium;

	background-color: #eae4d6;

}

#page_content {

	background-color: #eae4d6;

	font-family: "MS Reference Sans Serif";

	font-size: small;
	
	color: #000000;

}

#footer {

	font-family: "Charlemagne Std";

	font-size: small;

	background-color: #eae4d6;

	color: #000000;

}

#footer2 {

	font-family: "MS Reference Sans Serif";

	font-size: x-small;

	background-color: #eae4d6;

	color: #000000;

}

