body {
    background:                 #b8d2d9;
    background-image:           url(images/body_static/body_background.jpg);
    background-repeat:          repeat-x;
    background-position:        top left;
    font-family:                Verdana, Arial;
    font-size:                  13px;
    text-align:                 center;
    padding:                    10px;
}

#main_container {
    width:                      960px;
    margin:                     0 auto;
    padding:                    0px;
    text-align:                 left;
    background:                 #fff;
    border:                     1px solid #000;
}

#body_container {
    background-image:           url(images/body_static/background_gradiant.jpg);
    background-repeat:          repeat-x;
    background-position:        left top;
    border:                     5px solid #fff;
    width:                      950px;
    min-height:                 300px;
    margin:                     0px;
    padding:                    0px;
    padding-top:                205px;
}

ul {
    list-style-image:           url(images/body_static/arrow_bullet.gif);
}

ul a, ul a:visited {
    text-decoration:            none;
    font-style:                 italic;
    color:                      #555;
}

ul a:hover {
    text-decoration:            underline;
    color:                      #555;
}

div.divider {
    float:                      left;
    width:                      2px;
    border-left:                1px solid #dadada;
    min-height:                 200px;
}

div.clear_all {
    clear:                      both;
}

div.vspacer {
    height:                     20px;
}

#container_left {
    float:                      left;
    width:                      200px;
    padding:                    0px;
    min-height:                 100px;
    margin-right:               10px;
}

#container_right {
    float:                      left;
    margin-left:                20px;
    width:                      600px;
    min-height:                 100px;
}

/* Login Style information */
#login_main {
    min-height:                 324px;
    display:                    none;
    position:                   absolute;
    left:                       25%;
    top:                        30%;
    background-color:           transparent;
    background-image:           url(/images/body_static/login.png);
    background-repeat:          no-repeat;
    background-position:        0pt 0pt;
    padding-top:                40px;
    padding-right:              13px;
    padding-bottom:             10px;
    padding-left:               40px;
    visibility:                 visible;
    width:                      580px;
    z-index:                    100000;
}

#login_content {
    background-color:           #ffffff;
    background-image:           none;
    background-repeat:          repeat;
    background-attachment:      scroll;
    background-position:        0% 0%;
    text-align:                 left;
    width:                      550px;    
}

#login_content h1 {
    margin:                     0px;
    padding:                    0px;
    font-size:                  20px;
    font-weight:                bolder;
    color:                      #577f8b;
    display:                    inline;
}

#login_content h2 {
    margin:                     0px;
    padding:                    0px;
    font-size:                  15px;
    font-weight:                bolder;
    color:                      #577f8b;
    display:                    inline;
}

#login_content div {
    width:                      125px;
    float:                      left;
}

.login_text {
    width:                      425px;
}

.login_button {
    width:                      100px;
}

.ad_divider {
    height:                     100px;
}

