.allContent {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
body {
	text-align: center;
	background: #adc4d8;
	font-family: cursive, arial, helvetica, verdana, sans-serif;
	font-size: 1em;
}
.titleLine {
	background: #abc;
	color: white;
}
.formClass {
}

.dateTable {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.dateLine {
	background: #aaa;
	color: blue;
}
#bookTable {
	text-align: left;
}
.dateLineRed {
	background: red;
	color: blue;
}
.error {
	color: red;
}
.titleBarTop {
	background: #3B4A56 url('/images/headerleft.jpg') no-repeat scroll 0pt;
	width: 100%;
	overflow: hidden;
}
.titleBarLeft {
	border: 0pt none;
	float: left;
	height: 188px;
	margin: 0pt 0px 0pt 0pt;
	width: 100%;
	color: #576A7A;
}
h1 {
	margin: 15px;
	padding: 15px;
	font-size: 2.0em;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.7em;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.4em;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
}
.navBar {
	float: left;
	background: #F9DA97;
	/*background: #576A7A;
*/
	color: white;
	text-align: center;
	width:  20%;
}
.mainContent A:link {
	text-decoration: none;
	color: #F9DA97;
}
.mainContent A:visited {
	text-decoration: none;
	color: #C6A764;
}
.mainContent A:active {
	text-decoration: none;
	color: #F9DA97;
}
.mainContent A:hover {
	text-decoration: underline;
	color: #C6A764;
}
A:link {
	text-decoration: none;
	color: #576A7A;
}
A:visited {
	text-decoration: none;
	color: #354858;
}
A:active {
	text-decoration: none;
	color: #576A7A;
}
A:hover {
	text-decoration: underline;
	color: #354858;
}
.mainContent {
	float: right;
	/*background: #adc4d8;
*/
	background: #5A5969;
	width:  80%;
	text-align: center;
	color: white;
	overflow: hidden;
}
.legal {
	text-align: left;
}

.amenity {
	background: #F9DA97;
	color: #5A5969;
	font-size: 0.95em;
}

.amenityInfo {
	background: #F9DA97;
	color: #5A5969;
	font-style: italic;
}
.amenity A:link {
	color: #5A5969;      
}

.amenity A:active {
	color: #5A5969;      
}

.amenity A:hover {
	color: #383747;      
}

.amenity A:visited {
	color: #383747;      
}

.validstatus {
  z-index: 10;
  width: 50%;
  background: #F9DA97;
  position: absolute;  
  visibility: hidden;
  border-bottom-color:black;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:black;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:black;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:black;
  border-top-style:solid;
  border-top-width:1px;
}

.makeback {
  left: 0px;
  top: 0px;
  position: absolute;
  background-attachment:scroll;
  background-color:#000000;
  background-image:none;
  background-repeat:repeat;
  opacity:0.2;
  height:100%;
  width:100%;
  z-index:8;
  visibility: hidden;
}

div.thumbnails {

}

div.thumbnail {
  padding: 10px;
  float: left;
  width: 300px;
}

div.thumbnail img {
  margin-left: 5px;
  border-bottom-color:#F9DA97;
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-left-color:#F9DA97;
  border-left-style:solid;
  border-left-width:2px;
  border-right-color:#F9DA97;
  border-right-style:solid;
  border-right-width:2px;
  border-top-color:#F9DA97;
  border-top-style:solid;
  border-top-width:2px;
}

div.thumbrow {

}