*
{
    padding: 0;
    margin: 0;
    font-family: verdana;
}
html,body
{
    height: 100%;
    width: 100%;
}
p.clear
{
    clear: both;
    height: 0;
    overflow: hidden;
}
#frame
{
    width: 930px;
    margin: 0 auto;
    min-height: 100%;
}
#header
{
    margin: 15px 0;
    width: 683px;
    height: 157px;
    float: right;
    background-image: url('../template/header.png');
    position: relative;
}
#header h1
{
    position: absolute;
    font-size: 16px;
    color: #FFF;
    top: 117px;
    left: 50px;
}
#logo
{
    margin: 15px;
    height: 156px;
    width: 205px;
    background-image: url('../template/logo.png');
    float: left;
    background-repeat: no-repeat;
    background-position: 50%;
}
#navi
{
    height: 32px;
    background-image: url('../template/navi_bg.png');
}
#languages
{
    width: 105px;
    height: 32px;
    overflow: hidden;
    margin-left: 10px;
    list-style: none;
    float: left;
}
#languages li
{
    float: left;
    margin: 0 5px;
    line-height: 27px;
}
#languages li a
{
    text-decoration: underline;
    font-size: 12px;
    color: #fc5300;
}
#languages li a.current
{
    text-decoration: none;
}
.menu
{
    display: block;
    height: 32px;
    list-style: none;
    
}
#footer .menu
{
    margin-left: 105px;
}
.menu li
{
    position: relative;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    min-width: 100px;
    height: 32px;
}
.menu li a
{
    padding: 0 10px;
    display: block;
    color: #687f9e;
    text-decoration: none;
    height: 100%;
    position: relative;
    outline: none;
    margin: 0 4px;
}
.menu li a span
{
    top: 0;
    display: none;
    height: 32px;
    width: 8px;
    position: absolute;
}
.menu li a span.first
{
    left: -8px;
    background-image: url('../template/sub_bg.png');
}
.menu li a span.last
{
    right: -8px;
    background-image: url('../template/sub_bg.png');
    background-position: top right;
}
.menu li a.current, .menu li a:hover
{
    color: #014375;
}
.menu li a.current
{
    background-color: #FFF;
}
.menu li a.has_childs
{
    width: 140px;
    position: relative;
}
.menu li a.current span
{
    display: block;
}
.menu li a.has_childs.current span
{
    display: none;
}
.menu li a.has_childs
{
    padding: 0;
}
.menu li a.has_childs.current
{
    background-color: transparent;
    background-image: url('../template/sub_bg.png');
}
.menu li ol
{
    display: none;
    position: absolute;
    top: 32px;
    left: -1px;
    z-index: 300;
    list-style: none;
    width: 140px;
    margin: 0px;
    margin-left: 5px;
}
.menu li ol li
{
    float: none;
    width: 140px;
    background-image: url('../template/sub_bg.png');
    line-height: 12px;
    margin: 0px;
    height: auto;
}
.menu li ol li a
{
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    color: #014375;
    width: 125px;
    padding: 5px;
}
.menu li ol li a:hover
{
    background-color: #80e0f8;
}
.menu li ol li.last
{
    display: block;
    height: 5px;
    width: 143px;
    padding: 0px;
    margin: 0px;
    background-image: url('../template/sub-bot.png');
    overflow: hidden;
    line-height: 0px;
    font-size: 0px;
}
#content_wrap
{
    width: 100%;
    float: left;
    padding-bottom: 57px;
}
#content
{
    margin-left: 200px;
}
#left_content
{
    width: 200px;
    background-position: 0 50%;
    margin-left: -100%;
    float: left;
    padding-bottom: 57px;
}
#baner
{
    position: relative;
    height: 423px;
    background-image: url('../template/left.png');
    background-repeat: no-repeat;  
}
#baner h1
{
    position: absolute;
    font-size: 18px;
    color: #FFF;
    top: 280px;
    text-align: center;
}
h1#page_title
{
    font-weight: normal;
    font-size: 16px;
    margin: 10px;
    color: #64d6f1;
    font-family: tahoma;
}
#small_logo
{
    margin: 10px auto;
    display: block;
    text-align: center;
}
#small_logo *
{
    border: none;
    text-decoration: none;
}
#footer
{
    width: 930px;
    height: 57px;
    margin: 0 auto;
    background-image: url('../template/navi_bg.png');
    background-repeat: repeat-x;
    background-position: 10px 0;
    margin-top: -57px;
}
.image_container
{
    position: relative;
    float: left;
    height: 170px;
    width: 143px;
    margin: 5px 13px;
}
.image_container .img_frame
{
    position: absolute;
    width: 143px;
    height: 112px;
    background-image: url('../template/frame.png');
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
p.image_description
{
    widh: 100%;
    height: 50px;
    font-size: 10px;
    overflow: hidden;
    padding-top: 4px;
}
#page_list
{
    text-align: center;
}
#page_list a
{
    text-decoration: none;
}
#page_list a span
{
    width: 10px;
    height: 12px;
    background-image: url('../template/page.png');
    font-size: 10px;
    background-repeat: no-repeat;
    background-position: 50% 6px;
    padding: 5px;
    line-height: 20px;
    color: #FFF;
}
#gallery
{
    background-color: #cbf6fd;
    padding-top: 20px;
    height: 363px;
}
#page_list a.page_current span
{
    background-image: none;
    color: blue;
}
