@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



.twoColFixLtHdr #container { 
	width: 780px;   /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/mainbackground.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#header img { display: block; }


img {border:none;
}

#meter { z-index:1;
	visibility: hidden;
}


#guestbook {
	padding:5px;
	margin-left:10px;
	
	margin-bottom:15px; 
	text-align:center;
	color: #000;
	width:252px;
	height:215px;
	float:left;
	border: thin; border-style:solid;  border-color: #88932d;
	border-radius: 20px;
	

}

#guestbook h1 { font-size:10px;

}
#guestbook h2 { font-size:13px;

}
#guestbook h3 { font-size:16px;

}





.twoColFixLtHdr #header { margin: 0;
	background: #FFFFCC;
	
} 

.twoColFixLtHdr #sidebar1 { 
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #c8d4b3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; 
}



.arrowgreen{
	width: 200px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(menu/arrowgreen1.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}



#img {float:left;
}


#img1 {float: right;
}

.twoColFixLtHdr #mainContent { text-align:center;
	margin: 0 0 0 212px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px;   /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


#footer img { display: block; }


.twoColFixLtHdr #footer { text-align:center; 
	
	background:#89932E; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
