body {
	background-color: #F7EFEF;
	//margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	
}

#header{
	width: 100%;
	height: 200px;
	background-image: url(./images/image.jpg);
	
}


#footer {
	width: 980px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #A89393;
	
}

#menue-top {
	
	width: 100%;
	height: 41px;
	background-color: #9C7963;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', 'Trebuchet MS', 'Arial', 'sans serif';
	
}

#menue-top ul li a:hover{
	border-top: 2px solid #324040;
	border-bottom: 2px solid #324040;
	padding: 8px 10px; 
	
}

#menue-top ul li a{
	float: left;
	text-decoration: none;
	color: white;
	font-size: 18px;
	transition: 0.4s;
	color: #ffffff;
	padding: 10px 10px;
	margin: 0px 30px;

}

#menue-top ul{
	margin: 0px;
	padding: 0px;

}

#menue-top ul li{
	list-style-type: none;
	
	
}

#content {
	height: 850px;
	width: 960px;
	background-color: #E0D9C8;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

//.shadow {
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
