body {
	background-color: #eee;
	padding: 0px;
}

.Body-Pane {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	clear: both;
	top: 0px;
	display: block;
	min-height:100%;
	overflow: visible;
}

.Top-Pane {
	background-image: url(images/template/top-bg.jpg);
	height: 30px;
	width: 784px;
	position: relative;
	left: 8px;
	top: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	display: block;
	overflow: hidden;
	background-color: #978571;
}
.Bottom-Pane {
	height: 16px;
	width: 784px;
	display: block;
	clear: both;
	float: left;
	position: relative;
	border-top-style: solid;
	border-top-color: #B0A495;
	left: 8px;
	text-align: right;
	border-top-width: 3px;
}

.Left-Pane {
	background-color: #036;
	height: 450px;
	width: 220px;
	position: relative;
	left: 8px;
	top: 14px;
	background-image: url(images/template/left-bg.jpg);
	padding: 0px;
	display: block;
	float: left;
	clear: none;
}


.Right-Pane {
	width: 536px;
	position: relative;
	left: 16px;
	padding: 10px;
	top: 14px;
	display: block;
	float: left;
	clear: none;
	background-color: #ECEFDE;
	background-image: url(images/template/main-bg.jpg);
}
.Splash-Pane {
	background-color: #036;
	height: 450px;
	width: 564px;
	position: relative;
	background-image: url(images/template/right-bg.jpg);
	top: 14px;
	display: block;
	float: left;
	overflow: visible;
	clear: none;
	left: 8px;
}


.Menu {
	width: 160px;
	position: absolute;
	left: 25px;
	top: 180px;
	overflow: hidden;
}

.Menu-Item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7DBCD;
	position: relative;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6CBB6;
	display: block;
	text-decoration: none;
}
a.Menu-Item:hover {
	color: #FFF;
	background-image: url(images/template/button-bg.jpg);
	background-color: #232843;
}

.Top-Menu-Item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	text-transform: uppercase;
	padding: 0px;
	text-decoration: none;
	display: inline;
	color: #DBDECB;
}
a.Top-Menu-Item:hover {
	color: #FFF;
}
.Beginning-Text {
	font-weight: bold;
	color: #302923;
}


.Heading-Text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #302923;
}
.Body-Text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302923;
	text-align: left;
}
.Small-Text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6955;
}
.Price-Text {
	text-align: center;
}
.Subheading-Text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #302923;
	font-weight: bold;
}

.Right-Image {
	border: 1px solid #000;
	float: right;
	margin: 8px;
}
.Centre-Image {
	border: 1px solid #000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.Left-Image {
	border: 1px solid #000;
	text-align: center;
	display: block;
	margin: 8px;
}


.Underlined-Row {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9DAC2;
}
th {
	text-align: left;
	text-transform: uppercase;
	color: #302923;
}

table {
	margin: 0px;
	padding: 0px;
	width: 500px;
}
.Gallery {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.GalleryCaption {
	text-align: center;
	width: 100%;
	float: left;
}


a.Highlight-Text {
	text-decoration: none;
	color: #963;
	font-weight: bold;
}
a.Highlight-Text:hover {
	color: #5C522E;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #963;
	font-weight: bold;
}
a:hover {
	color: #5C522E;
	text-decoration: none;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
}
.Bold-Text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

div.ui-datepicker{
 font-size:11px;
}