/********************************   rooms & rates   ************************************/
#rooms{
	width: 500px;
	margin: 0 auto;
	margin-bottom: 35px;
	background-image:url(../assets/backgrounds/roombg2.gif);
	background-repeat:no-repeat;
	border-bottom: #553a16 10px solid;
	border-left: #553a16 1px solid;
	border-right: #553a16 1px solid;
	
}
#rooms a{
	color: #006600;
	font-weight:bold;
	margin-left: 15px;
}
#rooms hr{
	margin: 0px;
}
#rooms h2{
	margin-bottom: 5px;
	color: #000;
}
#rooms h2 span{
	font-size: .7em;
	margin: 0;
	margin-left: 275px;
}
#rooms h2 span a{
	color: #000;
	
}
#rooms h2 span a:visited{
	color: #000;
}
#rooms a:hover{
	color: #fff;
}
#rooms a:visited{
	color: #006600;
}
#rooms ul{
	list-style-image: url(../assets/backgrounds/deerbullet.gif);
	color: #333333;
	font-size: 1em;
}
#rooms li{
}
#roomsplit{
	width: 500px;
	height: 155px;
	margin-bottom: 15px;
}
#roomleft{
	float: left;
	width: 200px;
}
#roomright{
	float: right;
	width: 300px;
}
#roomphoto{
	margin-left: 7px;
	float: left;
	width: 135px;
	height: 135px;
	border: #553a16 1px solid;
}


