@charset "UTF-8";
.imgcenter{
	display: block;
	margin: 0 auto;
	text-align: center;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #993300;
}
/* CSS Document */
	
#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1.5px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	overflow: hidden;
}
#banner {
	position: relative;
}
#ngg_menu {
	position: absolute;
	top: 5px;
	right: 25px;
}

#main_navigation_bar { 
	width: 918px;
	height: 20px;
	background: #A37B45;
	margin-top: 2px;
	margin-bottom: 2px;
	padding:3px 0 0 0;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
}
#main_content {
	width: 800px;
	background: #FFFFFF;
	margin: 25px auto 0px auto;
	padding: 0 25px;
	border: 1px solid #682A02;
}
#main_content a:link {
color:#993300;
text-decoration: none;
}
#main_content a:visited {
color:#993300;
text-decoration: none;
} 
#main_content a:hover {
color:#993300;
text-decoration: underline;
} 
#main_content a:active {
color:#993300;
text-decoration: underline;
}  
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	overflow: hidden
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/footer-image.png);
	background-repeat: no-repeat;
	background-position: center center;
}	
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
h1 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #682A02;
}
h2 {
	font-size: 1.50em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #682A02;
}
h3 {
	font-size: 0.9em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
p {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
}
 .floatleft {
  float: left;
  margin-right: 10px;
}
.floatright {
  float: right;
  padding-left:2%;
  margin-left: 10px;
}
.footer img {
display: block; margin-left: auto; margin-right: auto;
}

