body {
	background-color: #78B3C5;
	color: #2d2e2e;
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	line-height: 14px;
	margin: 0;
	padding: 5;
	text-align: center;
	background-image: url(images/isle%20and%20palms%20cleaned%20up.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
p {
	text-align: justify;
}
.img2 {
	border: thin solid #000000;
}
h1 {
  color: #0F61A0;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	background-color: #327CB7;
	padding: 3px;
}
h3 {
  color: #D33842;
}
a,  a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FCD137;
	text-decoration: underline;
}
a:focus {
  color: #2170bd;
}
a:active {
  color: #039;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 850px;
	border: 2px solid #587DB2;
}
#outerWrapper #header {
  border-bottom: solid 1px #4b647f;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper {
  overflow: hidden;
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-left: solid 1px #9bb6d2;
	float: right;
	padding: 10px;
	width: 250px;
	background-image: url(images/contentBG.png);
	height: 600px;
}
#outerWrapper #contentWrapper #content {
	padding: 10px;
	width: 558px;
	background-image: url(images/contentBG.png);
	height: 600px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#outerWrapper #footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	border-top: solid 1px #9bb6d2;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
#outerWrapper #contentWrapper #rightColumn2 {
	border-left: solid 1px #9bb6d2;
	float: right;
	padding: 10px;
	width: 250px;
	background-image: url(images/contentBG.png);
	height: 820px;
}
#outerWrapper #contentWrapper #content2 {
	padding: 10px;
	width: 558px;
	background-image: url(images/contentBG.png);
	height: 820px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
.headerImg {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
