@charset "UTF-8";
#wrapper {
	width: 860px;
	margin-left: 60px;
}
#banner {
	height: 80px;
	width: 860px;
}
#menu {
	float: left;
	width: 120px;
	height: 600px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
	height: 650px;
	padding-top: 20px;
	background-color: #000;
	color: #FC6;
	margin-left: 140px;
	margin-top: 20px;
	border: thin none #FC6;
}
#wrapper #menu ul {
	list-style-type: none;
	list-style-position: inside;
	display: inline;
}
body {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(images/beach.jpg);
	background-repeat: repeat;
}
#footer {
	margin-top: 12px;
}
h2 {
	font-size: 24px;
	font-variant: small-caps;
}
p {
	font-size: 14px;
	color: #FC6;
}
ul {
	font-size: 13px;
	list-style-type: square;
	list-style-position: inside;
	line-height: 16px;
	text-align: left;
	padding-left: 80px;
}
h3 {
	font-size: 18px;
	font-variant: small-caps;
	color: #FC6;
}
a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #33C;
	text-decoration: underline;
}
.address {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FC6;
	text-align: center;
	font-weight: bold;
}
#wrapper #content img {
	background-color: #000;
	padding-right: 10px;
	padding-left: 20px;
}
