root { 
    display: block;
}

*, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

body, form, ul, li, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #bdbcbc;
    background-image: url(img/bg-body.png);
    background-repeat: repeat-x;
    margin: auto;
    padding: 0;
}

img {
    border: none;
}

#container {
    margin: auto;
    position: relative;
    width: 1000px;
}

#header {
    background-image: url(img/header_bird.png);
    background-position: 10px 40%;
    background-repeat: no-repeat;
    height: 237px;
    position: relative;
    width: 100%;
}

#header h1 {
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    height: 81px;
    left: 231px;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 762px;
}

#header h1 span {
    display: none;
}

#header h2 {
    display: none;
}

#header h3 {
    background-color: #1d1d1b;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 16px;
    left: 0;
    padding: 4px 0 4px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#menu {
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 267px;
}

#menu li {
    background-color: #b2b2b2;
    border-bottom: 1px solid #585858;
    height: 16px;
    margin: 0 0 0 25px;
    padding: 5px 0 5px 30px;
    text-transform: uppercase;
    width: 158px;
}

#menu li:hover {
    background-color: #929292;
}

#menu li.selected {
    background-color: #59568f;
    margin-left: 0;
    padding-left: 55px;
}

#menu li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

#content {
    background-color: #efefef;
    color: #000000;
    line-height: 16px;
    margin: 30px 0 0 232px;
    min-height: 427px;
    padding: 10px;
    width: 662px;
}

#footer {
    border-top: 11px solid #1d1d1b;
    margin-top: 30px;
    height: 70px;
    position: relative;
    width: 100%;
}

#footer img {
    bottom: 15px;
    position: absolute;
    right: 10px;
}