/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/


body {
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 15px 0;
    padding: 0px;
    text-align: center;
	text-decoration: none;
	color: #000000; 
	background-color: #D9CBBC;
}

body, table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #BA680A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:active, a:hover
{
	color: #978D61;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

h3
{	
	color: #000000;
	margin: 0;
	text-align: left;
}

h2
{
	color: #000000;
	margin: 0;
	text-align: center;
}

h1
{
	color: #000000;
	margin: 0;
	text-align: center;
}

hr
{
	width: 75%;
}


#main
{
	width: 800px;
	background-color: #ffffff;
}

.header /* change headerlogo pic here*/
{
	width: 800px;
	text-align: center;
	background-color: #000000;
}

.content
{
	width: 800px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #000000;
}

.menu /*this is the menubar at the top of page */
{
	background-color: #978D61;
	padding: 1px;
	font-size: 12px;
	text-align: center;
	color: #000;
	font-weight: bold;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.menu a:link, .menu a:visited 
{
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #DF7A7A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

.menu2 /*this is the menubar at the bottom of page*/
{
	background-color: #978D61;
	padding: 1px;
	font-size: 12px;
	text-align: center;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.menu2 a:link, .menu2 a:visited 
{
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menu2 a:active, .menu2 a:hover
{
	color: #DF7A7A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

.feature
{
	background-color: #fff;
	padding: 1px;
	margin: 5px;
	text-align: center;
	color: #cc6600;
	font-weight: bold;
	border: double 1px #999;
	width: 400px;
}
.photos
{
	text-align: center;
}

.images /*for images with borders*/
{
	border: solid 2px #000000;
	padding: 2px;
}

.leftimages /*for left aligned images with borders*/
{
	border: solid 2px #000000;
	float: left;
	margin-right: 5px;
}

.gallery
{
	font-size: 9px;
	text-align: center;
	color: #000000;
}
	
.gallery img
{
	border: solid 2px #000000;
	margin: 5px;
}	

.tiny
{
	font-size: 10px;
	color: #000000;
}


