/************************
*       GLOBALS         *
*************************/
body {
    background: black url(/media/images/background.gif) repeat;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

#wrap {
    width: 890px;
    border: 5px solid white;
    margin: 15px;
    background: #0F202B;
}

#main {
    background: #0F202B;
}
/************************
*        HEADER         *
*************************/
#header {
    background: white url(/media/images/banner.jpg) no-repeat right top;
    height: 160px;
    border-bottom: 5px solid white;
}

#header h1 {
    margin: 0;
}

#header h1 a {
    height: 160px;
    width: 214px;
    text-indent: -9999px;
    background: transparent url(/media/images/logo.gif) no-repeat left top;
    display: block;
}

/************************
*       SIDEBAR         *
*************************/
#sidebar {
    float: left;
    width: 214px;
    background: #0F202B url(/media/images/sidebar.png) repeat-x top;
    min-height: 450px;
}

ul#sidenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#sidenav li {
    padding: 10px 0 0 20px;
    border-bottom: 1px dotted #fff;
    margin-right: 20px;
}

ul#sidenav li a {
    font-family: Georgia, serif;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6;
}

#sidebar a img {
    border: none;
}

/************************
*        CONTENT        *
*************************/
#content {
    float: right;
    width: 626px;
    border: 5px solid #535342;
    border-bottom: 0;
    background: #D4CDC1;
    padding: 0 20px 20px;
    font-size: 15px;
    line-height: 1.6;
}

ul#mainnav {
    background: #535342;
    list-style-type: none;
    margin: 0;
    padding: 6px 0 1px;
}

ul#mainnav li {
    display: inline;
    margin-left: 15px;
}

ul#mainnav li a {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

ul#mainnav li a:hover {
    color: #D36800;
}

#content-inner {
    padding: 10px;
    font-size: 90%;
}

#content h3.ddheader {
    font-size: 22px;
}

#content .dditem, #content .dditem:hover {
    background: transparent; 
}

#content .dditem a, #content .item a { 
    color: black; 
    font-weight: bold; 
    text-decoration: none;
}

#content .dditem a:hover, #content .item a:hover {
    color: #D36800;
}

/************************
*        FOOTER         *
*************************/
#footer img {
    display: block;
}

#footer {
    clear: both;
}