body {
   background-image: url(assetsbl/blueBG.gif);
}
div#wrapper {
   background: url(assetsbl/wrapper.jpg) repeat-y 50% 0;
}
div#verybottom {
   background-image: url(assetsbl/blueBG.gif);

}

div#verytop {
   background: url(assetsbl/top.jpg) no-repeat 0 0px;
}

div#content {
   background: url(assetsbl/containertop.jpg) no-repeat 50% 0;
}
div#bottom {
   background: url(assetsbl/containerbottom.jpg) no-repeat 0 5px;

}
div#footer {
   background: #444444 url(assetsbl/footer.jpg) repeat-y 50% 0;
}
div#close {
   background: #444444 url(assetsbl/bottom.jpg) no-repeat 0 0;
}
ul#menu {
   background: url(assetsbl/menu.jpg) no-repeat 0 0;
}

div#sidebar #sidenav {
   width: 100%;
   margin-top: 20px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#sidebar #sidenav ul#navlist
{
   text-align: left;
   padding: 0;
   margin: 0;
   width: 155px;
   list-style: none;
   font-size: 12px;
   font-weight: bold;
   list-style:none;
   list-style-type: none;
   list-style-image: none;
}

div#sidebar #sidenav ul#navlist li
{
display: block;
margin: 0px;
padding: 0px;
}

div#sidebar #sidenav ul#navlist li a
{
   display: block;
   width: 100%;
   color: #FFFFFF;
   text-decoration: none;
   padding-top: 0.7em;
   padding-right: 0;
   padding-bottom: 0.7em;
   padding-left: 0.6em;
   background-color: #D89838;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #CCCCCC;
   border-right-color: #aaab9c;
   border-bottom-color: #666666;
   border-left-color: #CCCCCC;
}

div#sidebar #sidenav ul#navlist li#active a
{
   color: #800000;
   background-color: #DBAD60;

}

div#sidebar #sidenav ul#navlist li a:hover
{
   color: #764134;
   border-color: #aaab9c #fff #fff #ccc;
   background-color: #F2D57D;
}
