@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, Times, serif;
	font-size:15px;
	line-height:1.25em;
	color:#356B2F; 
	background:#68838B;
	
    /* text-align:center; */
	min-width:750;
}

.wrapper {
	background-color: #F3EEDB; 
	width: 850px;
	margin:0 auto;
	text-align:justify;
}


h3,h4,h5{
	margin:0px;
	color:#DDB76B;
	}

.menu{
	font-weight:bold;
}
    .quote1 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color:#69c08a;
 	margin:10px auto; 
}
.quote2 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color:#356B2F;
	margin:10px auto;
}
a{
    color:#FF963b;
	text-decoration:none;
}
a:hover{
 	color:#356b2f;
	text-decoration:none;
}

a:active{
	color:#FF7256;
	text-decoration:none;
}

/* Border for Weleda Images */
#frame{
	border-style: solid;
	border-width: 1px;
	border-color:#356B2F;
	margin:5px;
	} 
	
#frame_left{
	float:left;
	margin-right:5px;
	border-style: solid;
	border-color:#356B2F;
	border-width:1px;
}
#frame_left2{
	float:left;
	margin-right:5px;
	border-style: solid;
	border-color:#356B2F;
	border-width:1px;
}
	
	
#frame_right{
	float:right;
	margin-left:5px;
	border-style: solid;
	border-color:#356B2F;
	border-width:1px;
}



	.box{
	border-style: solid;
	border-width: 5px;
	border-color:#356B2F;
	margin:5px;
}

	caption{
	text-align:center;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color:#FFC125;
}
.copyright{
	font-size:10px;
	color:#A56B2F;

	

