body {
background:#815C2F;
text-align: center;
margin-top: 0px;
color: #000;
font-family: Verdana, Arial, Tahoma, Trebuchet MS; 
font-size: 12px;
}

a:link { text-decoration: underline; color:#2B2B2B; }
a:visited { text-decoration: underline; color:#2B2B2B; }
a:active { text-decoration: underline; color:#2B2B2B; }
a:hover { text-decoration: underline; color:#2B2B2B; }

#container {
background: #EEEBBE;
margin: 0 auto;
width: 400px;
text-align: left;
overflow: hidden;
border-left: solid 2px #000;
border-right: solid 2px #000;
border-top: solid 2px #000;
border-bottom: solid 2px #000;
}

#header {
background: #EEEBBE;
margin-top: 0px;
text-align: center;
}

#menu {
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
float:center;
width:400px;
background:#EEEBBE;
}

#content {
text-align: left;
width: 360px;
margin-top: 10px;
margin-left: 20px;
background:#EEEBBE;
}

td {
font-family: Verdana, Arial, Tahoma, Trebuchet MS;
font-size: 11px;
}

img {
border: 0;
}

.indent {
margin-top: 5px;
margin-left: 20px;
}

.credit {
margin-top: 0px;
margin-left: 60px;
font-size: 9px;
}

h1 {
font-size: 16px;
margin-top: 0px;
border-bottom: 1px solid #1c1c1c;
}

h2 {
font-size: 14px;
margin-top: 0px;
margin-bottom: 0px;
}

h3 {
font-size: 12px;
margin-bottom: 0px;
}

h4 {
font-size: 12px;
margin-bottom: 0px;
}

.centered {
text-align: center;
}

.shortbreak {
line-height: 1px;
}