body {
margin: 0;
padding: 0;
background-color:#7d7d7d;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color: #000000
}
 
.center {
text-align: center;
} 

.bold {
font-weight: bold;
}

ul {
list-style-type: square;
}

a:link {
color: #0000ff;
text-decoration: none;
}

a:visited {
color: #0000ff;
text-decoration: none;
}

a:hover {
color: #0000ff;
text-decoration: underline;
}

a:active {
color: #0000ff;
text-decoration: underline;
}

a.staff:link {
color: #000000;
text-decoration: none;
font-weight: bold;
}

a.staff:visited {
color: #000000;
text-decoration: none;
font-weight: bold;
}

a.staff:hover {
color: #0000ff;
text-decoration: underline;
font-weight: bold;
}

a.staff:active {
color: #0000ff;
text-decoration: underline;
font-weight: bold;
}

.imgborder {
border-style: none;
}

<!-- #container {
position: relative;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-image: url(brushed.jpg);
background-repeat: no-repeat;
} -->

.top {
left: 0;
width: 100%;
background-color: #000000;
}

#navbox {
margin-left: 0;
margin-top: 54px;
width: 10em;
float: left;
}

#navlist {
padding: 0 1px 1px;
margin-left: 0;
font: bold 14px Verdana, Arial, sans-serif;
background: #000000;
}

#navlist li {
margin: 0;
border-top: 1px solid gray;
text-align: left;
list-style: none;
}

#navlist li a {
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #aaaabb;
background: #ccccdd;
text-decoration: none;
}

#navlist li a:link {
color: #000000;
}

#navlist li a:visited {
color: #000000;
}

#navlist li a:hover {
border-color: #97b137;
color: #ffffff;
background: #333322;
}

.main {
margin-top: 50px; 
margin-right: 5%;
margin-bottom: 20px;
margin-left: 11em;
padding: 20px;
border: 4px #000000 ridge;
background: #bbbeaf; 
background-image: url("big_brushed.png");
background-repeat: repeat;
}

.adr {
text-align: right;
vertical-align: bottom;
margin-right: 20px;
color: #ffffff;
}

.btmnav {
margin-top: 10px;
margin-right: 20px;
margin-bottom: 20px;
text-align: right;
font-size: 0.9em;

}

a.btmnav:link {
color: #ffffff;
text-decoration: none;
}

a.btmnav:visited {
color: #ffffff;
text-decoration: none;
}

a.btmnav:active {
color: #0000ff;
text-decoration: underline;
}

a.btmnav:hover {
color: #0000ff;
text-decoration: underline;
}
 
.pgup {
margin-top: 30px;
margin-bottom: 10px;
font-size: 0.9em;
}

.pgup a {
font-size: 0.9em;
}

.email {
text-align: center;
}

.email ul {
list-style-type: none;
}

.left {
float: left;
}

.contact {
text-align: center;
line-height: 0.8em;
padding-top: 30px;
}

