body {
margin: 0;
background: #000000;
background-image: url('images/bg.jpg');
background-repeat: no-repeat;
text-align: center;
color: #000000;
font: 8pt/150% Verdana, Tahoma, Arial, Sans-Serif;
}
p {
margin-top: 3px;
margin-bottom: 3px;
padding: 7px;
}

a:link {
color: #bc2a11;
text-decoration: underline;
list-style: none;
}

a:visited {
color: #bc2a11;
text-decoration: underline;
}

a:hover {
color: #bc2a11;
text-decoration: none;
}

a:active {
color: #bc2a11;
text-decoration: underline;
}

h1 {
font: 9.5pt Verdana, Tahoma, Arial, Sans-Serif;
color: #bc2a11;
font-weight: bold;
margin: 2px 0px 5px 0px;
text-align: center;
}

h2 {
font: 9pt Verdana, Tahoma, Arial, Sans-Serif;
color: #bc2a11;
font-weight: bold;
margin: 2px 0px 5px 0px;
text-align: center;
}

h3 {
font: 8.5pt Verdana, Tahoma, Arial, Sans-Serif;
color: #bc2a11;
font-weight: bold;
margin: 2px 0px 5px 5px;
}

hr {
color: #bc2a11;
width: 95%;
height: 1px;
margin: 5px auto;
}
*html hr{
color: #bc2a11;
margin: 0px;
size: 1px;
}

table {
font: 100% Verdana, Tahoma, Arial, Sans-Serif;
}

ul {
padding: 0px;
margin: 5px 0px 5px 15px;
list-style: none;
}

.special {
padding: 0px;
margin: 5px 0px 5px 25px;
list-style: circle;
}

.extra {
margin-bottom: 8px;
}

img {
padding: 0;
max-width: 100%;
margin: 0 2px 0px 3px; 
display: inline;
border: 0; 
}
code {
font: 100% Verdana, Tahoma, Arial, Sans-Serif;
color: #908A59;
}

#container {
width: 600px;
margin: 0px auto;
background: #ffdf80;
}

#header {
width: 600px;
height: 280px;
background: #ffdf80; 
background-image: url('images/header.jpg');
color:#6D758E; 
border-bottom: 1px solid #eea439;
text-align:center; 
}

#sidebar {
background: #ffdf80;
border-left: 1px solid #eea439;
text-align:left; 
width:130px; 
float:right; 
margin-bottom: 0px;
}


#content {
background: #ffdf80;
text-align: left;
width: 469px;
float: left;
}

#footer {
clear:both; 
width: 600px; 
height: 19px;
background: #bc2a11;
border-top: 1px solid #eea439;
border-bottom: 1px solid #eea439;
color:#000000; 
text-align:center; 
}

.left {
float: left;
border: 1px solid #5B5E69;
}

.right {
float: right;
border: 1px solid #5B5E69;
}


.divider {
width: 95%;
height: 1px;
border-top: #B68991 1px solid;
display: block;
margin: 5px auto;
}

