body {
background-color: #294AA5;
text-align: center;
margin: 0px;
color: #000;
font-family: verdana, sans-serif;
font-size: 12px;
background-image: url(layout/blue.png);
background-repeat: repeat;
}

#backer {
position: absolute;
left: 1px;
top: 1px;
}

#wrapper{
margin: 0 auto;
width: 500px;
border-left: solid 2px #000;
border-right: solid 2px #000;
border-top: solid 2px #000;
border-bottom: solid 2px #000;
}

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

#nav {
text-align: center;
width:500px;
}

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

a:link, a:visited, a:active, a:hover { text-decoration: underline; color:#00001C; }
a.title:link, a.title:visited, a.title:hover, a.title:active {color: #00001C; text-decoration: none; }

img {
border: 0;
}

.centered {
text-align: center;
}

.shortbreak {
line-height: 1px;
}

h1 {
font-size: 16px;
margin-top: 0px;
margin-bottom: 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;
}

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

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

.titletag {
font-size: 12px;
margin-top: 0px;
margin-left: 40px;
}