/* CSS Document */
body
{
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
			background-image: url(images/Tile.jpg);
}

/* Main div for holding all of content also for centering, and has vertical tile for background */
#container
{
	background-image: url(images/vTile18.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 0px auto;
	width: 778px;
	position: relative;
}

H1
{
	font-weight: bold;
	font-size: 17px;
	line-height: 18px;
}

#header
{
	border-right: black 1px solid;
	width: 778px;
	position: relative;
}

#floorPlans
{
	border-right: black 1px solid;
	width: 778px;
}

#nav
{
	top: 120px;
	width: 202px;
	color: #482769;
	text-align: center;
	left: 0px;
	z-index: 1;
	position: absolute;
}

#content
{
	clear: both;
	position: relative;
	border-right: black 1px solid;
	margin-left: 202px;
	width: 556px;
	background-color: #ffffff;
	padding: 10px;
}

#coupon
{
	clear: both;
	background-image: url(images/coupon.jpg);
	margin: 0px 0px 0px 80px;
	width: 384px;
	padding-top: 0px;
	background-repeat: no-repeat;
	height: 209px;
	position: relative;
}

#coupontext
{
	margin: 0px;
	width: 355px;
	padding-top: 75px;
	padding-left: 15px;
	background-repeat: no-repeat;
	position: relative;
	height: 115px;
	text-align: center;
}

a:link
{
	font-weight: bold;
	font-size: 10pt;
	color: #482769;
}

a:hover, a:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: #db7450;
}

#footerNav
{
	clear: both;
	border-right: black 1px solid;
	width: 778px;
	background-color: #ffffff;
}

#bottommisc
{
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	width: 542px;
	padding-top: 10px;
	position: relative;
	background-color: #ffffff;
	text-align: center;
}

#collage
{
	padding-left: 10px;
	float: right;
	padding-bottom: 10px;
	width: 308px;
	background-color: #ffffff;
}

#photosLeft
{
	float: left;
	margin: 15px 0px 10px 10px;
	width: 270px;
	background-color: #ffffff;
	text-align: center;
}

#photosRight
{
	float: left;
	margin: 15px 0px 10px 0px;
	width: 270px;
	background-color: #ffffff;
	text-align: center;
}

#navigate
{
	padding-left: 0px;
	float: right;
	width: 50px;
	position: static;
	height: 200px;
	background-color: #ffffff;
	text-align: left;
}

#footer
{
	clear: both;
	border-right: black 1px solid;
	background-position: right 50%;
	background-image: url(images/bottomBanner20.jpg);
	width: 778px;
	border-bottom: black 1px solid;
	background-repeat: no-repeat;
	height: 51px;
}

.fixer{clear: both; margin: 0px; padding: 0px; height: 0px;}