body {
	margin:0 auto;
	padding:0;
	width:787;
	text-align:center;
	background: #F8FDFB url('images/body_bkgnd.jpg') repeat-x;
	color: white;
	font-family: Baskerville, Times, serif;
}

#shadowcontainer{
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	margin: 0 auto;
	padding: 0px;
	width: 828px;
	text-align: center;	
	background: #F8FDFB url('images/shadow_bkgnd2.jpg') no-repeat;
}
#container {
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	margin: 0 auto;
	width : 790px;
	padding : 0;
	background: #F8FDFB;
	border: 0px solid black;
	border-bottom: 0px solid #321B0C;
	overflow: hidden
}

#topofpage {
	position: relative;
	margin: 47px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 790px;
	height: 68px;
	background: #F8FDFB url('images/logo.png') no-repeat;
	border-bottom: 2px solid #321B0C;

/*	border-bottom: 2px solid rgb(189,154,112);
	border-bottom: 1px solid black;*/
}
#navbar {
	position: relative;
	margin: 0px;
	padding: 46px 3px 0px 0px;
/*	border: 1px solid black;*/
}
#navlist {
padding : 0px;
margin : 0px 0px 0px 0px;
text-align : right;
font-size: 14px;
/*font : 12px "Trebuchet MS", verdana, sans-serif;
/*color : rgb(213,216,181);
/*background : #99c6e7;*/
color: white;
}
#navlist li {
list-style : none;
padding: 0px 5px 0px 5px;
margin : 0px;
display : inline;
}
#navlist li a {
padding : 0px;
margin : 0px;
color : rgb(213,216,181);
color: #8C000D;
text-decoration : none;
}
#navlist li a:link, #navlist li a:visited, #navlist li a:active {
color : rgb(213,216,181);
color: #8C000D;
}
#navlist li a:hover {
	color : rgb(183,112,61);
color: #8C000D;
}
#navlist #current {
	color: rgb(183,112,61);	
color: #8C000D;
}

#mainimageandtext{
	float: left;
	width: 745px;
/*	height: 450px;*/
	margin: 0px;
	border: 0px solid black;
	overflow: hidden;
	font-size: 14px;	
}
#mainimage{
	margin: 3px 0px 15px 0px;
	width: 745px;
	height: 215px;
	background: white;
	border: 0px solid green;
}
#lefttext,#righttext{
	float: left;
	text-align: left;
	padding: 10px;
	width: 350px;
	height: 190px;
/*	color: white;*/
	line-height: 1.4em;
}

#maintext{
	text-align: left;
	margin: 10px 20px 10px 20px;
	font-size: 13px;
	color: #321B0C;
	font-weight: normal;
}
#maintext h1{
	color: #8C000D;
	font-size: 16px;
	font-weight: normal;
}

#lefttext{
	border-right: 2px solid #E0C0A0;	
}
#righttext{
	
}

#rightside{
	float: right;
	margin: 3px 0px 0px 0px;
	width: 41px;
	height: 450px;
	background: url('images/right-side2.jpg') no-repeat;	
}
#footer {
	width: 790px;
	height: 29px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	color : rgb(213,216,181);
	background: white url('images/bottom2.jpg') no-repeat;
	border: 0px solid white;
	font-family: Helvetica, Ariel;
/*	font-family: Tahoma, Geneva;*/
	font-size: 9px;
	border-top: 0px solid #E0C0A0;	
	border-bottom: 2px solid #321B0C;	

}

.clearBoth{ clear: both; line-height: 1px;}

#bottomtext{
	padding: 4px 0px 0px 0px;
	text-align: right;
	color: #8D837A;	
	font-size: 10px;
}
#bottomtext td{
	text-align: right;
	border: 0px solid black;	
}

a{
	text-decoration: none;
	color:#6c4c2d;
}

a:hover{
	color:#95000c;
	}