
		body {
			background-color: #e0c092;
			}
		   p {
  			  font-family: "Times New Roman", Times, serif;
  			  font-size: 20px;
  			 }

  		   	a{
  		   	font-family: Trebuchet MS, sans-serif;
  		  	 }





		.glav {
			margin:0 auto;

		}
		.logo{							
			background: yellow;
			width:  1080px;
			height: 586px;
			margin:0 auto;

		}
		.menu {	
		   	background: #DBC8AC;		
			width:  1080px;
			height: 48px;
			border: solid #605247;					
			margin: auto;		
		}
		.main {
			opacity: 0,7;
			background: #FFFEFE;
			width:  1050px;
			min-height: 400px;
			border: solid #605247;
			margin: auto;
			padding: 15px;	
		}
		.down {
			opacity: 0,7;
			background: #DBC8AC;
			width:  1070px;
			height: 70px;
			border-right: 3px solid #605247;
			border-left: 3px solid #605247;
			border-bottom: 3px solid #605247;
			margin:0 auto;
			padding: 5px;

		}
		.lot {
			background: #FFFEFE;
			width:  1050px;

		}



		.menusaita {					

		}

			.navbar {

			}
			.navbar a {
			  font-size: 100%;
			  text-decoration:none;
			  display:block; /* делаем блочным элементов тег "a" */
			  padding:15px 75px;
			  color:black; /* Цвет текста */
			}

			/* отображаем выпадающий список при наведении */
			.navbar ul  {
			    visibility: hidden;
			    padding:0;
			    position: absolute;
			}

			.navbar li:hover >ul{
				visibility: visible;
				position: relative;
				position: absolute;
			}

			.navbar a:hover {
			  background-color: #DBB9AC; /* Наведение */
			  border: 2px solid #605247;
			}
			.navbar li {
			float:left; /* все ссылки идут слева на право */
    		position:relative;
  			list-style:none; /* убираем точки */
    		background:#DBC8AC;
   			width:268px;
			 }
			.navbar > li{
    		border-right: 2px solid #605247; /* добавляем рамку к основному меню справа */
			} 


			 .leftfoto{
			float:left;
			margin: 4px 10px 2px 0px;
			}

			.topbutton {
				width:100px;
				border:2px solid #605247;
				background:#DBC8AC;
				text-align:center;
				padding:10px;
				position:fixed;
				bottom:50px;
				right:50px;
				cursor:pointer;
				color:#333;
				font-family:verdana;
				font-size:12px;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
			}

			.navbar ul ul {
			    display: none;
			    position: absolute;
			    top: 100%;
			}





			

			
