/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #213C08;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a:link
{
	color: #1F3C04;
	}
	
a:hover
{
	color: #A5623A;
	}
	
a:visited
{
	color: #A5623A;
	}
		
#container
{
	width: 975px;
	margin: 0px auto 0px auto;
	background-image: url(images/vTile14.jpg);
	background-repeat: repeat-y;
	min-height: 600px;
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}
	
#banner
{
	width: 975px;
	height: 171px;
}

#floorplans
{
	width: 975px;
	height: 35px;
}

#leftNav
{
	float: left;
	width: 212px;
	text-align: center;
	color: #445646;
	}

#content
{
	float: left;
	width: 723px;
	margin: 0px 0px 0px 0px;
	padding: 10px 25px 0px 15px;
	color: #AE5B31;
	}
	
#coupon
{
    float: left;
    width: 100%;
    text-align: center;
	height: 140px;
	margin: 0px;
	background-image:url(images/coupon.jpg);
	background-position:center;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-left: 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

#couponText
{
	width: 340px;
	height: 118px;
	padding-left: 195px;
	padding-right: 200px;
	padding-top: 10px;
}
	
#miscItems
{
	width: 723px;
	text-align: center;
	}
	
#textNav
{
	clear: both;
	width: 755px;
	margin: 0px;
	padding: 20px 0px 0px 200px;
	text-align: center;
	font-size: 14px;
	background-image: url(images/textNavBackground20.jpg);
	background-repeat: no-repeat;
	height: 55px;
	}

.fixer
{
	clear: both;
	width: 500px;
	}
	
#footer
{
	clear: both;
	margin: 0px auto 0px auto;
	}

#designedBy
{
	width: 975px;
	}


#leftColumn
{
	padding-left: 5px;
	padding-bottom: 10px;
	float: left;
	width: 340px;
	text-align: left;
}

#rightColumn
{
	padding-left: 0px;
	float: left;
	padding-bottom: 10px;
	width: 350px;
	background-color: none;
	margin-left: 10px;
	text-align: left;
}

#navigate
{
	padding-left: 0px;
	float: right;
	width: 56px;
	position: static;
	height: 200px;
	margin-left: 5px;
	text-align: left;
}