html{
	background-color: #cfead5;
	background-image: url(imgs/bg.png);
	background-repeat: repeat-x;
}
body{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
   _behavior: url("ie6hover.htc");
   color: #222F1D;
}
*{
margin: 0px auto;
padding: 0px;
}
#in{
	width: 793px;
	margin: 0 auto;
}
#head{
	background-image: url(imgs/hdr.png);
	background-repeat: no-repeat;
	width: 793px;
	height: 112px;
	}	#head ul{
			list-style-type: none;
			padding-top: 65px;
			padding-left: 222px;
			text-align: left;
			}	#head ul li{
					font-size: 12px;
					list-style: none;
					display: inline;
					font-weight: bold;
					text-shadow: #2D7F0F 1px 1px 1px;
					padding: 0px 2px 0px 2px;
				}	#head ul li a{
						color: #ffffff;
						text-decoration: none;
						padding: 3px 7px 2px 7px;
						}	#head ul li a:hover{
							background-color: #318E14;
							-webkit-border-radius: 3px;
							-moz-border-radius: 3px;
							border-radius: 3px;
							}

#body{
	margin-top: 18px;
	text-align: left;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(imgs/sh.png);
}
#margin{
	padding: 15px;
	padding-top: 10px;
}
#ftr{
	background-color: #c2dcc0;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(imgs/ftr.png);
	text-align: left;
	padding: 25px;
	padding-bottom: 55px;
}
h1{
	margin-bottom: 5px;
	color: #213F17;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin: 10px;
}
.ppp{
	border: 1px solid #D1DFD4;
	padding: 10px;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}
.com{
	border: 1px solid #B5CFBA;
	padding: 10px;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	background-color: #EFFFF2;
}
h2{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
a{
	color: #2A7F0F;
}
ol{
	margin-left: 20px;
}
 .contactitem{
   margin: 4px 8px 0px 8px; 
   color: #aaaaaa; 
   font-family: Calibri, Trebuchet MS; 
   font-size: 14px; 
   font-weight: bold; 
   display: block;
 }

.contactitem:hover{
    color: #555555;
 }

