 #image
{
	width:100%;
	height:187px;
	border:1px solid;
	margin-bottom:10px;
	background-color:#00ffff;
}
#image img {
	width:100%;
	height:187px;
}
#header{
 width:70%;
 height:30px;
 background-color:#7B68EE;
 color:black;
 text-align:center;
 padding:2px;
 padding-left:400px;
}
#nav{
 line-height:40px;
 background-color:#7B68EE;
 height:250px;
 width:130px;
 float:left;
 padding:5px;
}
#section{
 width:80%;
 float:left;
 padding:10px;
 background:#DEB887;
}
p {
	margin:0px;
	font-size:20px;
	text-align:justify;
	}
#section img {
	float:left;
	margin:5px;
	width:600px;
	height:350px
	}
#footer{
 background-color:#7B68EE;
 color:gold;
 clear:both;
 text-align:center;
 padding:5px;
}

ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 overflow: hidden;
}

li {
 float: left;
}

a:link, a:visited {
 display: block;
 width: 125px;
 font-weight: bold;
 color: gold;
 background-color:#9400DE ;
 text-align: center;
 padding: 5px;
 text-decoration: none;
 text-transform: uppercase;
}

a:hover, a:active {
 background-color: black;
}
.content {
	width:79%;
	height:auto;
	border:1px solid;
	margin-bottom:0px;
	background:#FFEBCD;
	margin:0px auto;
	}
	h1 {
	text-align:center;
	}
	
	
