/* CSS Document */
*{
  margin: 0;
  padding: 0;
}
body{
  text-align: center;
  color: #818181;
  font: 12px Arial, Helvetica, sans-serif;
  padding-bottom: 30px;
  background:  url(../images/bg.gif) repeat-x center top;
}
a{
  text-decoration: none;
}
a img{
  border: none;
}
.clear{
  clear: both;
}
li{
  list-style: none;
}
#wrapper{
  width: 809px;
  margin: 0 auto;
  text-align: left;
  padding: 0 10px 0 11px;
  background: #fff url(../images/wrapper.gif) no-repeat left -2px;
}
#header img{
  float: left;
}
#nav{
  height: 73px;
  float: right;
  padding-left: 37px;
  border-right: 1px solid #f0f0f0;
  background: url(../images/nav.gif) no-repeat left top;
}
#nav li{
  float: left;
  padding-top: 35px;
  background: url(../images/li-bg.gif) no-repeat right top;

}
#nav a{
  height: 26px;
  float: left; 
  padding: 12px 30px 0 30px;
  color: #818181;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../images/nav-a2.gif)  left top; 
}
#nav a:hover{
  color: #fffff1;
  background-image: url(../images/hover1.gif);
}
#content{
  padding: 11px 0 55px 0;
  background: url(../images/content.gif) no-repeat left top;
}
h2{
  font-size: 13px;
  color: #ff6100;  
  padding: 0 0 19px 30px;
  text-transform: uppercase;
  background: url(../images/h2.gif) no-repeat -1px bottom;
}
h2 span {
  font-size: 16px;
  padding-left: 27px;
  background: url(../images/icon.gif) no-repeat left top;
}
p{
  margin: 10px 30px 10px 51px; 
}
#content div p{
  margin: 0px 30px 0px 51px;
}
#footer {
  text-align: center;
  padding-top: 8px;
  background: url(../images/footer.gif) no-repeat center top;
}
#footer a{
  color: #818181;
}
#footer div,#footer div a{  
  font-weight: bold;
  padding: 0 18px;
}
#footer p a{
  font-weight: normal;
}