body {
margin: 0;
background: #4a5660;
text-align: center;
color: #4a5660;
font: 8pt/150% Verdana, Tahoma, Arial, Sans-Serif;
}
p {
margin-top: 3px;
margin-bottom: 3px;
padding: 7px;
}

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

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

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

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

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

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

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

hr {
color: #C54960;
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: 750px;
margin: 0px auto;
background: #dbc7bc;
}

#header {
width: 750px;
height: 215px;
background: #dbc7bc; 
background-image: url('images/header.jpg');
color:#6D758E; 
text-align:center; 
}

#sidebar {
background: #dbc7bc;
text-align:left; 
width:160px; 
float:right; 
margin-bottom: 0px;
}


#content {
background: #dbc7bc;
border-right: 0px;
text-align: left;
width: 590px;
float: left;
}

#footer {
clear:both; 
width: 750px; 
height: 19px;
background: #dbc7bc;
border-top: 1px solid #4a5660;
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;
}

