﻿body	
{  
        margin: 0 0 30px 0;
        background-color: #C8BEAA;
}
a:link 
{ 
     background-color: transparent;
     font-family: Palatino Linotype,Georgia,Verdana;  
     color: #938160; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited    
{ 
     background-color: transparent;
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #938160; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
}
a:active     
{ 
     background-color: transparent;
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #675A43; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover 
{    
     background-color: transparent;
     font-family: Palatino Linotype,Georgia,Verdana;  
     color: #675A43; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
}
#banner /* Content Container */
{
	width: 100%;
	background-color: #B4A58C;
	text-align:center;
}
#navWrapper /* Site Navigation Container */
{
	width: 100%;
	height:24px;
	background-color: #826E5A;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
	text-align:center;
	color:#fff;
}
.nav /* Site Navigation */
{
	width: 910px;
	margin: 0 auto 0 auto;
	background-color: transparent;
}
#wrapper /* Content Container */
{
	width: 900px;
	background-color: #E1DCD2;
	margin:0 auto 0 auto;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
}
#flashcontent /* Flash Content */
{
	width: 900px;
	background-color: transparent;
	margin: 0px 0 20px 0;
}
#header /* Header */
{
	width: 880px;
	background-color: transparent;
	margin: 0 auto 0 auto;
	padding-top:10px;
}
.comContent /* Content Container */
{
	width: 880px;
	background-color: #E1DCD2;
	margin:20px auto 0 auto;
}
.galTBL /* Gallery Tables */
{
	width: 900px;
	background-color: transparent;
}
.tdThumb /* Thumbnail Gallery Iimages */
{
	background-color: transparent;
	padding-top:5px;;
	text-align: center;
	vertical-align:top;
}
h1 /* Head text for Site */
{
	font-family: Palatino Linotype,Georgia,Verdana; 
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}
.siteText /* Main text for Site */
{
	font-family: Palatino Linotype,Georgia,Verdana; 
	color: #000000;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}
li
{
	text-align:left;
	margin-left:5px;
	font-family: Palatino Linotype,Georgia,Verdana; 
    color: #000000; 
    font-size: 0.9em; 
    margin-top: 5px;
    margin-bottom: 5px;
}
.imgLeft
{
     float: left;
     margin: 10px;
}
.imgRight
{
     float: right;
     margin: 10px;
}
.imgLink
{
     border:0px;
}
.clear /* Clear */
{
	width: 900px;
	height:15px;
	background-color: transparent;
	clear:both;
}
.footer /* Footer Graphic */
{
	width: 900px;
    background-color: transparent;
    padding: 10px 0 10px 0;
	text-align:center;
}

