@charset "utf-8";
/* CSS Document */
body {
	background-color: #6699CC;
	margin-top: 0;
	text-align: center;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #99CCFF;
}
a:active {
	text-decoration: none;
	color: #99CCFF;
}

.layout #container {
	width:790px;
	background: #CB9767;
	border: 1px solid #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#IndexContainer {
	text-align: center;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.layout #header {
	text-align: center;
	}
.layout #mainContent {
	text-align: left;
	
	
}	

.layout #roomLeft{
float:left;
width:365px;
padding: 15px 10px 15px 30px;

}
.layout #roomRight{
margin: 0 0 0 345px;
padding: 0 20px 10px;
}
.layout #foodRight{
align: right;
}

.layout #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #669999;
	border-top: 1px solid #ffffff;
}
.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;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #669999;
	text-align: center;
	
}
.textmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

.mainBorder {
	border: 1px solid #FFFFFF;
	background-color: #669999;
}
.textBackground {
	background-color: #CB9767;
}

.textHeadings {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
 
.textBreakfast {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;	
	
}
.imageLeft {
	float:left;
	padding-top: 0.8em;
	padding-right: 1.2em;
	padding-bottom: 0.8em;
}
.imageRight {
	float:right;
	padding-left: 1.2em;
	padding-top: 0.8px;
	padding-bottom: 0.8px;
}
.contactLeftFl {
	float: left;
	padding-left: 20px;
	width: 600px;
}
.contactRightFl {
	float: right;
	border: 1px solid #FFF;
	margin-right: 20px;
}

.boxBreakfast {
	background-color: #6699CC;
	padding: 12px;
	height: auto;
	width: 294px;
	border: 1px solid #FFFFFF;
	align: center;
	
}

.boxRooms {
	float:right;
	background-color: #6699CC;
	padding: 12px;
	height: auto;
	width: 296px;
	
	border: 1px solid #FFFFFF;
	
}
.boxContact {
	background-color: #69C;
	padding: 5px;
	height: auto;
	width: auto;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.imageTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 24px;
	color: #FFFFFF;
}
#colLeft {
	width: 350px;
	margin-left: 20px;
	float: left;
}
#colRight {
	float: right;
	width: 350px;
	margin-right: 20px;
}
.clearFloat {
	clear: both;
	float: none;
}
