html {
    overflow-y: scroll;
}

body {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-family: Helvetica Neue, Helvetica, Arial, FreeSans, sans-serif;
    font-size: 12px;
    background: #e3e4e5;
    color: #646464;
}

#centered {
    position: relative;
    width: 970px;
    margin: auto;
}

#header {
    position: relative;
    height: 90px;
    width: 970px;
    background: #ffffff;
}

#header #logo {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 186px;
    height: 38px;
    background: url(../images/logo.png);
}

#headerpic {
    position: relative;
    width: 970px;
    height: 187px;
}

#headerpic  #cycle {
    position: absolute;
    top: 0px;
    left: 0px;
}

#headerpic #cycle div {
    width: 970px;
    height: 187px;
}

#headerpic #overlay_bar {
    position: absolute;
    bottom: 0px;
    width: 936px;
    height: 35px;
    background-color: #afbfcf;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    z-index: 100;
}

#headerpic #menu {
    position: absolute;
    bottom: 5px;
    left: 15px;
    width: 936px;
    z-index: 101;
}

#headerpic #overlay_right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 34px;
    height: 35px;
    background-color: #00406e;
    z-index: 100;
}

#container2 {
    float: left;
    padding-bottom: 40px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

#container {
    float: left;
    margin-top: 40px;
    width: 100%;
    background-image: url('../images/container.png');
    overflow: hidden;
}

#container #left {
    float: left;
    width: 170px;
    padding-left: 15px;
    overflow: hidden;
}

#container #center {
    position: relative;
    float: left;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    line-height: 20px;
    overflow: hidden;
}

#container #right {
    float: left;
    width: 166px;
    padding: 0px 34px 0px 15px;
    overflow: hidden;
}

#container #right div.heading {
    padding-bottom: 5px;
    color: #00406e;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

#container #right div.right_module_separator {
    width: 100%;
    height: 2px;
    font-size: 0px; /* for IE6 */
    margin: 20px 0px;
    background-image: url('../images/right_module_line.png');
}

#footer {
    clear: both;
    position: relative;
    height: 42px;
    width: 970px;
}

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