#content a {
	color:#fff;
	text-decoration:underline;
}
#content a:hover {
	color:#d0bbba;
}
#content a.button {
	background: #3c1c0d url('../images/g-button-2.gif') no-repeat right top;
	text-decoration:none;
	display:block;
	float:right;
	line-height:35px;
	padding: 0 55px 0 15px; 
}
#content a.button:hover {
	background-position: right -35px;
}


/* Content Tables */

#content table {
  font-size:0.75em;
  border-collapse:collapse;
}

#content table td {
  background:#3c1c0d;
  border: 1px solid #231108;
  padding:8px;
  }
  
.room-inclusions {
  float:right;
  margin: 0 0 0 20px;
  padding: 0 15px;
  background:#3c1c0d;
  }