@charset "UTF-8";
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: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #E8E3CB;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px;
	background-color: #FFF;
	margin-top: 50px;
	padding-right: 10px;
	font-size: 100%;
	padding-left: 5px;
}
.twoColFixRtHdr #mainContent {
	width: 475px;
	
} 
.twoColFixRtHdr #footer {
	background:#FFFFFF;
	clear: both;
	width: 960px;
	padding-top: 60px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #333;
}
.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;
}h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	color: #003;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #CC9900;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#logo {
	text-align: center;
}
#breadcrumbs {
	width: 325px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0px;
	text-align: left;
	padding-left: 5px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #030;
	margin-bottom: -5px;
	padding-top: 10px;
}
.somethingspecial {
	margin-bottom: 5px;
}
#hoteldetail {
	float: left;
	width: 190px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#hoteltext {
	float: right;
	width: 275px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003;
	text-align: left;
	text-indent: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
div #hoteldetail p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003;
	text-align: left;
	margin-right: 15px;
	line-height: 150%;
}
#sidebar1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003;
	text-indent: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 5px;
}
#sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #900;
	margin-bottom: 5px;
	margin-left: 5px;
}
#hoteltext p {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-indent: 10px;
}
#mainphoto {
	float: left;
	width: 325px;
	height: 275px;
}
#thumbs {
	float: right;
	padding-right: 15px;
	padding-bottom: 5px;
	line-height: -10px;
}
#history {
	clear: both;
}
#thumbs p {
	margin-bottom: 10px;
}
#crumbs a:link {
	color: #600;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
#crumbs a:visited {
	color: #600;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#crumbs a:hover {
	color: #600;
	text-decoration: underline;
}
#crumbs a:active {
	color: #600;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #600;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #600;
}
a:hover {
	text-decoration: underline;
	color: #600;
}
a:active {
	text-decoration: none;
	color: #600;
}

#footerhome a:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}
#footerhome a:visited {
	color: #333;
}
#footerhome a:hover {
	color: #333;
	text-decoration: underline;
}
#footerhome a:active {
	color: #333;
}


#footerdisclaimer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footerdisclaimer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footerdisclaimer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#footerdisclaimer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footerprivacy a:link {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#footerprivacy a:visited {
	color: #333;
}
#footerprivacy a:hover {
	color: #333;
	text-decoration: underline;
}
#footerprivacy a:active {
	color: #333;
}
#pattribution {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	color: #003;
	height: 15px;
	width: 325px;
	margin-top: 5px;
}
#pattribution p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: lighter;
	color: #003;
	text-align: left;
	text-indent: -5px;
}
