a {
color: #b75b06;
text-decoration: none;
}

a:hover {
color: #000;
background-color: #f8d88d;
}

body {
margin: 15px;
font: 11px verdana, helectiva, sans-serif;
background-color: #f8d88d;
}

img {
border: none;
}

ul, ol {
margin-right: 25px;
}

h1, h2, h3, h4 {
font-size: 11px;
}

h1, h2 {
text-decoration: underline;
}

h3 {
font-weight: normal;
text-align: center;
}

h4 {
font-weight: normal;
border-bottom: 1px dotted #000;
}

table {
margin: 0 auto;
width: 350px;
text-align: center;
}

.updates {
margin-bottom: 2px;
}

#all {
width: 600px;
margin: 0 auto;
text-align: center;
border: 1px solid #000;
background-color: #fff;
}

#buttons {
text-align: center;
}

#header {
height: 230px;
background-image: url('images/main.jpg');
}

#main {
padding: 3px 7px;
text-align: left;
}

#nav {
font-size: 12px;
line-height: 23px;
background-color: #e7ad41;
border-top: 1px solid;
border-bottom: 1px solid;
}

#nav ul {
margin: 0;
padding: 0;
text-align: center;
list-style-type: none;
}

#nav ul li {
padding: 0 10px;
display: inline;
}

#nav a {
color: #000;
}

#nav a:hover {
color: #fffff0;
background-color: #e7ad41;
}

input, select, textarea {
font: inherit;
padding: 2px;
border: 1px solid #000;
}