@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	background-image:url(images/BkgBody.gif);
	background-repeat:repeat-x;
	background-color:#add437;
	margin-top:50px;
	padding:0px;
}
#wrapper {
	width:705px;
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table {
	background-color:#FFF;
}
.btn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#add537;
	text-decoration:none;
}
.subhead {
	font-size:24px;
	color:#add537;
	text-decoration:none;
}
.link {
	font-size:16px;
	color:#add537;
}
p {
	line-height:22px;
}
#header {
	width:735px;
	height:253px;
	border-top:solid 10px #FFF;
	border-right:solid 10px #FFF;
	border-left:solid 10px #FFF;
	text-align:left;
}
#dirt {
	width: 715px;
	height: 50px;
	background-image:url(images/dirt.jpg);
	background-repeat:no-repeat;
	padding-right:20px;
	padding-top:120px;
	text-align:right;
	border-top:solid 10px #FFF;
	border-right:solid 10px #FFF;
	border-left:solid 10px #FFF;
}
#bodytxt {
	width:635px;
	height:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	background-color:#795200;
	padding:10px 50px 50px 50px;
	text-align:left;
	border:solid 10px #FFF;
}
