* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.jpg) repeat-x top center;
	font-family: Arial;
	font-size: 18px;
	color: #223200;
}

span { float: left; margin-left: 60px;} 

ul { text-indent: -99999px; list-style: none;}

img { border: 0;}

/* Form */
#contact {
	width: 280px;
	float: right;
	margin-top: 70px;
	margin-right: 40px;
	position: absolute;
	top: 450px;
	right: 25px;
}

textarea {
	width: 140px;
	height: 100px;
	margin-left: 5px;
}

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

legend {
	display: none;
}

label {
	float: left;
	width: 100px;
	text-align: right;
	color: #223200;
	margin: 5px 0 0;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}

input {
	float: left;
	margin: 5px;

}

select {
	float: left;
	margin: 6px 50px 6px 5px;
}

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

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

#wrapper {
	width: 980px;
	margin: 0 auto;
	height: 1060px;
	position: relative;
	background: url(images/layout.jpg) no-repeat top center;
}

#paypal {
	width: 400px;
	position: absolute;
	bottom: 40px;
	right: 15px;
}

.gator { position: absolute; bottom: 100px; left: 60px; }
.submit { margin: 10px 0 0 105px; background: url(images/submit.png) top center no-repeat; width: 139px; height: 47px; font-size: 18px;}
.title { text-indent: -99999px; }
.dpButton { margin-left: 5px; background: #add936;}
.dpTodayButton {margin-right: 10px; background: #add936;}
.dpTable { background: #deff86; border: 1px solid black; }
.dpTitleText {text-align: center; }
