body{background-color:#3399CC;
	background-image: linear-gradient(to bottom, #3399CC, #C2E0F0, #3399CC);
	color:#666666;
	font-family:Arial, sans-serif; }
header{background-color:#000033;
	color:#FFFFFF;
	font-family:Georgia, serif;}
h1{ background-image: url(sunset.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 72px;
	padding-left: 2em;
	line-height: 200%;
	margin-bottom: 0;}
nav{background-color:#90C7E3;
	font-weight:bold;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}
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;}
footer{font-size:small;
	font-style: italic;
	text-align: center;
	padding:2em; }
#wrapper{ 
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 80%; 
	min-width: 700px;
	 max-width: 1024px ;
	box-shadow: 5px 5px 5px #333; }
#homehero{
	height: 300px;
	background-image: url(coast.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;
}
#trailhero{
	height: 300px;
	background-image: url(trail.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
nav a { text-decoration: none; }