* {
  margin:0px;
  padding:0px;
}

a img  {
  border:0;
}

html, body  {
  background-image:url(img/bg.png);
  background-repeat:repeat-x;
  background-color:rgb(129,129,129);
  font-family:Arial, Verdana;
  color:rgb(70,70,70);
  font-size:12px;
}

select, textarea, input  {
  color:rgb(195,195,195);
  border-style:solid;
  border-width:1px;
  border-color:rgb(195,195,195);
}

a  {
  color:rgb(70,70,70);
}

#wrapper  {
  background-image:url(img/wrapper.png);
  width:840px;
  margin-right:auto;
  margin-left:auto;
}

#header  {
  background-image:url(img/header.png);
  width:840px;
  height:145px;
  margin:auto;
  margin-top:20px;
}
#navihead  {
  position:relative;
  top:124px;
  left:5px;
}

#navihead a  {
  text-decoration:none;
  margin: 0px 5px 0px 5px;
}

.navigation  {
  width:164px;
  float:left;
  display:inline;
  margin-left:12px;
}

.navigation .header  {
  background-image:url(img/menu_header.png);
  width:149px;
  height:29px;
  color:rgb(70,70,70);
  font-size:15px;
  font-weight:bold;
  line-height:27px;
  padding-left:15px;
}

.navigation ul  {
  background-image:url(img/menu_body.png);
  list-style:none;
  width:154px;
  padding:0px 5px 0px 5px;
  
}

.navigation ul li  {
  margin:0px;
  background-image:url(img/);
  width:154px;
}

.navigation  li a  {
  display:block;
  color:rgb(70,70,70);
  text-decoration:none;
}

.navigation .footer  {
  background-image:url(img/menu_footer.png);
  width:164px;
  height:7px;
  margin:0px 0px 10px 0px;
  font-size:1px;
}

#content  {
  width:462px;
  float:left;
  display:inline;
  margin-left:13px;
}

#content .content_header  {
  background-image:url(img/content_header.png);
  width:447px;
  height:29px;
  color:rgb(70,70,70);
  font-size:15px;
  font-weight:bold;
  line-height:27px;
  padding-left:15px;
}

#content .content_body  {
  background-image:url(img/content_body.png);
  width:452px;
  padding:0px 5px 10px 5px;
}

#content .content_footer  {
  background-image:url(img/content_footer.png);
  width:462px;
  height:7px;
  margin:0px 0px 10px 0px;
  font-size:1px;
}

#footer  {
  background-image:url(img/footer.png);
  background-repeat:no-repeat;
  width:840px;
  height:15px;
  clear:both;
  text-align:center;
  margin:auto;
  padding-top:15px;
  text-align:center;
  color:rgb(255,255,255);
  text-decoration:none;
}


