
#header
{
 min-width: 760px;
 max-width: 980px;
 margin-left: 10px;
 margin-right: 10px;
 background-color: white;
 background-image: url(/images/style/background.gif);
 background-repeat: no-repeat;
 background-position: left center;
 border: 0px;
 height: 100px;
 padding: 0px;
 border-bottom: 1px solid black;
 }
 
  #header_right {
  float:right;
  text-align:right;

 }
