body {
background: #101819; 
}

a {
color: #303e3e;
text-decoration: bold;
}

a hover {
color: #303e3e;
text-decoration: bold;
}

#container {
background: #b2af9a url(bg.jpg) top center repeat; 
margin: 0 auto;
margin-top: 0;
width: 650px;
}

#top {
width: 650px;
height: 340px;
background: url(top.jpg) top center no-repeat;
margin: 0 auto;
}


#main {
width: 560px;
background: #b2af9a;
margin: 0 auto;
padding:15px; 15px 15px 15px;
font-family:  Arial, Helvetica, Sans-Serif;
font-size: 11px;
color: #000000;
line-height: 14px;
}

#footer {
width: 650px;
height: 50px;
background: url(footer.jpg) top center no-repeat;
margin: 0 auto;
}



h1 {
font-family: Georgia,serif;
font-size: 12px;
color: #000000;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 15px;
}


#navigation {
   list-style: none;
   margin: 0 0 20px -17px;
   *margin: 0 0 20px 23px; /*for IE6 & IE7*/
   width: 604px;
   background: #94947c;
}
#navigation li {
   float: left;
}
#navigation li a {
   display: block;
   background: #94947c;
   width: 100.5px;
   text-align: center;
font-family: Georgia,serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
font-style: normal;
   color: #434d4c;
   padding: 3px 0;
}
#navigation li a:hover {
   background: #d2d0be;
   color: #545441;
}