body {
margin: 0px auto;
font-family: Century Gothic;
font-size: 8pt;
color: #DCCD9A;
}


#header {
position: relative;
}

#content_bg {
position: absolute;
top: 384px;
background-image: url(images/background_content.png);
background-repeat: repeat-x;
width: 100%;
min-height: 265px;
}

#header_bg {
position: absolute;
background-image: url(images/header_background.png);
background-repeat: repeat-x;
width: 100%;
}

#content {
position: relative;
top: 10px;
left: 150px;
width: 500px;
text-align: justify;
text-indent: 40px;
}

#footer {
position: relative;
clear: both;
text-align: center;
width: 500px;
left: 150px;
font-size: 7pt;
color: #FFC70C;
}

.title {
display: block;
margin: 20px;
color: #13355D;
font-size: 14pt;
font-family: Georgia;
text-decoration: underline;
padding-right: 15px;
margin-bottom: -10px;
}

.title2 {
display: block;
margin-left: 50px;
color: #13355D;
font-size: 18pt;
font-family: Bodoni MT, Bookman Old Style;
font-weight: normal;
padding-right: 15px;
width: 220px;
text-indent: 0px;
}

.statistics {
display: block;
margin-left: 70px;
text-indent: 0px;
border-left: 5px solid #E2A313;
padding-left: 5px;
}

.content {
font-family: Century Gothic;
font-size: 8pt;
color: #DCCD9A;
}

.content b {
color: #180D02;
}

b {
color: #E2A313;
font-family: Bookman Old Style;
}

i{
color: #13355D;
font-style: normal;
}

a:link, a:active, a:visited {
color: #DCCD9A;
}

a:hover {
color: #E2A313;
}

a:link img, a:active img, a:visited img {
border: 2px solid #DCCD9A;
}

a:hover img {
border: 2px solid #E2A313;
}

ul, il {
list-style-image: url('images/list.png');
text-indent: 0px;
margin-left: 30px;
}

textarea, input {
background: #ffffff;
border: solid 1px #DCCD9A;
}
