/* ---------- Bugs ---------- */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
}
.clearfix{
    display:block;
}
* html .clearfix{
    height:1px;
}

body {
    padding: 0;
    margin: 0;
    background-color: #ff9;
    background-image: url(../images/page_bg.jpg);
}

#page_left {
    border-right: 1px solid #920;
}

#page_center {
    background-color: #FFFFFF;
    width: 980px;
}

#page_right {
    border-left: 1px solid #920;
}

#page_bottom_center {
    border-top: 1px solid #920;
}

#header {
    width: 980px;
}

#header .logo {
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 350px;
    height: 140px;
    cursor: pointer;
    float: left;
}

#navbar {
    width: 980px;
    height: 33px;
    border-top: 1px solid #AAA;
    background-color: #DDF;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

#navbar .menu {
    font-family: arial, verdana, tahoma;
    font-size: small;
}

#navbar .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navbar .menu li {
    list-style-type: none;
    font-family: arial, verdana, tahoma;
    font-weight: bold;
    color: #555;
    float: left;
    padding: 9px 10px 0 10px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #BBB;
    height: 24px;
    cursor: pointer;
}

#navbar .menu .current {
    background-color: #FF771B;
    border-left: none;
    border-right: 1px solid #BBB;
    border-top: 1px solid #BBB;
    color: #FFF;
}

#navbar .menu li a, #navbar .menu li a:visited {
    color: #222;
    text-decoration: none;
}

#navbar .menu li a:hover {
    color: #920;
}

#content {
    width: 980px;
    font-family: arial, verdana, tahoma;
    font-size: small;
    color: #222;
    line-height: 150%;
}

#content a {
    cursor: pointer;
}

#content .main {
    margin: 10px;
    padding: 10px;
    border: 1px solid #DDD;
    width: 938px;
    background-color: #FFF;
}

#content .main a {
    text-decoration: none;
}

#content .main a:hover {
    color: #920;
}

#content .main .title {
    font-family: arial, verdana, tahoma;
    font-weight: bold;
    font-size: large;
    border-bottom: 1px dotted #BBB;
    margin: 0 10px 10px 10px;
    color: #920;
}

#footer {
    background-image: url(../images/footer_bg.gif);
    border-top: 1px solid #920;
    width: 980px;
    font-family: verdana, tahoma, arial;
    font-size: xx-small;
    color: #444;
}

#footer_credits {
    text-align: right;
    padding: 15px;
}

#footer a, #footer a:visited {
    color: #920;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

