﻿#mainContent
{
	/*Simply an override due to the long list*/
	height: 620px;
}

#amenitiesDiv, #recreationDiv
{
	/*border: solid 1px black;*/
	position: absolute;
	top: 220px;
	width: 235px;
	height: 370px;
	text-align: left;
}

#amenitiesDiv
{
	left: 20px;
}

#recreationDiv
{
	right: 20px;
}

#amenitiesDiv h1, #recreationDiv h1
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: Garamond, Serif;
	font-size: 1.8em;
	text-decoration: underline;
	color: #1C4F72;
	text-align: center;
}

.facList
{	
	padding: 0;
	margin: 6px 10px 0 18px;
	font-size: .9em;
	color: #1C4F72;
	line-height: 15px;
}

li
{
	list-style-image: url(../images/fac/bullet.gif);
}

#centerImageDiv
{
	/*border: solid 1px black;*/
	position: absolute;
	top: 240px;
	left: 250px;
	width: 295px;
	height: 350px;
	background-image: url(../images/fac/facImg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}