#guestRoomPage{
	position:relative;
	margin-top:350px;
	width:520px;
	font-size:10pt;
	
}
#mainPic{
	margin:0px 0px 0px 50px;
}

.boldtext
{
  font-weight:bold;
}

#guestRoomContent{
	width:343px;	
	background-color:#dec26e;
	border:2px solid #4c2619;
}

#guestRoomPage h1{
	text-transform: uppercase;
	font-weight:200;
	font-size:24pt;
	margin:5px 0px;
	padding:0px;
	line-height:1;
}

#historicalNote{
	float:left;
	margin: 0px;
	padding: 0px;
	width: 340px;
	height:169px;
	background-image:url('../images/guestRooms/historicalNote.gif');
	background-repeat:no-repeat;
	font-size:10pt;
}
#historicalNote p{
	margin:10px;
}
#note{
	margin:10px 10px;
	padding:0px;
	width:320px;
	height:150px;
	overflow:auto;
}
#note p{
	margin: 0px;
	padding:0px;
}

#note p a,#historicalNote p a{
	color: #efeae4;
	text-decoration:none;
	font-size:14pt;
}

#note p a:hover{
	text-decoration: underline;
}

#roomPics1{
	position:relative;
	margin-right:-50px;
	float:right;
	width:230px;
}



#roomPics2{
	position:relative;
	float:left;
	width:340px;
	margin-top:30px;
}

#roomPics2 img{
	margin:0px;
	padding:0px;
	float:left;
}



img.right, div#roomPics2 img.right, div#roomPics1 img.right{
	float:right;
}

img.left{
	float:left;
}

#packageContent{
	clear:both;
  background: #C6CEC1;
  padding: 10px;
  border: solid 4px #4C2619;
}  

#packageContent a{
  color: #000;
  text-decoration: none;
}

#contentBackground{
  background: url('../guestrooms/images/bg.gif') repeat-y;
}