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

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

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

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

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

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

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

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

hr {
color: #545872;
width: 95%;
height: 1px;
margin: 5px auto;
}
*html hr{
color: #B68991;
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: #212a40;
}

#header {
width: 600px;
height: 200px;
background: #000000; 
background-image: url('images/main.jpg');
border-bottom: 1px solid #e2a30c;
color:#212a40; 
text-align:center; 
}

#sidebar {
background: #212a40;
text-align:left; 
width:130px; 
float:right; 
margin-bottom: 0px;
}


#content {
background: #212a40;
border-right: 0px;
text-align: left;
width: 470px;
float: left;
}

#footer {
clear:both; 
width: 600px; 
height: 200px;
background: #212a40;
background-image: url('images/footer.jpg');
border-top: 1px solid #e2a30c;
color:#6D758E; 
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;
}

