@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #663;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333;
	font-size: 90%;
}
#mainContent a:link {
	color: #933;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:visited {
	text-decoration: none;
	color: #933;
	
}
#mainContent a:hover {
	text-decoration: none;
	color: #939;
}
#mainContent a:active {
	text-decoration: none;
}
#imageright {
	float:right;
	padding-top: 5px;
	margin-left: 20px;
	text-align: right;
	font-size: 80%;
	margin-bottom: 10px;
}
#imageright p {
	margin: 0;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#900
}
#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
	padding-top: 20px;
}
#banner {
	text-align:center;
}
#menubar {
	background: #FFFFFF;
	text-align: center;
}
h1 {
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #666;
}
#lowernavbar {
	clear:both;
}
#lowernavbar ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#933
}
#lowernavbar ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	list-style-type: none;
}
#lowernavbar a:link {
	color: #FCF;
	text-decoration: none;
}
#lowernavbar a:hover {
	color: #FC6;
	text-decoration: none;
}
#lowernavbar a:visited {
	color:#FCF;
	text-decoration: none;
}
#lowernavbar a:visited-hover {
	color: 99F;
}
#maincontent a:link {
	color: #903;
	font-weight: bold;
}
#footer {
	background-color:#933;
	font-size: 70%;
	text-align: center;
	color:#FCF;
	border-top-color:#FFF;
	border-top-style:solid;
	border-top-width:thin;
	padding: 5px;
	clear: both;
}
#itineraries {
	font-size: .8em;
}
#guestcomm {
	font-size: 1em;
	font-weight: bold;
}
.Photo_header {
	background-color: #663;
}
h2 {
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color:#CCC;
}
a {
	color: #600;
}

