body {
margin:0;padding:0;
background-color:#DCE5CA;
background-image:url(images/back.jpg);
background-repeat:repeat-x;
font:normal 14px arial;
line-height:1.4;
}

a {
color:#1B1464;
}

#container {
width: 800px;
margin-left: auto;
margin-right: auto;
background-image:url(images/long.gif);
background-repeat:repeat-y;
}

#banner {
background-image:url(images/page.jpg);
background-repeat:no-repeat;
}

h1 {
color:#9D0600;
font-size:2px;
margin:0;
padding:0;
}

#content {
padding: 5px;
margin-left: 280px;
margin-right:50px;
margin-top: 220px;
}

h2 {
font:normal 20px trebuchet,"trebuchet ms","ms trebuchet",arial;
color:#1B1464;
margin:15px 0;

}

p {
margin:0 0 30px 0;
}

#sidebar-a {
float: left;
width: 200px;
\width: 210px;
w\idth: 200px;
margin-top: 250px;
padding: 5px 5px 5px 34px;
}

#navlist
{
padding: 0;
margin: 0;
font: bold 15px arial, sans-serif;
border-bottom: 1px solid gray;
width: 200px;
}

#navlist li
{
list-style: none;
margin:0px;
padding:0px;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 5px solid #FFF;
text-decoration: none;
margin:0;
height:1px;
}

html>body #navlist li a {
height:auto;
}

#navlist li a:hover
{
border-color:#9D0600;
background:#DDE6CB;
}

#home #active a{
border-color:#9D0600;
background:#DDE6CB;
}

#navlist .current_page_item a{
border-color:#9D0600;
background:#DDE6CB;
}


#footer {
clear: both;
padding: 5px;
margin-top: 5px;
font-size:12px;
text-align:center;
}