* { margin: 0; padding: 0; }
body { background: #111111; text-align: center; }

#container { 
margin: 60px auto 0px auto; 
background: #111111; 
width: 395px; 
border: none; 
text-align: left;
}

td#top {
background: url('images/top.jpg');
width: 395px;
height: 234px;
}

td#bottom {
background: url('images/bottom.jpg');
width: 395px;
height: 234px;
}

td.menu {
width: 70px;
font: normal 0.7em "Georgia", sans-serif;
}

td.menu a {
color: #484747;
text-decoration: none;
font-weight: bold;
padding: 5px 0px;
display: block;
}

td.menu a:hover {
color: #5d5d5d;
}

td.menu#left {
float: left;
}

td.menu#right {
text-align: right;
float: right;
}

td#content {
text-align: justify;
margin-bottom: 10px;
color: #474747;
}

td#content p {
margin: 0px 0px 10px 0px;
font: normal 0.7em "Georgia", sans-serif;
}

td#content p a {
color: #616161;
text-decoration: none;
}

td#content p a:hover {
color: #797979;
}

td#content strong {
color: #626262;
font-weight: normal;
}

h2 {
width: 395px;
text-transform: uppercase;
text-align: center;
color: #3a3a3a;
font-size: 0.7em;
margin-top: 170px;
float: left;
}