@charset "UTF-8";
body {
	font:"Century Gothic";
	background-color:#980000;
	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: #29166f;
	font-size:16px;
}
.oneColLiqCtrHdr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px double #f8c708;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #container a {
	text-decoration:none;
	color:#0066FF;
}
.oneColLiqCtrHdr #container a:hover {
	color:#980000;
}
.oneColLiqCtrHdr #headersanjuan, #headerrooms, #headerreservations, #headerthanks, #headernicaragua {
	background-repeat:no-repeat;
	/* padding: 0 10px 0 20px;  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. */
	height:220px;
}
.oneColLiqCtrHdr #headerrooms {
	background-image:url(images/headerrooms.jpg);
}
.oneColLiqCtrHdr #headersanjuan {	
	background-image:url(images/headersanjuan.jpg);
}
.oneColLiqCtrHdr #headerreservations {	
	background-image:url(images/headerreservations.jpg);
}
.oneColLiqCtrHdr #headerthanks {	
	background-image:url(images/headerthanks.jpg);
}
.oneColLiqCtrHdr #headernicaragua {	
	background-image:url(images/headernicaragua.jpg);
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColLiqCtrHdr #menu {
	width:800px;
	font-size:18px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top:0px;
	padding-top:0px;
}
.oneColLiqCtrHdr #menu td {
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	text-align:center;
	height:27px;
}
.oneColLiqCtrHdr #menu a {
	text-decoration:none;
	font-weight:bold;
	color:#660000;
}
.oneColLiqCtrHdr #menu a:hover {
	color:#0066FF;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #mainContent h1 {
	font-size:24px;
}
.oneColLiqCtrHdr #mainContent h2 {
	font-size:18px;
	padding-top:10px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	color:#000000;
} 
.oneColLiqCtrHdr #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 */
}
.text {
	color: #000066;
	font-size:14px;
}
.right {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}
.left {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}

.oneColLiqCtrHdr #foto {
	margin:0px;
	padding:0px;
	background-image:url(images/Sunset2.jpg);
	height:370px;
	text-align:right;
}
.oneColLiqCtrHdr #foto a {	
}
.oneColLiqCtrHdr #foto a:hover {
	color:#CCCCCC;	
}
.foto {
	padding-top:200px;
	text-align:center;
}
.barra {
	background-color:#980000;
	text-align:center;
	color:#FFFF99;
	font-stretch:wider;
	font-size:18px;
	font-weight:bolder;
	padding-top:5px;
}
.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;
}
.title {
	padding-left:200px;
	padding-top:184px;
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:24px;
}
.title2 {
	padding-left:200px;
	padding-top:184px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:24px;
}
.title3 {
	padding-left:200px;
	padding-top:184px;
	color:#009900;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:24px;
}
.oneColLiqCtrHdr #submenu td {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.oneColLiqCtrHdr #submenu td a {
	color:#000000;
	text-decoration:underline;
}
#review {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
	color:#000000;
	background-color:#99CCFF;
	border:thin solid #000033;
}
#rev {
	width:450px;
	margin-right:20px;
}