﻿/* CSS layout */
#masthead {
	border-bottom: thin;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: xx-large;
}
#top_nav {
	background-color: #000000;
	
}
#page_content {
	background-color: #FFCC99;
}
#footer {
	background-color: #000000;
	color: #FFFFFF;
}