#leftbox{
 float: left;
 margin-top: 10px;
 width: 550px;
 height: auto;
 border: solid 0px;
 border-color: red;
}
.title{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 545px;
	height: 20px;
	border: solid 0px;
	 border-color: red;
	 color:#7B3F00;
	 font-size: 18px;
}
#rightbox{
	float: right;
 margin-top: 51px;
 width: 235px;
 height: 230px;
 border: solid 0px;
 border-color: red;
}
.text{
	float: left;
	margin-top: 8px;
	width: 545px;
	height: auto;
	border: solid 0px;
	 border-color: red;
	 color:black;
	 font-size: 12px;
	text-align: justify;
}

.hostbox{
	float: left;
	width: 800px;
	height: 300px;
	border: solid 0px green;
	margin-top: 15px;

}
.breakfast a{
	margin-top: 20px;
	margin-right: 13px;
	float: right;
	
	width: 200px;
	height: 175px;
	border: solid 1px;
	border-color: gray;
	background: url(host/breakfast.jpg);
	background-position: center;
	background-repeat: no-repeat;

}
.breakfast a:hover{
	margin-top: 20px;
	margin-right: 13px;
	float: right;
	
	width: 200px;
	height: 175px;
	border: solid 1px;
	border-color: black;
	background: url(host/breakfast.jpg);
	background-position: center;
	background-repeat: no-repeat;

}
#christa{
	margin-top: 20px;
	margin-right: 13px;
	float: right;
	
	width: 200px;
	height: 245px;
	border: solid 1px;
	border-color: gray;
	background: url(host/christa.jpg);
	background-position: center;
	background-repeat: no-repeat;

}

#bill{
	margin-top: 20px;
	margin-right: 13px;
	float: right;
	
	width: 200px;
	height: 245px;
	border: solid 1px;
	border-color: gray;
	background: url(host/bill.jpg);
	background-position: center;
	background-repeat: no-repeat;

}
#title2{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 800px;
	height: 50px;
	border: solid 0px;
	 border-color: red;
	 color:#7B3F00;
	 font-size: 18px;
	 text-align: center;
}

.quote{
	
	float: left;
	margin-top: 30px;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
	width: 545px;
	height: 30px;
	border: solid 0px;
	 border-color: red;
	 color:#696969;
	 font-size: 15px;
	 
	
}
