body {
	/*background-color: green;
	background-image: url(images/background.gif);*/
	font-family: "Gill Sans", sans-serif;
	font-size: 10pt;
}

#header {
	background: #C7E89A;
	height: 125px;
	width: 975px;
	margin: 0px 0;
	padding:5px 0;
}

#body {
	background: #a5dc5b;
	width: 975px;
	min-height: 470px;
}

#fgcfooter {
	clear: both;
	padding: 25px 0 0 0;
	font-size: 8pt;
	vertical-align: bottom;
}

.container {
	width: 780px;
	height: auto;
	border: 0 px solid red;
}

.title {
	color: #006600;
	font-family: "Lucida Calligraphy",fancy;
	font-size: 18pt;
	text-decoration: underline;
	font-weight: bold;
}

.title2 {
	color: black;
	font-size: 18pt;
	text-decoration: underline;
	text-align: center;
}

#online {
	height: 700px;
	width: 790px;
}

#special {
	height: 8000px;
	width: 602px;
}

#hist_sides {
	float: left;
	background-color: black;
	width: 200px;
	padding: 15px;
	border: 0px solid blue;
}	

#hist_center {
	float: left;
	text-align: center;
	background-color: #C7E89A;
	width: 320px;
	/*height: 660px;*/
	padding: 12px 0 10px 0;
	border: 0px solid blue;
}

.photo_left {
	float: left;
	/*position: absolute;*/
	border: 0px solid black; /*E5E19A*/
	padding: 10px 10px 10px 10px;
	margin-left: 50px;
	background-color: black;
	width: 333px;
	height: 250px;
	text-align: left;
}

#description {
	float: right;
	border: 0px solid red;
	width: 400px;
	margin-right: 50px;
	text-align: center;
}



#amenities_title {
	color: black;
	font-size: 16pt;
	text-decoration: underline;
	text-align: center;
}

#des_list_left {
	float: left;
	border: 0px solid blue;
	text-align: left;
	width: 169px;
	padding: 0 0 0 0%;
}

#des_list_right {
	float: right;
	border: 0px solid yellow;
	text-align: left;
	width: 169px;
}

#des_list_left ul, #des_list_right ul {
	list-style: none;
	float: left;
	}
	
#des_list_left li, #des_list_right li {
	margin: 0;
	list-style: none;
	float: none;
}

#des_bottom {
	float: left;
	width: 100%;
	border: 0px solid black;
}


