@charset "utf-8";
body  {
	font-family:"Palatino Linotype",Palatino, arial, sans-serif;
	background: #EAF3DA;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
a:link,a:visited{
	text-decoration:none;
	color:green
}

#container { position: relative;
	margin: 0 auto;
	width: 812px;
	background: #E0EDC5;
	text-align: left; }	
#parentcontainer{
	background: #FAC6AA;
		position: relative;
	margin: 0 auto;
	width: 812px;
	text-align: left;
}  
#header {margin-top:19px; height: 118px; background: url(newbanner.jpeg); 
background-repeat:no-repeat; background-position: center;
	padding: 15px 5px 5px 5px; border: noborder;  } 


#leftmenu {
	position: absolute;
	top: 137px;
	left: 0;
	width: 79px;
        border: noborder;
	padding: 5px 0px 5px 7px; margin-left:1px; font-weight:bold; }

#rightmenu {
	position: absolute;
	top: 137px;
	right: -10px;
	width: 190px; 
	padding: 5px; 3px 3px 5px; }
#leftmenu img {
	border: noborder; 
        text-align:left;}
#rightmenu img{
        clear:both;
        padding: 6px 3px 7px 10px; text-align:right;}

#main {
	top: 27px;
	margin: 0px 135px 135px; 
	padding: 1px 10px 10px; 
	background-image: url(background.jpeg);}

#main p {text-align:left; margin-left:15px;}

#main h2 {	
	font: 100% waldorf8, waldorfschrift light, helvetica, sans-serif;
	font-size:2em;
	color:green; 
}

#main h3{
	font: 100% Univers, Arial, Helvetica;
	font-size:1.5 em;
	font-weight:bold;
	color: green;
}
#main img{
	border:noborder;
}
#main li {list-style-position:inside;}

#address {
	text-align:center;
}
#copy{	text-align:center;
	font-size: .75em;
}
#footer { text-align:center; padding: 2px 10px; border-top: 1px solid #dadcba; margin-top:4px; } 
#footer p {text-align:center; margin: 0; 
	padding: 10px 0; 


.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;
}
