/* CSS Document */

body.home{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	font-family:georgia;
	font-size:12px;
	background-image: url(images/slice4.gif);
	color: #ffffff;
	background-color: #707297;

	

}
div.home{
	background-image: url(images/purple.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;


}



/* ----------------------amenities nav---------------------------- */
a.am:link{

	color: #ffffff;
	text-decoration:none;
	background: #58448F;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}

a.am:active{
	color: #ffffff;
	text-decoration:none;
	background: #58448F;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}


a.am:visited{
	color: #ffffff;
	background: #58448F;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}

a.am:hover{

	color: #ffffff;
	background: #58448F;
	text-decoration:none;
	width:143px;
	display:block;
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C2B678;
	
}
