html{
    float: left;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: hidden;
}



img{
    border: none;
}

a{
    text-decoration: underline;
    color: #0000ff;
}

h1{
    font: 20px Tahoma;
    color: #000;
    margin-top: 5px;
}
h2{
    font: 18px Tahoma;
    color: #000;
    margin-top: 5px;
}
h3{
    font: 16px Tahoma;
    color: #000;
    margin-top: 5px;
}
h4{
    font: 14px Tahoma;
    color: #000;
    margin-top: 5px;
}

body{
    background-color: #e0e1d3;
    width: 100%;
    float: left;
    margin: 0;
    height: 100%;
}

#wrapper{
    float: left;
    width: 100%;
    height: 100%;
}

.menu{
    background-color: #000000;
    float: left;
    height: 50px;
    margin-bottom: 30px;
    width: 100%;
}

.menu ul{
    height: 25px;
    margin: 12px auto 0;
    padding: 0;
    width: 835px;
}
.menu ul li{
    float: left;
    margin-right: 50px;
}

.menu ul li.menu-last{
    margin-right: 0;
}

.menu ul li a{
    color: #fff;
    text-decoration: none;
    font: 20px Arial;
}

.menu ul li a.active,.menu ul li a:hover{
    color: #8D8D8D;
}

#logo{
    clear: left;
    width: 550px;
    height: 100px;
    margin: 0 auto;
}

#footer{
    right: 0;
    bottom: 0;
    background-color: #000;
    color: #9e9e9e;
    font: 10px Tahoma;
    padding: 7px 15px;
    position: absolute;
}

#content{
    height: auto;
    width: 790px;
    background-color: #fff;
    margin: 0 auto;
    position: absolute;
    padding: 10px 15px;
    max-height: 350px;
}

#content.conta
{
background: none;
  height: auto;
    margin: 0 auto;
    max-height: 350px;
    padding: 10px 15px 10px 284px;
    width: 406px;
      }
.slider {
    height: 162px;
    position: relative;
    width: 100%;
}

.slider .s-prev{
    background: url("/images/button-prev.png") no-repeat scroll top center transparent;
    bottom: 65px;
    cursor: pointer;
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
    display: block;
}


.slider .s-next{
    background: url("/images/button-next.png") no-repeat scroll top center transparent;
    bottom: 65px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    width: 30px;
    display: block;
}

.slider {
    margin-top: 20px;
    margin-bottom: 20px;
}



.s-imgs{
    height: 162px;
    margin-left: 31px;
    overflow: hidden;
    position: absolute;
    width: 730px;
}

.slider .disabled{
    display: none;
}


.slider img{
    width: 167px;
    height: 162px;
}

#modal_out{
    background-color: #000000;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
}

#modal{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    position: fixed;
    top: 20px;
    left: 300px;
    max-width: 1200px;
    max-height: 600px;
    z-index: 50;
}

#modal .close{
    background: url("/images/close.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    width: 16px;
    height: 16px;
    right: -7px;
    top: -7px;
    cursor: pointer;
    z-index: 51;
}

.slider .title{
    display: none;
    background-color: #000000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top:0;
    left:0;
    text-align: center;
    padding-top: 70px;
    color: #fff;
}

.slider .title:hover{
    cursor: pointer;
}

.slider a .title{
    color: #ffffff;
}

.sel_album{
    margin-top: 15px;
    font: 16px Tahoma;
    margin-left: 15px;
    margin-bottom: 10px;
}

.slider img{
    cursor: pointer;
}

.news h1{
    margin-bottom: 15px;
}

.news #content ul{
    padding:0;
    margin: 0;
}

.news #content ul li{
    list-style: none;
}


#content .page{
    bottom: 0;
    left: 15px;
    position: absolute;
    height:31px;
}
#content .page ul{
    padding: 0;
    margin:0;
    height:21px;
}

#content.newss
{
width: 270px;
text-align: center;
}

#content.newss a
{
color: black;
}



#content .page ul li{
    list-style: none;
    float: left;
    height:21px;
}

#content.biosu
{
padding-bottom: 37px;
}

#content .page ul li a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top:1px;
    padding-bottom:1px;
    height:21px;
}

#content .page ul li a.active{
    background-color: rgba(0, 0, 0, 0.49);
    color: #fff;
}

.bio #content,.news #content{
    padding-bottom: 30px;
}

.contact-item {
    float: left;
    margin-bottom: 10px;
margin-right: 20px;
font-size: 21px;
}
.contact-mail {  
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    margin-left: -3px;
    padding: 2px 4px 4px;
}
.contact-mail a {
    color: #FFFFFF;
    text-decoration: none;
}