html, body {
	/*height:800px;*/
	background-color: #19120A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(/images/grass_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
	}
#pad1 {
	padding-left: 20px;
	font-family: tahoma, helvetica, Arial;
	font-size: 24px;
	color: #FFFFFF;
}
#fullheight {
	height: 800px;
	width: 100%;
	background-image: url(/images/grass_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
.bodyTD {
	border: 1px dashed #CCCCCC;
	margin: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.style3 {
	font-size: 24pt;
	font-family: "Avant Garde", "Century Gothic", "Gill Sans MT", "Gill Sans MT Condensed";
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#fullheight .style3 .bodyTD div {
	float: right;
	width: 400px;
	clear: both;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #666666;
	margin-top: 100px;
	padding-bottom: 20px;
}
#header {
	padding: 20px;
}
#body {
	padding-left: 20px;
	width: 300px;
	clear: both;
	margin-top: 20px;
}
#footer {
	font-family: "Avant Garde", "Century Gothic", "Gill Sans MT", "Gill Sans MT Condensed";
	font-size: 10px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
