body {
color: #000000;
background: #BBAA88;
margin: 0px;
padding: 0px;
}

p {
font-family: sans-serif;
color: #204000;
font-size: 12px;
text-indent: 0px;
padding-left: 4px;
padding-right: 4px;
}
p.announce {
font-family: sans-serif;
color: #408020;
font-size: 14px;
font-style: bold;
text-indent: 0px;
padding-left: 4px;
padding-right: 4px;
}
li {
font-family: helvetica,sans-serif;
color: #804000;
font-size: 12px;
text-indent: 0px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
}

h1 {
font-family: sans-serif;
color: #302010;
border-bottom: 2px solid #000000;
margin-left: 12px;
margin-right: 12px;
}
h2 {
font-family: sans-serif;
color: #302010;
margin-left: 12px;
margin-right: 12px;
}
h3 {
font-family: sans-serif;
font-size: 14px;
color: #302010;
margin-left: 12px;
margin-right: 12px;
}

img {
border: 0px;
}

table {
background: #D0AD75;
}

#banner {
height: 140px;
width: 700px;
background: url(./images/banner.jpg);
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

#navbar {
background: #D0AD75;
width: 700px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

#content {
background: #DDDDCC;
width: 700px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
padding-top: 8px;
padding-bottom: 40px;
}

#navbar a {
display: block;
}

.home a {
background: url(./images/home.png) no-repeat;
}

.home a:hover {
background: url(./images/home_over.png) no-repeat;
}

.about a {
background: url(./images/about.png) no-repeat;
}

.about a:hover {
background: url(./images/about_over.png) no-repeat;
}

.contact a {
background: url(./images/contact.png) no-repeat;
}

.contact a:hover {
background: url(./images/contact_over.png) no-repeat;
}

a
{
  color: #808080;
}

table.main
{
  background: #DDDDCC
}
