body {
    background: #bdd4e8 url(/themes/default/data/img/markup/head.gif) top left repeat-x;
}


#wrapper {
    min-width: 1000px;
    max-width: 1280px;
    margin: 0 auto;
    background: url(/themes/default/data/img/markup/photos.jpg) top right no-repeat;
}






/* Header
-----------------------------------------------------------------------------*/
#line {
    background: #bd0000;
    height:4px;
}

#header {
    height: 206px;
    position:relative;
}

#logo {
    left:25px;
}

#sitename {
    left: 240px;
    top: 75px;
    font-size: 20px;
    color: #bd0000;
    line-height: 25px;
}

#links {
    right: 10px;
    top: 5px;
}

#links ul {
    list-style:none;
}

#links ul li {
    float:left;
    margin-left: 20px;
}

.floats {
    position:absolute;
}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    height: 1%;
    position: relative;
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    background: #eef4f9 url(/themes/default/data/img/markup/body_top.gif) top left repeat-x;
    border: 1px solid #868a8c;
    margin: 0 34px 0 250px;
    padding:10px;
    min-height: 400px;
}

#content ul, #content ol {
    margin-left: 20px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#menu {
    float: left;
    width: 250px;
    margin-left: -100%;
    position: relative;
}

#menu ul.top {
    border-top: 1px solid #fff;
    margin-top: 10px;
}
#menu ul.sub{
    display:none;
    position: absolute;
    top: 16px;
    left: 40px;
    background: #eef4f9;
    width: 230px;
    border: 1px solid #868a8c;
    z-index:1500;
}
#menu ul.sub li{
    border:0;
}

#menu ul li{
    border-bottom: 1px solid #fff;
    border-right: 4px solid #bd0000;
    padding: 1px;
    list-style:none;
    position: relative;
}
#menu ul.top li{

}


#menu a {
    color: #bd0000;
    text-decoration:none;
}
#menu a:hover {
    color: #bd0000;
    text-decoration:underline;
}

#panel {
    position:relative;
    font-size:11px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #bdd4e8;
}

#print {
    position:absolute;
    right:0px;
    top:0px;
}

#banners ul {
    margin-left: 24px;
}

#banners ul li {
    margin-top:24px;
    list-style:none;
    border: 0;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
    height: 50px;
    font-size: 11px;
    color: #bd0000;
    text-align:right;
    margin-right:35px;
}
