body {
background: #D5BD71;
font: 14px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif;
margin: 0px;
text-align: center;
}

#container {
width: 745px;
margin: 15px auto;
}
#header {
background: #DFD2A9;
background-image: url('images/main.jpg');
background-repeat: no-repeat;
width: 100%;
height: 45px;
margin-bottom: 12px;
}
*html #header{
padding-bottom: 10px;
}

#content {
background: #DFD2A9;
float:left;
width: 575px;
text-align: left;
margin-right: 5px;
}
#sidebar {
background: #DFD2A9;
width: 160px;
float: right;
margin-left: 5px;
}
a {
font: 13px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif;
}

a:link {
color: #455572;
}
a:visited {
color: #455572;
}
a:hover {
color: #70809C;
text-decoration: none;
}
a:active {
color: #455572;
}

#navigation a:link {
color: #DFD2A9;
background-color: #755645;
display: block;
width: 140px;
text-decoration: none;
}

#navigation a:visited {
color: #D5BD71;
background-color: #755645;
width: 140px;
display: block;
text-decoration: none;
}

#navigation a:hover {
color: #6D5134;
background-color: #D5BD71;
display: block;
width: 140px;
}

#navigation a:active {
color: #D5BD71;
background-color: #6D5134;
display: block;
width: 140px;
text-decoration: none;
}

*html #navigation{
margin-left: -10px;
}


p {
margin: 10px;
text-align: justify;
}

.reference ul, ol  {
   text-align: left;
list-style-type: none;
padding-left: 10px;  
}

ul, ol {
text-align: middle;
list-style-type: none;
padding-left: 10px;
}

ul li {
margin-bottom: 3px;
}

h1 {
font: 18px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif;
margin: 10px;
background-color: #D2BE7E;
text-align: center;
font-weight: bold;
}

h2 {
font: 16px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif;
margin: 10px;
text-align: center;
font-weight: bold;
}

h2.errormsg {
color: #800000;
margin: 20px 5px;
}

h3 {
font: 14px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif;
margin: 10px;
text-align: center;
font-weight: bold;
}
img {
border: 0px;
}

form input {
position: absolute;
left: 220px;
}
