body {
background-image: url(images/background.png);
margin: 0px auto;
width: 800px;
font-family: Century Gothic;
font-size: 8pt;
color: #2C070F;
}

b {
color: #A90D1B;
}

.fanfare {
font-family: Georgia;
color: #AC1937;
font-size: 12px;
}

.fanfare2 {
font-family: Georgia;
color: #530D1B;
font-size: 12px;
}

.title {
display: block;
font-size: 14pt;
color: #530D1B;
font-family: Georgia;
margin-bottom: 5px;
margin-left: 30px;
border-bottom: 1px dashed #AC1937;
width: 125px;
}

p.title:first-letter { 
color: #AC1937;
font-size: 16pt;
}

p.statistics {
margin-left: 60px;
margin-right: 60px;
}


.lists {
display: block;
margin-left: 50px;
}

#wrapper {
position: absolute;
margin: 0px auto;
width: 800px;
text-align: justify;
width: 800px;
height: 998px;
background-image: url(images/background_content.png);
}

#header {
position: relative;
left: 1px;
}

#content {
clear: top;
margin-left: 100px;
margin-right: 90px; 
height: 400px;
overflow-y: auto;
}

#footer {
bottom: 5px;
background-image: url(images/footer.png);
background-repeat: no-repeat;
background-position: right top;
margin-left: 100px;
margin-right: 65px;
height: 145px;
}

a:link, a:active, a:visited {
color: #5A1121;
}

a:hover {
color: #AC1937;
}