.cf:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cf
{
    display: inline-block;
}

* html .cf
{
    height: 1%;
}

.cf
{
    display: block;
}

body{
	padding:0;
	margin:0;
	font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 900px;
	margin: 0px auto;
        background: #A47169;
}

h2{
    margin-left: 10px;
    padding-top: 10px;
    color: #593E41;
}

.wrapper{
    width: 800px;
    min-height: 600px;
    background: white;
    margin: 10px auto;
    border: 1px solid gray;
}

.head{
    width: 800px;
    height: 200px;
    background: url('../css/head.jpg') no-repeat;
}

.menu{
    margin-top: 5px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    height: 50px;
}

.content{
    width: 800px;
    min-height: 350px;
    background-color: white;
    /*opacity: 0.5;*/
}

.footer{
   width: 800px;
   background-color: white;
   /*opacity: 0.5;*/
   text-align: center;
   font-size: 14px;
}

.menu ul{
    list-style-type: none;
    font-size: 16px;
    margin-left: 60px;
}

.menu ul li{
    float:left;
}

.menu ul li a{
    padding-left: 30px;
    text-decoration: none;
    display: block;
    color: #593E41;
    font-weight: bold;
}

.tabs{
    width: 780px;
    min-height: 310px;
    margin: 0px auto;
    background: url('../css/bg.jpg') repeat;
    color: white;
}

ul.sf-menu{
    padding-left: 15px;
    padding-top: 10px;
    border-bottom: 1px solid white;
}

ul.sf-menu li{
    float:left;
    list-style-type: none;
}

ul.sf-menu li a{
    padding-right: 15px;
    text-decoration: none;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.etlap_cont{
    width: 600px;
    margin: 20px auto;
    font-size: 12px;
}

.contact{
    padding-left: 20px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.hetimenu{
    padding-top: 50px;
    width: 750px;
    padding-left: 30px;
}

.hetimenu a{
    text-decoration: none;
    font-size: 22px;
    color: blue;
    font-weight: bold;
}
