* {
	box-sizing: border-box;
}

header, nav, main, footer {
	display: block;
}

body {
	background-color: #3399cc;
	background-image: linear-gradient(to bottom, #3399cc, #c2e0f0, #3399cc);
	color: #666666;
	font-family: Arial;
}

header {
	background-color: #000033;
	color: #FFFFFF;
	font-family: Georgia;
}

h1 {
	line-height: 200%;
	background-image: url("images/sunset.jpg");
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 2em;
	height: 72px;
	margin-bottom: 0;
}

h2 {
	color: #3399CC;
	font-family: Georgia;
}

h3 {
	color: #000033;
}

nav {
	font-weight: bold;
	padding: 0;
	float: left;
	width: 160px;
}

nav a {
	text-decoration: none;
}

nav a:link {
	color: #FFFFFF;
}

nav a:visited {
	color: #C2E0F0;
}

nav a:hover {
	color: #CCCCCC;
}

nav ul {
	list-style-type: none;
	padding-left: 1em;
}

main {
	padding-left: 2em;
	padding-right: 2em;
	background: #FFFFFF;
	margin-left: 170px;
	padding-top: 1px;
	padding-bottom: 1px;
}

dt {
	color: #000033;
	font-weight: bold;
}

.resort {
	color: #000033;
	font-size: 1.2em;
}

footer {
	font-size: .70em;
	font-style: italic;
	text-align: center;
	padding: 1em;
	background-color: #FFFFFF;
	margin-left: 170px;
}

#wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000033;
	min-width: 700px;
	max-width: 1024px;
	box-shadow: 5px 5px 3px black;
}

#homehero {
	height: 300px;
	background-image: url("images/coast.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 170px;
}

#yurthero {
	height: 300px;
	background-image: url("images/yurt.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 170px;
}

#trailhero {
	height: 300px;
	background-image: url("images/trail.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 170px;
}