body{
	background:linear-gradient(to bottom, #2b1055, #7b2cbf 45%, #ff7e5f);
	background-attachment:fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#all{
	width:800px;
	height:700px;
	border-width:3px;
	border-style:solid;
	border-color:#ffb347;
	border-radius:15px;
	margin:20px auto;
	box-shadow:8px 8px 20px rgba(0, 0, 0, 0.6);
}
#top{
	min-height:40px;
	padding:5px 15px 5px 15px;
	font-size:1.2em;
	border-bottom:1px solid #3b1f5c;
	background:linear-gradient(to right, #ffb347, #d7b8f3);
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
#top a{
	color:#3b1f5c;
	text-decoration:none;
	margin:0 8px;
}
#top a:hover{
	color:#c2185b;
	text-decoration:underline;
}
#left{
	width:150px;
	height:600px;
	background-color:#5b2a86;
	box-shadow:2px 0 0 #2b1055;
	float:left;
}
.side{
	padding:5px;
	font-family:'Pacifico', cursive;
	font-size:1.5em;
	color:#ffe0b3;
}
#left ul{
	list-style:none;
	margin:15px 0 0 0;
	padding:0 0 0 15px;
}
#left li{
	margin-bottom:14px;
}
#left a{
	color:#ffd9a0;
	text-decoration:none;
}
#left a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#right{
	min-height:580px;
	padding:30px 25px 0 25px;
	text-align:center;
	background:#fff1e0;
}
#right h1{
	color:#7b2cbf;
	font-size:1.8em;
	margin:0 0 20px 0;
}
#right h2{
	color:#e4572e;
	font-size:1.3em;
	margin:20px 0 8px 0;
}
#right p{
	color:#4a3a52;
	font-size:0.95em;
	line-height:1.5;
	margin:0;
}
.boat{
	transform:rotate(3deg);
	filter:sepia(20%);
	transition:transform 0.3s ease;
}
.boat:hover{
	transform:rotate(3deg) scale(1.25);
}
.caption{
	margin-top:15px;
	font-style:italic;
	color:#6b5876;
}
.clear{
	clear:both;
}
footer{
	width:800px;
	min-height:36px;
	background:#fff4e6;
	color:#3b1f5c;
	text-align:center;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding-top:4px;
	text-shadow:2px 2px 4px #444444;
}