html,body{margin:0;padding:0}

div#header {
  background: #d5cccc;
  background-image: url(../images/menu_background_r.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
/*  padding-top: 186px; */
  padding-bottom: 4px;
  text-align: right;
}


div#header div.headerimg {
  background-image: url("../images/front_header.jpg");
  height: 184px;
}

div#header div.headerimg img {
 height: 184px;
 width: 990px; 
}


div#header img.headerlogo {
 display: none;
}

div#header ul {  

}

div#container{width:990px;margin:0 auto}
div#content {
  border-top: 1px solid black;
  float:left;
  width:706px;
  padding-right: 10px;
}

div#right {
  float:right;
  width:270px;
}

div#footer{
  clear:both;
  width:100%;
  padding: 4px;
}

