


/*Luxury Hotels Page*/

.luxBox {
	width: 578px;
	height: 350px;
	margin: 20px 0 20px 0;
	border: 1px solid #660000;
	min-height: 310px;
}
.luxHead {
	width: 578px;
	height: 25px;
	background-color: #660000;
	margin-top: 10px;
}
.luxHead h2 {
	margin: 0 0 0 10px;
	color: #fff;
}
.luxHead h3 {
	color: #d2b48c;
}
.luxText {
	float: left;
	margin: 0 20px 10px 10px;
	width: 328px;
}	
.luxImage {
	float: left;
	margin: 0 10px 0 0;
	width: 200px;
}
.luxImage img {
	border: 1px solid #cccc99;
	margin-top: 10px;
}

.location {
	color: #d2b48c;
}



#banner {
	background:#fff;
	height: 50px;
	margin-top: 0px;
}
#leftcontent {
	left: 20px;
	top: 10px;
	width: 270px;
	background: #fff;
	float: left;
	padding-right: 25px;
	border-right: 1px solid #cccc99;
}
#rightcontent {
	right:10px;
	top:50px;
	width: 270px;
	background:#fff;
	left: 310px;
	float: right;
}
hr {
	border: 0px;
	color: #cccc99;
	height: 1px;    
    background:#cccc99;
	margin-top: 5px;
	margin-bottom: 5px;

}
.person {
	color: #003300;
	font-size: 0.9em;
	font-weight: bold;
}
.name {
	color: #003300;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 10px;
	
	
}
.namenormal {
	color: #003300;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
}

#luxuryHotels {
margin-top: 15px;
border-top: 1px solid #cccc99;

}

#archive {
width: 220px;
float: right;
text-align: right;
color: #666;
}