body {background-color: #3399CC;
	color: #666666;
	background-image: linear-gradient(to bottom, #3399CC, #c2E0F0, #3399CC);
	font-family: Verdana, Arial, sans-serif; }
header { background-color: #000033;
	color: #ffffff;
	font-family: Georgia, serif; }
h1 {line-height: 200%;
	background-image: url(sunset.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 2em; 
	height: 72px;
	margin-bottom: 0; }
nav { background-color: #90c7e3;
	font-weight: bold; 
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: 2em;}
nav a { text-decoration: none; }
main { padding-left: 2em;
	padding-right: 2em; }
h2 { color: #3399cc;
	font-family: Georgia, serif; }
h3 { color: #000033; }
dt { color: #000033;
	font-weight: bold; }
.resort {color: #000033;
	font-size: 1.2em; }
#homehero { background-image: url(coast.jpg);
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat; }
#trailhero { height: 300px;
	background-image: url(trail.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat; }
#yurthero { height: 300px;
	background-image: url(yurt.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat; }
footer { font-size: .70em;
	font-style: italic;
	text-align: center; 
	padding: 1em;}
#wrapper { width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	min-width: 700px;
	max-width: 1024px; 
	box-shadow:3px 3px 3px #333; }