/***********************************************/
/* Hotel Content Divs                        */
/***********************************************/ 

#content h1, #hotel_content h1 {
	color: #000000;
	border-bottom-color: #AB9F6D;
}


#hotel_content h1 {
	color: 000000;
	border-bottom-color: #AB9F6D;
}

#content h2, #hotel_content h2 {
	color: #eab72c;
}

#content h3, #hotel_content h3 {
	color: #333333;
}

.th2 {
	color: 000000;
	border-bottom: 1px solid 000000;
	background-color: #AB9F6D;
}

.th1 {
	color: 000000;
	border-bottom: 1px solid 000000;
}

#ltnav li a, #ltnav li a:visited{
	background-color: #000000;
}

#ltnav li a:hover{
	color: 000000;
	background-color: #AB9F6D;
}


