@charset "utf-8";



body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-position: center top;
	background-image: url(images/site-background1.png);
	background-color: #92823A;
	background-repeat: no-repeat;
}


h1 {
text-decoration: none;
margin-top: 0;
margin-bottom: 0;
font-size: 20px;
} 

h2, h3 {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #57761D;
} 


hr {
	border: 0;
	background-color: #CCC;
	height: 1px;
}


a.footer1:link {
	text-decoration: none;
	color: #FFF;
}
a.footer1:visited {
	text-decoration: none;
	color: #FFF;
}
a.footer1:hover {
	text-decoration: none;
	color: #C4B292;
}
a.footer1:active {text-decoration: none; } 



a.footer2:link {text-decoration: none; color: #C4B292; }
a.footer2:visited {text-decoration: none; color: #C4B292; }
a.footer2:hover {
	text-decoration: underline; color: #E2DACB;
}
a.footer2:active {text-decoration: none; } 




a.subnav:link {
	text-decoration: none;
	color: #603A0D;
}
a.subnav:visited {
	text-decoration: none;
	color: #603A0D;
}
a.subnav:hover {
	text-decoration: none;
	color: #000;
}
a.subnav:active {text-decoration: none; } 



a.body1:link {
	text-decoration: none;
	color: #7E5527;
}
a.body1:visited {
	text-decoration: none;
	color: #7E5527;
}
a.body1:hover {
	text-decoration: underline;
	color: #7E5527;
}
a.body1:active {
	text-decoration: none;
} 



a.subheader1:link {
	text-decoration: none;
	color: #57761D;
}
a.subheader1:visited {
	text-decoration: none;
	color: #57761D;
}
a.subheader1:hover {
	text-decoration: none;
	color: #000;
}
a.subheader1:active {
	text-decoration: none;
} 





#site-container {
	margin: auto;
	text-align: left;
	width: 998px;
}

#site-top {
	text-align: center;
	height:25px;
	background-image: url(images/site-top.png);
}

#site-banner {
	text-align: center;
	height:232px;
}

#site-nav {
	text-align: center;
	height:44px;
	background-image: url(images/site-nav.png);
	padding-left: 1px;
}

#site-heading {
	text-align: left;
	height:34px;
	background-image: url(images/site-heading.png);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#site-body {
	background-image: url(images/site-subnav.png);
	margin-bottom: 0px;
 	overflow: auto; /
 	width: 100%
}
#site-left {
	color: #5E490D;
	width: 250px;
	float: left;
	margin: 10;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 15px;
}
#site-right {
	float: right;
	color: #281E09;
	width: 680px;
	margin: 15;
	text-align: justify;
	font-size: 18px;
	margin-top: 15px;
	margin-right: 20px;
}

#site-right2 {
	font-style: italic;
}

#site-footer {
	text-align: center;
	width:998px;
	height:74px;
	background-image: url(images/site-footer.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.floatright
{
	float: right;
	padding: 15;	
	
}
#heading-text {
	color: #57761D;
	width: 800px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 4px;
}
	

#thumbs-container {
 	overflow: auto; /
 	width: 100%
}

	
.thumbs
{
	float: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
DIV.thumbs IMG
{
	border: 1px solid #6C377B;
}
DIV.thumbs P
{
	text-align: center;
}	
	
