body {
background: #9F9D9D;
text-align: center;
color: #000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
margin: 0;
padding: 0;
}
h1 {
position: absolute;
top: 0;
left: 0;
width: 769px;
height: 148px;
color: #fff;
text-indent: -1000px;
background: url(images/head.jpg) 0 0 no-repeat;
margin: 0;
padding: 0;
}
#logo {
position: absolute;
top: 6px;
left: 618px;
}
#navbar ul {
position: absolute;
top: 144px;
left: 0px;
width: 769px;
height: 21px;
list-style: none;
background: #EEE1B0;
margin: 0;
padding: 0;
}
#navbar ul li {
display: inline;
background: #F1E6BD;
}
#navbar ul li a {
color: #533600;
font-size: 12px;
text-decoration: none;
float: left;
padding: 2px 15px;
background: #EEE1B0;
border: 1px outset #B6B6B6;
}
#navbar ul li a:hover {
color: #533600;
background: #DACC96;
border: 1px inset #B6B6B6;
}
#navbar ul a.selected {
color: #533600;
background: #DACC96;
text-decoration: underline;
}