body{
	background-color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
#all{
	width:800px;
	height:700px;
	border:3px solid #039;
	border-radius:15px;
	box-shadow: 10px 5px 3px 1px #000;
	margin:20px auto;
}
#top{
	width:770px;
	height:40px;
	padding:5px 15px 5px 15px;
	font-size:1.2em;
	border-bottom:1px solid black;
	background: linear-gradient(90deg,red 8%, Orange 35%, green 55%, Blue 100%);
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

#left{
	font-family: 'Montserrat' Arial, sans-serif;
	font-size: 1.5em;
	width:150px;
	height:600px;
	border-right:2px solid black;
	padding:5px;
	background-color:green;
	float:left;
}
#right{
	width:auto;
	height:580px;
	padding-top:30px;
	text-align:center;
	background:#DDDDDD;
}
.clear{
	clear:both;
}

#boat:hover{
	transform: scale(1.25) rotate(45deg);
}
#boat{
	filter: sepia(20%);
}
footer{
	width:800px;
	height:36px;
	background:#fff;
	text-align:center;
	text-shadow: 2px 3px 2px darkgrey;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding-top:4px;
}