body {
height: 100%;
background-color: #292929;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
margin: 0px;
}

#top {
background-image: url("bg.png");
height: 150px;
text-align: center;
}

#top h1 {
padding-top: 60px;
padding-bottom: 60px;
background-image: url("bth-header.png");
background-position: top center;
background-repeat: no-repeat;
margin: 0px;
color: #ffffff;
}

#menu {
float: left;
width: 105px;
border-right: 1px solid #444444;
margin-left: 10px;
padding-bottom: 5px;
}

#menu a {
padding: 1px 0px 1px 10px;
width: 85px;
display: block;
text-decoration: none;
color: #DB5C00;
border-bottom: 1px solid #444444;
}

#menu a:hover {
color: #FEAB00;
border-bottom: 1px solid #FEAB00;
}

#content {
margin-left: 125px;
margin-right: 10px;
color: #dddddd;
border-bottom: 1px solid #444444;
padding-bottom: 20px;
margin-bottom: 10px;
}

#content h1 {
font-size: 16px;
padding: 10px;
margin: 0px;
color: #ffffff;
padding-bottom: 5px;
}

#content p {
padding: 0px 10px 0px 10px;
}

#content a {
color: #FEAB00;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#foot {
text-align: center;
font-size: 10px;
color: #444444;
}

#foot a {
font-size: 10px;
color: #FEAB00;
text-decoration: none;
}

#foot a:hover {
text-decoration: underline;
}
