body{
	background-color: #FFF;
	color: #666;
	font-family: Verdana, Arial, "sans-serif";
}

#wrapper{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
header{
	background-color: #003;
	color: #FFF;
	font-family: Georgia, "sans-serif";
}
h1{
	line-height: 200%;
}

nav{
	font-weight: bold;
	background-color: #90c7e3
}
nav a{
	margin-right: 20px;
}

h2{
	color: #39c;
	font-family: Georgia, "sans-serif";
}

dt{
	color: #003;
	font-size: 1.2em;
}

dd{
	margin-bottom: 10px;
}
.resort{
	font-weight: bold;
	color: #003;
	font-size: 1.2em;
}

footer{
	font-size: .70em;
	font-style: italic;
	text-align: center;
}