body {
    font-family: Arial;
    background: url("../images/back2.png") top center;
}

a {
    color: #ff0033;
    text-decoration: none;
}

#container {
    width: 984px;
    margin: 0 auto;
    background: #333;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

#top_header {
    height: 20px;
    padding: 5px;
}

.lang_btn {
    float: left;
    margin: 5px 0 0 5px;
    cursor: pointer;
}

#center_header {
    height: 114px;
    overflow: hidden;
    position: relative;
}
#header_mask {
    position: absolute;
    height: 114px;
    width: 1000px;
    top: 0;
    left: 0;
    background: url("../images/header_mask.png") no-repeat top center;
}
#header_pic_1, #header_pic_2, #header_pic_3, #header_pic_4 {
    position: absolute;
    height: 114px;
    width: 630px;
    top: 0;
    right: 0;
    background: url("../images/header_pic.png");
    background-repeat: no-repeat;
    background-size: 630px;
    background-position: center center;
}
/* #header_pic_1 { background-position: 0px    0px; }
#header_pic_2 { background-position: 0px -114px; }
#header_pic_3 { background-position: 0px -228px; }
#header_pic_4 { background-position: 0px -342px; } */


#sidebar {
    display: none;
    position: absolute;
    margin: -7px 0 0 740px;
    width: 250px;
    background-image: url("../images/sidebar_bottom.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0 0 50px 0;
    list-style: none;
}
#sidebar li {
    background-image: url("../images/sidebar_bottom.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 10px;
    font-size: 0.8em;
}
#sidebar .poi_data {
    border-bottom: 1px solid #ff0033;
    padding: 10px 0 5px 0;
}
#sidebar li.last {
    background: none;
}
#sidebar li.last .poi_data {
    border: 0;
    padding-bottom: 0;
}
#sidebar li .list_poi {
    margin: 0 5px 5px 0;
}
#sidebar li#sidebar_header {
    background-image: url("../images/sidebar_top.png");
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 20px;
    padding: 13px 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 0;
}
#sidebar_updated {
    text-align: center;
}
.sidebar_visible #sidebar {
    display: block;
}

#main_menu {
    background: url("../images/main_menu_bg.png") repeat-x top left;
    height: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#main_menu li {
    float: left;
    margin: 0;
    padding: 0;
}
#main_menu li a {
    display: block;
    line-height: 20px;
    padding: 6px 10px;
    color: #ffe40e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#main_menu li a:hover {
    color: #fff;
}
#main_menu li a.on {
    background-image: url("../images/main_menu_sel.png");
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    color: #fff;
}

#sub_menu {
    background: url("../images/sub_menu_bg.png") repeat-x top left;
    height: 28px;
    margin: 0;
    padding: 0;
}
#sub_menu ul {
    height: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#sub_menu li {
    float: left;
    margin: 0;
    padding: 0;
}
#sub_menu li a {
    display: block;
    line-height: 16px;
    padding: 6px 10px;
    color: #ff0033;
    font-size: 12px;
    text-decoration: none;
}
#sub_menu li a:hover {
    text-decoration: underline;
}
#sub_menu li a.on {
    background-image: url("../images/sub_menu_sel.png");
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    font-weight: bold;
}

#footer {
    background: #bdbdbd;
    padding: 8px 10px;
    font-size: 0.8em;
}
#footer span {
    float: right;
}







#content {
    background: #fff url("../images/content_corner.png") no-repeat bottom right;
    padding: 10px 15px 10px 25px;
    font-size: 0.9em;
}

.sidebar_visible #content {
    padding: 10px 253px 10px 25px;
}

#content ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
#content li {
    padding: 3px 0;
}

.content_page {
    padding-bottom: 15px;
}
.content_page {
    text-align: justify;
}

#pagination { height: 20px; padding-top: 10px; }
#next_page { float: right; }
#prev_page { float: left; }




#gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}

#gallery li {
    float: left;
    background: #fff;
    padding: 3px 3px 10px 3px;
    -moz-box-shadow: 0 3px 5px #888;
    -webkit-box-shadow: 0 3px 5px #888;
    box-shadow: 0 3px 5px #888;
    margin: 0 10px 10px 0;
}

#pagelist {
    overflow: auto;
}
#pagelist li {
    padding-bottom: 20px;
}
#pagelist .gallery_listitem {
    list-style: none;
    clear: both;
    height: 60px;
    margin-left: -20px;
}
#pagelist .gallery_listitem img {
    height: 30px;
    float: left;
    margin-right: 5px;
}
#pagelist .gallery_listitem img.first {
    height: 60px;
    padding: 0;
}
#pagelist .gallery_listitem strong {
    display: block;
    padding-top: 5px;
    height: 25px;
    font-size: 1.2em;
}
#pagelist .gallery_listitem span {
    float: left;
    width: 28px;
    height: 20px;
    padding-top: 8px;
    text-align: center;
    border: 1px solid #999;
}