@charset "utf-8";
/* CSS Document */


body {
	background: #000 url(bg.jpg) no-repeat fixed center center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
#leftSide {
	padding: 5px 25px 5px 5px;
	float: left;
	width: 575px;
	border-right: solid 1px #AAA;
}
#content #rightSide {
	float: right;
	width: 250px;
}
.img {
	border: 1px solid #000033;
	margin: 1px;
	padding: 1px;
}
#searchMain {
	font-size: 16px;
	background-color: #999;
	margin: 1px;
	border: 1px solid #000000;
	color: #FFF;
	font-weight: bold;
}
#content td.amenities {
	font-weight: bold;
	color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
td.specs {
	padding-left: 20px;
}


#searchBox {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #000;
	font-weight: normal;
	font-size: 80%;
}
.label {
	padding-right: 10px;
}



#content h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content h2 {
	font-size: 14px;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 20px;
}
#content h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 18px;
}
#content h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 16px;
}
#content p, #content li, #content td {
	font-size: 12px;
	line-height: 139%;
	margin-top: 0px;
	margin-bottom: 15px;
}
#content p {
	text-align: justify;
}
