html{
	margin: 0;
	padding: 0;
	background-color: #778691;
}
.wrapper{
	width: 900px;
	margin: auto;
	background-color: white;
	border: .5px solid #e3e3e3;
	font-family:verdana;
}
.pageHeader{
	width: 886px;
	height: 225px;
	background-color:rgb(227,161,89);
	background-image: url('duronto.jpg');
	border: 1px solid #e3e3e3;
	margin: 6px;
	font-size: 2em;
}
.pageHeader h3{
	text-align: center;
}
#menu{
	background-color:rgb(227,161,89);
	border: 1px solid #e3e3e3;
	width: 886px;
	height: 40px;
	margin: auto;
	padding-bottom: 18px;
	
}
#menu ul{
	list-style-type: none;
}
#menu a{
	
	font-size: 1.4em;
	padding-left:52px; 
	color: white;
}
#menu a:active{
	color: white;
	}
#menu a:hover{
	color: green;
	}
#menu li{
	display: inline;
}
.content{
	width: 886px;
	background-color: ;
	margin: 6px;
	overflow: hidden;
}
.mainContent{
	width:672px;
	height: 500px;
	border: 1px solid #e3e3e3;
	float: right;
	background-color: #f5fcd0;
	padding-left:4px;
	line-height: 25px;
	
}

.mainContent img{
	width: 325px;
	height: 250px;
	float: right;
	margin:6px;
}
.mainContent a{
	color: blue;
}

a{
	text-decoration: none;
	color: #56595a;
}




.info{
	width: 200px;
	height: 500px;
	border: 1px solid #e3e3e3;
	background-color: #f5fcd0;
	line-height: 25px;
	
}
.info h3{
	width: 200px;
	height: 33px;
	text-align: center;
	margin-top: 0px;
	padding-top: 4px;
	background-color: rgb(227,161,89);
}
.info p{
	padding-left: 5px;
}
.info a{
	color: blue;
}
.info a:hover{
	color: green;
}
#footer{
	width: 886px;
	height: 100px;
	border: 1px solid #e3e3e3;
	background-color:rgb(227,161,89);
	margin: 6px;
	
}
#footer p{
	margin-top:75px;
	margin-right: 10px;
	float: right;
}
#footer a{
	color: blue;
}
