

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#598527;
}
h1{
font-size:18px;
color:#374629;
}
h2{
font-size:16px;
color:#374629;
}
#wrapper { 
 margin: 0 auto;
 width: 920px;
 background:#fdfdfd;
}
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 height: 241px;
 margin:0px;
 background-image:url(media/header2.jpg);
}
#navigation {
 width: 900px;
 height:12px;
 color: #fff;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #00a4f4;
 
 
}
#navigation ul{
text-align:center;
margin-left:160px;

}

#navigation li{
float:left;
list-style:none;
padding:0 20px;

}
#navigation a{
color:#fff;
text-decoration:none;
font-weight:bold;
}
#navigation a:hover{
color:#000;
border-bottom:2px dotted #fff;

}
#content { 
 width: 860px;
 color: #333;
 background: #fdfdfd;
 margin: 0px 0px 20px 0px;
 padding: 15px 30px;
 text-align:justify;
}
#content p{
padding:5px 0;
line-height:22px;
color:#333;
letter-spacing:.5px;
}
#content img{
 float:right;
 padding:8px;
 margin:0px -12px 20px 20px;;
}
#content a{
color:#374629;
text-decoration:none;
border-bottom:2px dotted #aaceef; 
}
#content a:hover{
color: #842507;
border:0;
}
#content ul{
margin-left:20px;
line-height:22px;
color:#333;
letter-spacing:.5px;
color:#598527;
font-weight:bold;

}
#footer { 
 width: 900px;
 color: #fff;
  background: #00a4f4;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
clear:both

}
#footer a{
color:#fff;
text-decoration:none;
}
#footer a:hover{
color:#000;
border-bottom:1px dotted #fff;

}
#hens{
float:right;
margin:0 0 0px 20px;
}
#hens img{
margin:0 !important;
}
.contact{
line-height: 30px !important;
font-size:18px;
margin-top:20px;}
