* {
    font-family: Tahoma;
    font-size: 12px;
    color: #000;
}

body {
    /*background: #FFF url('../images/back.jpg') no-repeat top center;*/
    margin: 0;
    padding: 0;
}

a img {
    border: 0px;
}

div#wrap {
    width: 1200px;
    margin: 0px auto;
}

#top1 {
    background: #FFF url('../images/top1.jpg') no-repeat;
    width: 251px;
    height: 85px;
    text-align: center;
}
#top1 * {
    padding-top: 20px;
    font-weight: bold;
    font-size: 20pt;
    color: #444343;
}

#top2 {
    background: #FFF url('../images/top2.jpg') no-repeat;
    width: 680px;
    height: 85px;
}
#top2 div {
    padding-top: 20px;
}
#top2 div p {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 20pt;
    color: #444343;
    text-align: center;
    line-height: 21pt;
}

#top3 {
    background: #FFF url('../images/top3.jpg') no-repeat;
    width: 250px;
    height: 85px;
}
#top3 * {
    padding-top: 20px;
    font-weight: bold;
    font-size: 20pt;
    color: #41592e;
    text-align: center;
}

.h20 {
    height: 20px;
}

.left {
    float: left;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.btn_l {
    background: #FFF url('../images/btn_l.png') no-repeat;
    width: 22px;
    height: 31px;
    float: left;
}

.btn_c {
    background: #FFF url('../images/btn_c.png') repeat-x;
    height: 31px;
    float: left;
}

.btn_c p {
    padding: 0px;
    margin: 0px;
    margin-top: 6px;
    color: #3a5a2d;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
    
.btn_r {
    background: #FFF url('../images/btn_r.png') no-repeat;
    width: 26px;
    height: 31px;
    float: left;
}

.nav ul {
    padding: 0px;
    margin: 0px;
}

.nav ul li {
    padding: 0px;
    margin: 0px;
    padding-right: 5px;
    list-style: none;
    float: left;
    margin-bottom: 5px;
}

.nav li.selected a {
    text-decoration: underline;
}

.gallery{
    background: url('../images/gal.png') no-repeat;
    width: 332px;
    height: 277px;
}
.gallery .img {
    padding-top: 15px;
    padding-left: 23px;
}

.w_line {
    background: url(/template/default/images/w_line.png) no-repeat;
}

.gal-box {
    background-color: #fff; 
    margin-bottom: 10px;
}

.gal-text {
    margin-top: 12px;
    text-align: center;
}

.gal-text a {
    color: #3a5a2d;
    font-weight: bold;
    font-size: 16px;
}

#langs li {
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
}
#langs li {
    font-weight: bold;
}

.left_banner {
    background: url(/template/default/images/banner_left.png) no-repeat;
    width: 251px;
    height: 210px;
}
.left_banner * {
    color: #444343;
    font-weight: bold;
    font-size: 14px;
}

.right_banner {
    /*background: url(/template/default/images/banner_right.png) no-repeat;*/
    width: 251px;
    height: 210px;
}
.right_banner * {
    color: #41592e;
    font-weight: bold;
    font-size: 14px;
}




