body {
text-align: center;
margin-top: 0px;
background: #BF8C5A;
color: #1c1c1c;
font-family: Georgia, Verdana, Arial, Tahoma, Trebuchet MS; 
font-size: 12px;
background-image: url(./images/bg2.png);
background-repeat: repeat;
background-attachment: fixed;
}

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 {
margin: 0 auto;
width: 500px;
text-align: left;
overflow: hidden;
background: #FFF3D9;
border-left: solid 2px #567589;
border-right: solid 2px #567589;
border-top: solid 2px #567589;
border-bottom: solid 2px #567589;
}

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

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

#nav {
text-align: center;
vertical-align: middle;
float: center;
width: 460px;
background:#FFF3D9;
margin: 0;}

#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
}
#navigation li a {
   display: block;
   background: #66783C;
   width: 90px;
   text-align: center;
   text-decoration:none; 
   color: #1c1c1c;
   padding: 0px 0;
}
#navigation li a:hover {
   background: #1c1c1c;
   color: #66783C;
   text-decoration:none; 
}

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

img {
border: 0;
}

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

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

.seperator {
vertical-align: middle;
}

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

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;
}

.titletag {
font-size: 12px;
margin-top: 0px;
margin-right: 20px;
text-align: right;
}