@charset "UTF-8";
/* CSS Document */
 
 #boxes {
float:right;
width:570px;
margin:0px
}
#box1,#box2,#box3 {
margin-bottom:0px;
background-image:url(/images/bottom.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#box1 h2,#box2 h2,#box3 h2 {
text-align:left;
padding:10px 30px 0px 20px;
margin:0 0 0 -1px;
background:url(/images/boxtop.gif) top no-repeat #2d5c3e;
font-weight:600;
font-family: Trebuchet MS, sans-serif;
}
#box1 p,#box2 p,#box3 p {
padding:0px 24px 24px 12px;
margin:0;
font-family: arial, helvetica, sans-serif;
	color: #444;
	text-decoration: none;
	word-spacing: 0.15em;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.0em;
	font-size: 0.8em;
}