* {
	margin: 0;
	padding: 0;
}

#banner {
	position: absolute;
	top: 61px;
}

#gator {
	position: absolute;
	bottom: 110px;
	right: 35px;
}

#caddy {
	position: absolute;
	bottom: 110px;
	left: 35px;
}

body {
	background: url(images/layout.jpg) no-repeat top center #5e5e5e;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #223200;
	font-style: italic;
}

/* Form */
#contact {
	width: 350px;
	float: left;
	margin-top: 70px;
	margin-right: 40px;
	position: absolute;
	top: 540px;
	left: 70px;
}

textarea {
	width: 142px;
	height: 30px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

label {
	float: left;
	width: 155px;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

button {
	background: #e3cfa6;
	border: 0;
	padding: 0;
}

form p {
	text-align: center;
	margin: 10px 0;
	padding: 0;
}

img {
	border: none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	height: 1250px;
	position: relative;
}

#paypal {
	width: 400px;
	position: absolute;
	top: 800px;
	right: 45px;
}

.waves { position: absolute; top: 133px; left: 235px; }
.submit { background: url(images/submit.jpg) top center no-repeat; width: 80px; height: 22px;}
.title { text-indent: -99999px; }
.dpButton { margin-left: 5px; background: #6a6a6a; color: #FFFFFF; }
.dpTodayButton {margin: 10px 10px;  background: #6a6a6a; color: #FFFFFF; }
.dpTable { width: 220px; background: #3d3e40; color:#FFFFFF; border: 1px solid black; font-size: 12px;}
.dpTitleText {text-align: center; }
