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:10px 10px 5px #888;
}
#top{
	width:770px;
	height:40px;
	padding:5px 15px 5px 15px;
	font-size:1.2em;
	border-bottom:1px solid black;
	background:linear-gradient(to right, #03F, #0CF);
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	
}
@font-face {
	font-family:myfont;
	src: url('RightBeginning-PersonalUse.otf');
}

#left{
	width:150px;
	height:600px;
	border-right:2px solid black;
	padding:5px;
	background-color:green;
	float:left;
}
#sidebar{
	font-family:myfont;
	font-size:2.8em;
}
#right{
	width:auto;
	height:580px;
	padding-top:30px;
	text-align:center;
	background:#DDDDDD;
}
#boat{
	transform: skewX(10deg);
}
#boat:hover {
	transform: scaleX(1.5);
}
.clear{
	clear:both;
}
footer{
	width:800px;
	height:36px;
	background:#fff;
	text-align:center;
	text-shadow: 2px 2px 8px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding-top:4px;
}