body{
text-align:left;
font-size:11px;
font-weight:normal;
font-family: arial, vedarna,  Sans-serif;
color:#000;
background-color:#fff;
margin:0px;
}


a{
color: #000;
text-decoration: none;
font-weight: bold;
}


a:hover{
color: #000;
}




.wrapper{
width:800px;
background-image: url(images/mainbg.jpg);
background-repeat: no-repeat;
margin:0;
height: 657px;
}


.wrapperfade{
width:800px;
background-image: url(images/mainbg_fade.jpg);
background-repeat: no-repeat;
margin:0;
height: 657px;
}


                html>body .wrapper, .wrapperfade{
                height: auto !important;
                min-height: 657px;
                }



.header{
background-image: url(images/grntop.jpg);
width:800px;
height: 115px;
float: left;
}
  



.buttons{
float: left;
width: 800px;
margin: 88px 0px 0px 0px;
}


    .buttons ul{
    list-style: none;
    margin: 0;
    padding: 0;
    }


    .buttons li{
    text-align: center;
    float: left;
    border-right: 1px #353535 solid;
    }


    .buttons li a{
    width: 100px;
    display: block;
    padding: 6px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    }


    .buttons li a:hover{
    background-color: white;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    }



.flash{
float: left;
width: 535px;
height: 450px;
margin: 0px 0px 20px 0px;
}



.rightcontent{
width: 250px;
float: left;
}


    .rightcontent p{
    margin: 0; 
    padding: 5px;
    text-align: left;
    font-size: 13px;
    }
    
    .rightcontent img{
    margin: 30px 0px 0px 0px;
    }

.content{
width: 800px;
float: left;
height: 450px;
margin: 0px 0px 20px 0px;
}

                html>body .content{
                height: auto !important;
                min-height: 450px;
                }


.content .circleblock{
width: 500px;
height: 280px;
float: left;
margin: 10px 0px 0px 40px;
overflow: auto;
}

              html>body .content .circleblock{
              margin: 10px 0px 0px 80px;
              }

    .content .circleblock p{
    margin: 0; 
    padding: 5px 125px 5px 10px;
    text-align: center;
    font-size: 11px;
    }


h1{
font-size: 16px;
font-weight: bold;
text-align: left;
margin:0;
padding: 5px;
}

h2{
font-size: 16px;
font-weight: bold;
text-align: center;
margin:0;
    padding: 5px 125px 5px 10px;
}



.footer{
clear: both;
width: 800px;
background-color: #000;
}

    .footer p{
    padding: 5px;
    color: white;
    text-align: center;
    }