/* Global styles */
body {
    background-color: #FFFFFF; 
    color: #666666; 
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper { margin-left: auto;
           margin-right: auto;
		   width: 80%;
		   min-width: 960px;
		   background-color: #FFFFFF;
		   box-shadow: 5px 5px 5px #000033;

header {
    background-color: #000033;
	   background-position: right;
	   background-repeat: no-repeat;
       color: #FFFFFF;
}

nav {
	background-color: #90C7E3; 
     padding: 5px 5px 5px 20px;
	 font-weight: bold;
}

h2 {
    color: #3399CC; 
}

dt {
    color: #000033; 
}

.resort {
    color: #5C7FA3;
}
footer { padding: 20px;
       font-size: 100%;
	   font-style: italic;
	   font-family: Georgia, "Times New Roman", serif; 
}