body {
	background-image:url(../images/background.jpg);
	color: #663300;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
/********************** Header ***************************/
#logo{
	background-color: #333300;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	height: 35px;
	width: 780px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
#logo a{
	margin: 0px auto;
}
#header{
	margin: 0px 0px 0px 0px;
	width: 780px;
	height: 210px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	position: relative;	
}
#header p{
	font-size: 13px;
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #cc6600;
}
#header ul{
	list-style-type: none;
	display:inline;
	position:absolute;
	top:188px;
	left:210px;
}
#header li{
	float: left;		
}
.lastchild{
	border-right: 0px none #cc6600 !important;
}
#header ul a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #cc6600;
}
#header ul a:link{
	color:#cc9900;
}
#header ul a:visited{
	color:#cc9900;	
}
#header ul a:active{
	color:#cc6600;	
	text-decoration: underline;
}
#header ul a:hover{
	color:#cc6600;
	text-decoration: underline;
}

/********************** Content Area ***************************/

#content {
	background-color: #663300;
	background-repeat: repeat;
	width: 780px;
	display: block;
}
#content h1{
	font-size: 18px;
	font-weight: bold;
	color: #cc9900;
	margin: 0px 23px 4px 28px;
	padding: 16px 0px 0px 0px;
	border-bottom: 1px solid #cc9900;
}
.emphasistext1 {
	color: #663300;
	font-size: 12px;
	font-weight: bolder;
}
/******************* Content - Main **********************/
#body {
	background-color: #dbc7ac;
	border: 0px solid #cc9900;
	width:696px;
	margin: 2px 0px 28px 0px;
	padding: 0px 0px 10px 0px;
	float:left;
	display:inline;
}

#body p{
	font-size: 12px;
	color: #333300;
	margin: 10px 0px 10px 25px;
}
#body ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20; 
	margin-right: 70;
	padding-left: 20;
	text-decoration: none;
}
#body a{
	font-weight:bolder;
	color: #cc6600;
	text-decoration: none;
}
#body a:hover{
	color:#cc6600;
	font-weight:bolder;
	text-decoration: underline;
}
.tabletext{
	font-size: 12px;
	color: #333300;
	margin: 10px 0px 10px 10px;
	
}
#sitemap a{
	font-size: 14px;
	font-weight:bolder;
	color: #663300;
	text-decoration: underline;
}
#sitemap a:hover{
	color:#663300;
	font-weight:bolder;
	text-decoration: none;
}
.floatright { 
	float: right;
	margin: 0px 10px 10px 20px; 
}
.floatleft { 
	float: left;
	margin: 4px 20px 10px 0px;
}
/** block indented text **/
.blockindent1{
	font-size: 12px;
	color: #333300;
	text-indent: 270px;
}
.blockindent2{
	font-size: 12px;
	color: #333300;
	text-indent: 40px;
}
.captiontext1 {
	color: #333300;
	font-size: 12px;
}
.captiontext2 {
	color: #333300;
	font-size: 11px;
}
.captiontext3 {
	color: #333300;
	font-size: 10px;
}
.emphasistext1 {
	color: #663300;
	font-size: 12px;
	font-weight: bolder;
}
.emphasistext2 {
	color: #663300;
	font-size: 15px;
	font-weight: bolder;
}
#body h1{
	font-size: 18px;
	font-weight: bold;
	color: #cc9900;
	margin: 0px 32px 4px 28px;
	padding: 16px 0px 0px 0px;
	border-bottom: 1px solid #cc9900;
}
#body h2{
	font-size: 14px;
	font-weight: bolder;
	color: #663300;
	text-transform: uppercase;
	text-decoration: none;
	margin: 20px 0px 10px 25px;
}
#body h3{
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	margin: 0px 10px 4px 25px;
	padding: 16px 0px 0px 0px;
	border-bottom: 1px solid #663300;
}
/********************** Content - left column ***************************/
#left {
	background-color: #dbc7ac;
	border: 1px solid #cc9900;
	width:550px;
	margin: 2px 0px 10px 28px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}
.text{
	float:left;
	width:422px;
}
#left h2{
	font-size: 14px;
	font-weight: bolder;
	color: #663300;
	text-transform: uppercase;
	text-decoration: none;
	margin: 20px 0px 10px 23px;
}
#left p{
	font-size: 12px;
	color: #333300;
	margin: 10px 0px 0px 23px;
}
#left a{
	font-weight: bold;
	text-decoration: none;
	color: #cc6600;
}
#left a:hover{
	text-decoration: underline;
	color: #cc6600;
}
.photos{
	float: right;
	margin: 0px 10px 0px 0px;
}
.photos img{
	display: block;
}
/********************** Content - right column ***************************/
#right {
	float:right;
	width:156px;
	background-color:#dbc7ac;
	margin: 2px 23px 10px 0px;
	padding: 0px 0px 6px 0px;
	display:inline;
	border: 1px solid #cc9900;
}
#right h2{
	font-size: 12px;
	font-weight: bold;
	color: #cc9900;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #333300;
	width: 156px;
	text-align: center;
	padding: 3px 0px 3px 0px;
}
#right h3{
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	width: 156px;
	text-align: center;
	padding: 25px 0px 0px 0px;
}
#right p{
	padding: 6px 6px 0px 6px;
	font-size: 12px;
	color: #333300;
}
#right a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #cc6600;
}
#right a:hover{
	color:#cc6600;
	font-weight: bold;
	text-decoration: underline;
}
#right span a{
	font-size: 11px;
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#663300;
	width:150px;
	text-align:left;
	padding: 3px 0px 3px 5px;
	margin: 25px 6px 0px 6px;
}

/********************** footer ***************************/
#footer, #footer a {
	background-color: #333300;
	width: 780px;
	height: 70px;
	text-align: center;
	text-decoration: none;
	padding: 4px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #cc9900;
}
#footer a:hover{
	color:#cc6600;
	text-decoration: underline;
}