/*pacific trails css sheet 1*/
body
{
	background-color:#FFFFFF;
	color:#666666;
	font-family: Verdana, Arial, Sans-Serif;
}

header
{
	background-color:#000033;
	color:#FFFFFF;
}

h1
{
	line-height: 200%;
}

nav
{
	font-weight: bold;
	background-color:#90C7E3;
}

h2
{
	color:#3399CC;
	font-family: Georgia, Arial, Sans-Serif;
}

dt
{
	color:#000033;
	font-weight: bold;
}

.resort
{
	color:#000033;
	font-size: 1.2em;
}

footer
{
	font-size: small;
	font-style: italic;
	text-align: center;
}

#wrapper
{
    width: 80%;
	margin-right: auto;
	margin-left: auto;
} 
