﻿  /* CSS layout */

#masthead {
	border: thick #FFFFFF;
	font-family: OptimusPrinceps;
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	}
newStyle1 {
	font-family: Mistral;
	font-size: large;
}



#container {
	width: 850px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}
#top_nav {
	font-family: Mistral;
	font-size: x-large;
	margin-bottom: auto;
	padding-bottom: inherit;
}
