body {
	background-color:#C4A492;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header3.jpg);
	width:800px;
	height:172px;
	position:relative;
}
#header ul{
	display:block;
	top:172px;
	position:absolute;
	height:22px;
	padding:5px 0px 0px 0px;
}
#menu {
	border: 3px solid #FFFFFF;
	background-color:#567426;
/*	background-color:#F9E2B9; */
}
#menu ul{
	padding: 5px 0px;
	width:794px;
	text-align:center;
}
#menu li{
	display:inline;
}
#menu ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#menu ul a:hover{
	text-decoration:underline;
	color:#E3E5DB;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
/*	background-image:url(images/content_bg.gif); */
}
#contentx {
	width:800px;
	background-color:#F9E2B9;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:16px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:16px;
	text-align:center;
	margin: 10px 0px 15px 0px;
}
hr{
	color:#567426;
	text-align:center;
	width: 80%
}
#left {
	float:left;
	width:500px;
	padding: 0px 20px 20px 21px;
	display:inline;
/*	border-left: #0000ff 3px solid; */
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#left img{padding:8px;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
/*	margin-top:10px; */
/*	border-left: #ffffff 2px solid; */
/*	border-left: #ff0000 3px solid; */
}

#full {
	float:right;
	width:754px;
	padding: 0px 20px 20px 20px;
/*	margin-top:10px; */
/*	border-left: #ffffff 2px solid; */
/*	border-left: #ff0000 3px solid; */
}
#lefty {
	border-left: #ffffff 3px solid;
}
#righty {
	border-left: #ffffff 3px solid;
	border-right: #ffffff 3px solid;
}
#fullx {
	border-left: #ffffff 3px solid;
	border-right: #ffffff 3px solid;
}

/*

td {
	v
}
*/

#full a{
	text-decoration:none;
	color:#567426;
}
#full a:hover{
	text-decoration:underline;
	color:#567426;
}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}

#bottombar {
	margin: 0px 0px 0px 0px;
/*	background-image:url(images/bartop.gif); */
	width:800px;
	height:9px;
	position:relative;
}

#content2 {
	width:754px;                       /* width = 754 px, plus left border (3 px) and right border (3 px), and left padding (20 px) and right padding (20 px), for a total of 800 px */
	                                   /* width should always be equal to 800 minus border-left minus border-right minus padding-left minus padding-right */
	background-color:#FFCC66;
	border-top: #ffffff 3px solid;
	border-left: #ffffff 3px solid;
	border-right: #ffffff 3px solid;
	padding: 10px 20px 3px 20px;      /* bottom padding should always be top padding minus 7 (because graphic in footerline contains 7 pixels of background color) */
	                                  /* if you change left and right padding, change width accordingly */
}


/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg2.gif);
font-size:1px;
height:10px;
}
#footer {
	width:800px;
	text-align:center;
	padding: 20px 0px;
}
