body{
	background-color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
#all{
	width:800px;
	height:700px;
	border:3px solid #039;
	border-radius:15px;
	margin:20px auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#top{
	width:770px;
	height:40px;
	padding:5px 15px 5px 15px;
	font-size:1.2em;
	border-bottom:1px solid black;
	background:white;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	 background-image: linear-gradient(to left, cyan, purple);
}

#left{
	width:150px;
	height:600px;
	border-right:2px solid black;
	padding:5px;
	background-color:green;
	font-size: 40px;
	float:left;
}
#right{
	width:auto;
	height:580px;
	padding-top:30px;
	text-align:center;
	background:#DDDDDD;
}
.clear{
	clear:both;
}
img {
  filter: sepia(20%);
}
.boat{
  transform: rotate(15deg);
}

.side {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.boat:hover {
  transform: scale(1.5); 
}
.contact {
  text-shadow: 2px 2px 10px #2D2C31;
}
footer{
	width:800px;
	height:36px;
	background:#fff;
	text-align:center;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding-top:4px;
}