
#container {
    width: 1021px;
    margin: 45px auto;
    text-align: left;

}

#header {
    height: 206px;
    background: url('../gfx/bg_header.png') left top no-repeat;
}

#content {
    clear: both;
    background: #fff url('../gfx/bg_content.png') left center repeat-y;

}

#footer {
    clear: both;
    height: 88px;
    background: url('../gfx/bg_footer.png') left top no-repeat;
}

#header_left {
    float: left;
    display: inline;
    height: 206px;
    width: 213px;

}

#header_center {
    float: left;
    display: inline;
    width: 594px;
    height: 206px;
}

#header_right {
    float: left;
    display: inline;
    margin-top: 20px;
    margin-left: 15px;
    height: 186px;
    width: 180px;
    text-align: center;

}

#menu_main1 {
    float: left; margin-left: 0px;
    width: 143px;
    height: 34px;
}
#menu_main2 {
    float: left; margin-left: 4px;
    width: 143px;
    height: 34px;
}
#menu_main3 {
    float: left; margin-left: 4px;
    width: 143px;
    height: 34px;
}
#menu_main4 {
    float: left; margin-left: 4px;
    width: 143px;
    height: 34px;
}

#content_left {
    float: left;
    display: inline;
    width: 186px;
    background: url('../gfx/bg_ver_menu.png') repeat-y;
    margin-left: 26px;
}

#content_center {
    float: left;
    width: 596px;
    background: #fff url('../gfx/bg_content_center.png') repeat-y;


}

#content_right {
    float: left;
    width: 186px;
    height: 430px;
    background: url('../gfx/bg_ver_menu.png') repeat-y right;
}

#content_table {
    height: 500px;
    border-spacing: 0px;
    border-collapse:collapse;
}

#menu_vert_left {
    margin-left: 14px;
    height: 430px;
}

#menu_vert_right {
    text-align: center;
    margin-right: 14px;
    height: 430px;
}

#menu_vert_left_bottom {
    width: 186px;
    height: 17px;
    background: url('../gfx/bg_ver_menu_left_bottom.png') no-repeat left;

}

#menu_vert_right_bottom {
    width: 186px;
    height: 17px;
    background: url('../gfx/bg_ver_menu_right_bottom.png') no-repeat left;
}

.menu_caption {
    margin-bottom: 10px;
}

.menu_sep {
    height: 2px;
    width: 150px;
    background:url('../gfx/line_dotted_hor.gif') repeat-x;
    margin-top: 6px;
    margin-bottom: 7px;
    overflow:hidden;
}

#footer_left {
    float: left;
    display: inline;
    margin-left: 0px;
    width: 240px;
    text-align: center;
}

#footer_center {
    float: left;
    display: inline;
    margin-top: 10px;
    margin-left: 10px;
    width: 400px;
}

#footer_right {
    float: left;
    display: inline;
    margin-top: 40px;
    margin-right: 10px;
    width: 330px;
    text-align: right;
}


.heading_sep {
    height: 2px;
    width: 550px;
    background:url('../gfx/line_dotted_hor.gif') repeat-x;
    margin-top: 10px;
    margin-bottom: 7px;
    overflow:hidden;
}

#search_bg {
    float: left;
    display: inline;
    height: 24px;
    width: 149px;
    background:url('../gfx/bg_search.png') no-repeat;
}

#search {
    margin: 1px 2px;
    width: 143px;
    height: 19px;
    font-size: 12px;
    color: #999;
    border: 0px;
}

#search_btn {
    float: left;
    display: inline;

}

.idleField {

}

.focusField {
    background: #fff7d6;
}

#weather_box {
    width: 160px;
    color: #868686;
    text-align: left;
    margin-left: 10px;
}

.weather_line {
    width: 70px;
    padding-top: 4px;
    font-size: 10px;
    color: #868686;


}
.weather_data {
    width: 88px;
    padding-top: 4px;
    font-size: 10px;
    color: #868686;
}

.clearer {
font-size: 0px;
line-height: 0px;
clear: both;

}


.dotted_sep {
    height: 2px;
    width: 100px;
    background:url('../gfx/line_dotted_hor.gif') repeat-x;
    margin-top: 4px;
    margin-bottom: 7px;
    overflow:hidden;
}

.glry_th {
    float: left;
    height:80px;
    width:80px;
    margin: 5px;

}
