/*This is for formatting styles for body, header, h1, nav, dt, resort id, and the footer*/
body {
		background-color: #FFFFFF;
		color: #666666;
		font-family: verdana,arial,sans-serif;
		}	
header {
		background-color: #002171;
		color: #FFFFFF;
		font-family: georgia,serif;	
		}
h1 { 	
		line-height: 200%;
		}
nav {
		font: bold;
		background-color: #BBDEFB;
		}
h2 {
		color: #1976D2;
		font-family: georgia,serif;
		}
dt {
		color: #002171;
		font: bold;
		}
/* resort references class in footer for specifying font size of company name in footer*/
.resort {
		color: #1976D2;
		font-size: 1.2em;
		}
footer {
		font-size: .70em;
		font: italic;
		text-align: center;
		}
#wrapper {
		margin-left: auto;
		margin-right: auto;
		width:	80%;	
		}
/* This wrapper is for setting page margins */
	/* This styles page will be used for the home page Pacific Trails Resort website for formatting adn design */