/* ----- header.css ----- */

#header
{
   width: 598px;
   border: 1px solid #998;
   background: url(/files/fill.gif) repeat-x;
}

#header .header
{
   width: 100%;
   height: 97px;
   background: url(/files/logo.gif) no-repeat 10px 50%;
}

.header
{
   color: #998;
}

.header a
{
   color: #998;
}
