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-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:55px; 
	color: white;
}
#menu a:hover{
	color: green;
	}
#menu li{
	display: inline;
}
.content{
	width: 886px;
	background-color: ;
	margin: 6px;
	overflow: hidden;
}
.mainContent{
	width:880px;
	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;
}

#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;
}
