/* The Marsh at Pawley's - Style Sheet */

BODY { 
	background-color: #f3f2d3;
	background-image: url(../images/bgStripe.gif);
	/*background-color: #efd346;   this is the original yellow color */
	/*background-image: url(../images/bg.jpg); this is the original yellow bg */
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: 0px;
}

td.bg {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	/*background-attachment: scroll;*/
}


.copyRight {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	/*width: 573px;*/
	color: #635f4b;
}

.hudTitle {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	/*width: 573px;*/
	color: #2F2C2D;
}

.hudCopy {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	/*width: 573px;*/
	color: #2F2C2D;
}

a:link, a:visited {
	color: #635f4b;
}

a:hover, a:active {
	background-color:#CCCC99;
	color:#635f4b;
}