body  {
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	width: 100%;
	height: auto;
	background-color: #000;
}
h1 {
	color: #000;
	font-size: 24px;
}
h3 {
	color: #2A1F00;
}
h2 {
	color: #003;
}

.background {
	background-color: #524A1E;
	color: #FFF;
	margin-right: 20px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 20px;
}
.bold {
	font-weight: bolder;
	letter-spacing: 1px;
	color: #000;
}
.italic {
	font-style: italic;
}
.redItalic {
	font-style: italic;
	color: #C00;
	font-weight: bold;
}
.center {
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.topmargin {
	margin-top: 20px;
}
.green {
	color: #090;
	text-align: center;
	font-size: 15px;
	font-style: italic;
}

.twoColFixLtHdr #header {
	background-color: #000;
	background-image: url(images/design/hotel-header.jpg);
	height: 257px;
	width: 900px;
	z-index: 100;
	top: 0px;
} 
.twoColFixLtHdr #header h1 {
	color: #FFF;
	text-align: right;
	font-size: 24px;
	letter-spacing: 3px;
	position: absolute;
	left: 596px;
	top: 12px;
	padding: 0px;
	margin: 0;
	width: 392px;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #container #sidebar1{
	width: 226px;
	z-index: 2;
	background-image: url(images/design/sideBarRound.jpg);
	clear: none;
	float: left;
	height: 610px;
}
.twoColFixLtHdr #container #sidebar1 p {
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	list-style-type: none;
	margin-top: 30px;
	font-size: 12px;
}
.twoColFixLtHdr #container #sidebar1  ul li a {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #03C;
	font-size: 16px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #sidebar1 ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 16px;
	background-color: #03C;
	color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 ul li a:visited {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
/*	color: #03C; */
	font-size: 16px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	width: 400px;
} 
.twoColFixLtHdr #mainContent a {
	font-size: 110%;
}
.twoColFixLtHdr #rightSide  {
	clear: right;
	float: right;
	width: 180px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 100px;
	padding-right: 20px;
	margin-right: 0px;
}
.twoColFixLtHdr #rightSideHigh  {
	clear: right;
	float: right;
	width: 180px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 20px;
	margin-right: 0px;
}
.twoColFixLtHdr #footer {
	background-image: url(images/design/footerGrassTall.jpg);
	height: 94px;
	padding-top: 0;
	padding-bottom: 0;
	bottom: 0px;
	width: 900px;
} 
.twoColFixLtHdr #footer p {
	padding-bottom: 0px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 1px;
	width: 900px;
	padding-left: 10px;
	padding-top: 40px;
}
.twoColFixLtHdr #container #footer p a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer p a:hover {
	color: #03C;
	text-decoration: none;
	background-color: #FFF;
}
.twoColFixLtHdr #container #footer p a:visited {
	color: #FFF;
	text-decoration: none;
}
.currentPage {
	color: #FFF;
	background-color: #FFF;
}
.holder {
}

