html {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	font-size: .75em; 
	line-height: 1.3;	
	font-family: arial, verdana, sans-serif;
	background: #FAFFDF url('images/grassBgTile.jpg') repeat-x;
	margin:0px;
	padding:0px;
	height:100%;
}
.contentbgtable {
	background: #FFFFFF url('images/content-mid.jpg') repeat-y;
}
.contentsection {
	background: url('images/content-top.jpg') no-repeat;
	padding-top:87px;
	padding-left:27px;
	padding-right:20px;
	height:330px;
}
.contentfooter {
	background: #FAFFDF url('images/content-bot.jpg') no-repeat;
	height:25px;
	padding-bottom:17px;
}
.contentsectionitems {
	padding-top:5px;
}
.pagefooter {
	background: #2C1106;
	height:12px;
}
.formsectiontop {
	padding-top:15px;
}
.smalltextarea {
	width:470px;
	height:35px;
}
.largetextarea {
	width:270px;
	height:97px;
}
input.submitbutton {
	height:30px;
	width:150px;
	font-size: 1.1em; 
}