/*************** page background and top nav ****************/
body, div, dl, dt, dd, ol, h1, h2, h3, h4, img, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
	background-color: #ffffff;
	background-image: none;
	border-top: 6px solid #684914;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;	
}

div#page-wrapper {
width: 920px;
background: url(/images/background.png) repeat;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align:center;

}


#header {
	background: url(/images/background.png) repeat;
	
	}
	
	.members {
background-color: #ffffff;
text-align: right;
width: 920px;
margin-right: 11px;
}

.fLeft {
float:left;
clear: both;
}

.fRight {
float:right;
}

#container{
	margin: 0 auto;
	width: 920px;
	height: 430px;
}

.slideshow { 
float:left;
	background: url(/images/background.png) repeat;
/*background:#e8fedd;*/
width: 600px; 
/*margin: auto; */

}

.indexText {
text-align: left;
margin-top:40px;
width:280px;
height:234px; 
float:right;
 font-family:Arial,Helvetica,sans-serif;
 font-size: 12px;
 font-style: normal;
 letter-spacing: 1px;
 color: #660000;
 font-weight: bold;
 margin-right: 10px;
}

a {
	text-decoration: none;
   color: #009900;
}

a:hover {
   color: #660000;
	text-decoration: none;
}

 #footer {
 background:#fff;
 width:920px;
 text-align: center;
 font-family:Arial,Helvetica,sans-serif;
 font-size: 11px;
 font-style: normal;
 letter-spacing: 2px;
 color: #660000;
 font-weight: normal;
 margin-right: 10px;
 }
 
 
 