body {
margin: 0;
padding: 0;
text-align: center;
font: 75%  "Trebuchet MS", tahoma, verdana, arial, sans-serif;
background: #FFF url(images/bgd.gif) repeat;
background-position: 50% 0;
color: #333;
}

#container {
position: relative;
width: 624px;
margin-right: auto;
margin-left: auto;
margin-top: 0;
text-align: left;
}

a:link, a:visited {
text-decoration: none;
color: #663300;
background: inherit;
}

a:hover {
text-decoration: none;
color: #cc6600;
background: inherit;
}

#banner {
width: 600px;
height: 200px;
margin: 0 0 10px 12px;
padding: 0 0 0 0;
background: url(images/header.jpg);
}

#title h1 {
margin: 0 10px 10px 12px;
padding-top: 5px;
font-size: 1.3em;
color: #295300;
background: inherit;
}

.container {
width: 600px;
margin: 0 auto;
background: #000;
height: 30px;
padding: 3px 0 2px 0;
}

#top-nav {
margin: 0;
padding: 0 0 20px 0px;
}

#top-nav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#top-nav a:link, #top-nav a:visited {
font-size: 13px;
float: left;
padding: 5px 12px 5px 13px;
text-decoration: none;
color: #FFF;
background:inherit;
font-weight: bold;
}

#top-nav a:link.active, #top-nav a:visited.active, #top-nav a:hover {
color: #000;
background: #FFF;
}

#content {
float: left;
width: 620px;
margin: 0 0 0 0;
padding: 0 0 20px 0; 
border: solid 0px;
}

#content p {
font-size: 15px;
padding-left: 20px;
padding-right: 10px;
margin: 0;
line-height: 22px;
}

#content h1 {
margin: 10px 30px 0 20px;
padding: 3px;
font-variant: small-caps;
font-size: 17px;
color: #555;
background: inherit;
}

#footer {
line-height: 25px;
float:left;
width: 620px;
text-align: center;
padding: 10px 0 10px 0;
margin: 0;
border-top: solid 1px #999;
}

#footer a:link, #footer a:visited {
color: #c86000;
background:inherit;
}

#footer a:hover {
border-bottom: 1px dashed #333;
}
