body{
	margin: 0;
	padding: 0;	
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans;
	font-size: 12px;
}

/*structure*/

#container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#menu{
	height: 280px;
}

#header{
	height: 97px;
	background: #D98CAE;
}

#content{
	background: #FFFFFF;
}

#leftcol{
	float: left;
	width: 450px;
	height: 250px;
	overflow: auto;
}

#rightcol{
	width: 291px;
	float: right;
}

#rightcol h4{
	font-size: 18px;
	color: #87BB4D;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar{
	background: url("images/sidebarbg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	width: 200px;
	float: right;
	margin: 0 0 20px 20px;
	padding: 30px 10px 10px 10px;
	min-height:300px;
	color: #333333;
	border: 1px solid #f3b765;

}

#sidebar ul{
	margin: 0;
	padding-left: 20px;
	padding-bottom: 25px;
}

#sidebar li{
	list-style-type: none;
	color: #FFFFFF;
	padding-bottom: 5px;
}

#sidebar h3{
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	color: #af2560;
}


#sidebar a{
	color: #435608;
}

#subnav{
	text-align: center;
	font-weight: bold;
	padding: 10px;
	color: #435608;
	background: url(images/footerbg.jpg);
	background-repeat:no-repeat;
	clear:both;
}



#footer{
	height: 30px;
	text-align: center;
	padding-top: 10px;
}

#footer a{
	
}

#sponsors{

	font-size: 10px;

}

#board {
margin-left:-25px;
}

#board td {
	padding-left:25px;
}

/*generic elements*/

img{
	border: 0;
}

a:link{
	color: #435608;
}

a:visited{
	color: #435608;
}

a:active{
}


a:hover{
}


#subnav a, #subnav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a{
}

h2{
	color: #77BB11;
	font-size: 26px;
	font-weight: normal;
}

h3{
	font-size: 18px;
	color: #87BB4D;
	font-weight: normal;
}

h4 {

	color: #003300;
}

.para{
	padding: 20px;
}

.story{
	border-top: 1px dotted #77BB11;
	padding-top: 20px;
	}
	
.mainCopy{font-family: Geneva, Arial, sans;
	font-size: 12px;}	
	
	#homecol{
		width: 175px;
		float: right;
	}
	
#history {
	width:600px;
	padding:5px;
	margin-top:10px;
	margin-bottom:25px;
	text-align:left;
}

#history th,td {
padding: 10px;

}

#history .greenRow {
	background:#d1f7a7;
}

#history .grayRow {
	background: #ecf8de;

}

/*gallery*/

.album{
	float: left;
	padding: 0 5px;
	
}

.albumdesc h3{
	font-size: 14px;
}

.pagelist{
	clear:both;
	margin: 0;
	padding: 0;
	height: 40px;
}

.prev, .current, .next, .pagelist li{
	float: left;
	padding-right: 5px;
	list-style-type: none;
}

.imagethumb{
	float: left;
	padding: 5px;
}