﻿@import url(layout.css);
@import url(navigation.css);
@import url(footer.css);
@import url(centercolumn.css);
@import url(rightcolumn.css);

body {
	margin: 0px;
	background-color: #776441;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0px;
}
#container {
	border-right: 5px solid #948671;
	border-left: 5px solid #948671;
	border-bottom: 5px solid #948671;
	background-color:	 #FCF3B9;	
}
#masthead 
{
	background-color:  #B7D7E0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#masthead h1 {
	color:   #776441;
	font-style: normal ;
	font-size: 2.6em;
	margin: 0px;
	text-align:  center ;
}
#masthead h3 {
	margin-top: .4em;
	color: #776441;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #776441;
	text-decoration: none;
}
/* Styles for Content */
#center
{
	text-align: center;
}

