* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/image001.jpg);
	color: #000000;
	font-family: verdana;
	font-size: 14pt;
}
h1 {
	font-size: 20pt;
	text-align: center;
}
img {
	border: none;
}
#wrapper {
	margin-left: 190px;
	width: 750px;
}
#container {
	text-align: left;
}
#header {
	background: url(../images/image002.jpg) no-repeat center;
	width: 750px;
	height: 200px;
}
#subheader {
	background: url(../images/image003.jpg) no-repeat bottom;
	width: 750px;
	height: 100px;
}
#content {
	width: 750px;
	padding: 20px 0 0 0;
}
#content p {
	font-style: italic;
	margin: 0 0 10px 0;
}
#contentfooter {
	background: url(../images/image003.jpg) no-repeat bottom;
	width: 750px;
	height: 150px;
	text-align: center;
}
#footer {
	font-size: 10pt;
	width: 750px;
	text-align: center;
	padding: 0 0 20px 0;
}
.mainimage {
	float: left;
	margin: 0 20px 20px 0;
}
.attractions {
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
table {
	width: 800px;
	margin: 20px 0 20px 0;
}
tr, td {
}
