@charset "utf-8";
body  {
	background: #BAC7C2; /* 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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 120%;
}
.imagefloatleftover {
	padding: 10px;
	float: left;
}
h6 {
	font-size: 12px;
	padding-top: 5px;
}

.twoColFixLt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #BAC7C2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #BAC7C2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
}
.twoColFixLt #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
.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;
}

.twoColFixLt #container #sidebar1 #marcasa img {
	padding-left: 0px;
	margin-left: -10px;
}
.twoColFixLt #container #mainContent #indexrooms p img {
	float: left;
	padding-left: 16px;
	padding-right: 20px;
}
.twoColFixLt #container #mainContent #indexrooms {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.twoColFixLt #container #mainContent #indexrooms h1 {
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#description {
	padding-right: 50px;
	padding-left: 40px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLt #container #sidebar1 #info {
	position: absolute;
	left: -500px;
	top: -2000px;
}
.twoColFixLt #container #footer  a {
	color: #666;
	text-decoration: none;
}
.twoColFixLt #container #footer {
	font-size: 10px;
	padding-left: 20px;
}
.twoColFixLt #container #mainContent .anythingSlider .wrapper {
	list-style-type: none;
	list-style-image: none;
}
.twoColFixLt #container #mainContent .anythingSlider .wrapper ul {
	list-style-type: none;
}
.twoColFixLt #container #mainContent .topimage {
	text-align: center;
	padding-top: 3px;
}
.twoColFixLt #container #mainContent p .imgfloatrightover {
	padding: 10px;
	float: right;
}
#mainContent .main {
	padding-right: 48px;
	padding-left: 48px;
}
.twoColFixLt #container #mainContent .main #images {
	left: auto;
	right: auto;
}
.twoColFixLt #container #mainContent .main #images img {
	padding-right: 25px;
	padding-top: 20px;
	float: left;
}
