@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: 780px;
	background: #E0EDC5;

	text-align: left; 


}	
#parentcontainer{
	background: #FAC6AA;
		position: relative;
	margin: 0 auto;
	width: 780px;
	text-align: left;
}  
#header {
		top: 50px;
		height: 115px; 
	background-image: url(top.bmp); 
	padding: 5px 5px 5px 5px;   

} 



#leftmenu {
	position: absolute;
	top: 125px;
	left: 0;
	width: 75px; 
	padding: 5px 0px 5px 5px; 
}

#rightmenu {
	position: absolute;
	top: 125px;
	right: 0;
	width: 160px; 
	padding: 5px;
	
	}
#leftmenu img {
	border: noborder;
}
#rightmenu img{
clear:both;
padding: 5px;

}

#main {
	top: 126px;
	margin: 5px 140px 140px; 
	padding: 5px 10px 10px; 
	background-image: url(background.jpeg); 
}


#main h2 {	
	font: 100% waldorf8, waldorfschrift light, helvetica, sans-serif;
	font-size:2em;
	color:green;
}

#main h3{
	font: 100% Univers, Arial, Helvetica;
	font-size:2 em;
	font-weight:bold;
	color: green;
}
#main img{
	border:double green;
}


#address {
	text-align:center;
}
#copy{
	text-align:center;
	font-size: .75em;
}
#footer { 
	padding: 0 10px; 
} 
#footer p {
	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;
}