*{
  margin: 0;
  padding: 0;
}

body{
  font-family: Arial, Helvetica, sans-serif;
}

#header{
  text-align: center;
  height: 105px;
  padding-top: 10px;
}

#wrapper{
  width: 1003px;
  margin: 0 auto;
}

img{
  border: none;
}

h1,h2{
  color: #75940b;
  font-size: 18px;
  margin: 10px 0;
  border-top: 1px solid #339933;
  border-bottom: 1px solid #339933;
  text-align: center;
}



p{
  margin-top: 10px;
}


#outer {
  padding:2px 0;
  background:#f2a057 url(images/grad.gif) repeat-x bottom left;
  margin: 10px 0;
  width: 1003px;
}

#navigation {
  display:table;
  padding:0;
  list-style:none;
  white-space:nowrap;
}

#navigation li {display:table-cell; margin:0px; padding:0;}
#navigation li a {
  float:left;
  font-family:arial;
  font-size:12px;
  height:30px;
  line-height:30px;
  letter-spacing:1px;
  padding:0 1em;
  text-decoration:none;
  color:#fff;
  background:#f2a057 url(images/grad.gif) repeat-x bottom left;
  border-right:1px solid #d60;
  border-left:1px solid #fb6;
}

#navigation li a:hover, #navigation li a.current {
  background:#e93 url(images/down_arrow.gif) no-repeat center top;
  color:#fff;
}

#navigation li a:hover b, #navigation li a.current b {
  display:block;
  float:left;
  background:transparent url(images/up_arrow.gif) no-repeat center bottom;
}

#content  {
margin-bottom:50px;
}
#footer{
/*  background: #86a02d;  */
  background: url(images/footer.gif) repeat-x;
 
  color: #000;
  height: 50px;
  line-height:50px;
  padding-left:20px;
  margin:0px auto;
  
  /*position:absolute;
  bottom:0;*/
  
  width: 983px;
}

#footer p{
  margin: 10px;
  font-size: 12px;
}


.button {
  margin:0 1px;
  display:inline-block;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  text-decoration:none;
  outline:0;
}
.button div {
  text-align:center;
  background:url(images/button_bg.gif) repeat-x;
  background-position:bottom left;
  padding:3px 6px 4px 6px;
  margin-right:-2px;
  left:-1px;
  position:relative;
  z-index:999999;
  font:11px 'Arial';
  color:#6d841d;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}
.button:hover {border-top:1px solid #86a02d;border-bottom:1px solid #86a02d;text-decoration:none;}
.button:hover div {
  background-position:bottom right;
  color:#4a5a14;
  border-left:1px solid #86a02d;
  border-right:1px solid #86a02d;
}

*html #navigation{
  display:inline-block;
  display:inline;
}

*html #navigation li{
 float:left;
}

*html #outer{
 text-align:center;
}

a.addlink{ color:#999; font-size:12px;}

div#gadget400 {width:410px;margin:0px auto;}
div.gadget400l {width:410px;float:left;margin-left:60px;}
#footer a {color:#992233;}