/* PAGE */
body, html {
    margin: 0;
    padding: 0;
    height:100%;
    width: 100%;
    font-size: 12px;
    font-family:  Helvetica, sans-serif;
    color: #e2e2e2;
    background-color: #252525;
}

a {
    text-decoration: none;
    border: 0;
    color: #e2e2e2;
}

img {
    border: 0;
}

a:hover {
    color: #0376b5;
}

#page {
    width: 100%;
    margin: auto;
    background-color: #252525;
}

.clearer {
    clear: both;
    height: 0px;
    border: 0px;
    width: 100%;
}

/* BANNER */
#banner {
    /*width: 100%;
    height: 310px;
    margin: auto;
    background-image: url(../frontend/banner.jpg);
    background-position: top center;
    background-repeat: repeat-x;*/
}

#banner-top {
    width: 100%;
    height: 50px;
    background-color: #e2e2e2;
    color: #252525;
    text-align: right;
    padding-top: 10px;
}

#banner-top a {
    color: #252525;
}

#banner-top a:hover {
    font-weight: bold;
}

#banner-mid {
    width: 100%;
    height: 39px;
    text-align: center;
    font-size: 22px;
    padding-top: 5px;
    border-top: 3px solid #252525;
    color: #252525;
    background-color: #e2e2e2;
    background-image: url(../frontend/banner-cap-bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#banner-bot {
    /*width: 100%;
    height: 45px;
    background-image: url(../frontend/edv-cap.jpg);
    background-position: top center;
    background-repeat: no-repeat;*/
}

/* CONTENT */
#content {
    width: 1000px;
    margin: auto;
    /*min-height: 590px;
    background-image: url(../frontend/content.jpg);
    background-position: top center;
    background-repeat: no-repeat;*/
}

/* MENU */
#menu {
    width: 1000px;
    height: 40px;
    margin: auto;
    margin-bottom: 10px;
    background-image: url(../frontend/menu-sep.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

#menu a {
    color: #e2e2e2;
    font-size: 16px;
    text-align: center;
}

#menu ul {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
}

#menu ul li {
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding: 10px;
    position:relative;
    right:50%;
    font-size: 14px;
}

.menu-item {
    float: left;
    padding: 10px;
}

/* BOTTOM */
#bottom {
    width: 100%;
    height: 30px;
    padding-top: 15px;
    margin-top: 10px;
    color: #e2e2e2;
    text-align: center;
    font-size: 14px;
    background-image: url(../frontend/menu-sep.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
