body {
	text-align: center;
	color: #ffffff;
	background: url('../img/header.jpg') no-repeat center top  #003136;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
div#Wrapper {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	padding: 278px 0 0 44px;
}
	ol#Navigation {
		clear:both;
		display:block;
		float:right;
		height:27px;
		margin-bottom:39px;
		width:544px;
	}
		ol#Navigation li {
			float: left;
/*			border: 1px solid red;*/
		}
		ol#Navigation li a:hover {
			background:transparent url('../img/nav_hov.png') no-repeat bottom left;
			height: 47px;
		}
		ol#Navigation li a {
			display: block;
		}
		ol#Navigation li#Home a {
			margin:0 29px 0 0;
			width:69px;
		}
		ol#Navigation li#About-Us a {
			margin-right:50px;
			width:82px;
		}
		ol#Navigation li#Testimonials a {
			margin-right:40px;
			width:99px;
		}
		ol#Navigation li#Rates a {
			margin-right:42px;
			width:60px;
		}
		ol#Navigation li#Gallery a {
			margin-right:55px;
			width:58px;
		}
		ol#Navigation li#Contact a {
			margin-right:10px;
			width:62px;
		}
	div#PageContent {
		clear: both;
		margin: 20px 0 0 0;
	}
		div#LeftContent {
			float: left;
			width: 199px;			
		}
			div#Testimonials {
				background:transparent url('../img/testimonials.png') no-repeat scroll right top;
				height:330px;
				margin:70px 0 0;
				padding:50px 0 0 20px;
				width:179px;
				color: #464646;
				font-size: 14pt;
			}
				div#Testimonials li {
					width:179px;
				}
					div#Testimonials li a {
						color: #464646;
						text-decoration: underline;
					}
		div#RightContent {
	 		float: left;
	 		width: 581px;
	 		background: #13525b url('../img/page_content.jpg') repeat-x;
	 		padding: 20px;
			font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
		}
			div#RightContent h2 {
				border-bottom:1px solid #295C62;
				color:#8D7655;
				font-size:20px;
				margin:0 0 10px;
				padding:0 0 5px;
			}
			div#RightContent img {
				float: left;
				margin: 0 10px 10px 0;
			}
			div#RightContent p {
				font-size:10pt;
				line-height:12pt;
				margin:0 0 20px;
				color: white;
			}
			div#RightContent ul#HotDeals {
				float: left;
				width: 45%;
				background: url('../img/hotDealsBg.jpg') repeat-y right;
				margin: 0 5% 0 0;
			}
			div#RightContent ul#LatestNew {
				float: left;
				width: 50%;
			}
		 	div#RightContent .SpecialsList li {
				margin: 0 0 20px 0;
				padding: 0 10px 0 0;		 		
		 	}
			 	div#RightContent .SpecialsList li h4 {
			 		float: left;
			 		width: 80px;
			 		height:100%;
			 		font-size: 7pt;
			 	}
			 	div#RightContent .SpecialsList li span {
			 		float: left;
			 		width: 156px;	
			 		font-size: 7pt;		 		
			 	}
		 	div#RightContent h3 {		 		
				border-bottom:1px solid #295C62;
				color:#8D7655;
				font-size:20px;
				margin:0 0 10px;
				padding:0 0 5px;
		 	}
		 		div#RightContent h3 span {
		 			display: inline-block;
		 			width: 285px;		 			
		 		}
 		span#Footer {
 			float: right;
 			font-size: 7pt;
 			color: #13525b;
			font-family: Verdana, Tahoma, Arial, sans-serif;
 		}
			span#Footer * {
 				color: #13525b;
	 		}
	 		
ul.galleryHolder li {
	clear: both;
	float: left;
	width: 100%;
}
	div.photos {
		float: left;
	}

/* Contact page */
div#contact-extra span.header {
  font-weight: bold;
}
	
.Clear {clear: both;}
