#container {
	background-color: #FFFFFF;
	width: 780px;
	text-align: left;
}
body {
	margin: 0px;
	background-color: #009999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#content {
	padding: 15px 0px 15px 15px;
	width: 700px;
	float: left;
}
#header {
	background-color: #CCCCCC;
	height: 115px;
	width: 100%;
}
#footer {
	background-color: #FFFFFF;
	width: 95%;
	border-top: 1px dotted #CCCCCC;
	color: #999999;
	text-align: center;
	height: 40px;
	clear: both;
	float: left;
	margin: 15px;
}
#nav {
	width: 778px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	float: left;
	width: 110px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav a:hover {
	color: #666666;
	background-color: #CCCCCC;
	background-image: url(../images/navebar-hover.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
	padding-right: 4px;
	padding-left: 4px;
}
#nav ul {
	padding: 0px 0px 0px 10px;
	margin: 2px 0px;
	height: 22px;
	text-align: center;
	background-image: url(../images/navebar.gif);
}
#nav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
a {
	color: #33CC99;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
}
#right-side {
	background-color: #CEFFFF;
	width: 230px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 15px;
}
#whiteBG {
	background-color: #FFFFFF;
	clear: both;
	float: left;
	width: 100%;
	border: 2px solid #000000;
}
h1 {
	color: #000000;
	font-weight: normal;
	font-size: 2em;
}
h2 {
	color: #FF9900;
	font-weight: normal;
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	color: #999999;
	font-weight: normal;
	font-size: 1.3em;
}
h4 {
	color: #CCCC00;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#vacationSnippit {
	border: 1px dotted #CCCCCC;
	padding: 5px;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#vacationSnippit p {
	margin: 0px;
	padding: 5px 5px 5px 10px;
}
