html {
	margin: 0px;
	padding: 0px;
} 

body {
	background-color: #abbc70;
	font-family: "lucida grande", "lucida sans unicode", "lucida sans", verdana, arial, sans-serif;
	background-image: url(../gfx/bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #0f0f0f;
	line-height: 16px;
}

#header {
	width: 523px;
	height: 517px;
	background-image: url(../gfx/content.png);
	margin: 0 auto;
}

#content {
	width: 501px;
	margin: 0px auto;
	padding-top: 150px;
	text-align: center;
}

textarea {
	border: 3px solid #abbc6f;
	font-family: arial;
	font-size: 18px;
	padding: 5px;
}

a {
	color: #579927;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#footer {
	width: 523px;
	margin: 0px auto;
	padding-top: 0px;
	text-align: center;
}

img {
	border: 0px;
}

h1 {
	font-size: 18px;
	color: #598D32;
}

h2 {              
	color: #598D32;
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0px 8px 0px;
}

h3 {              
	position: relative;
	top: -6px;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}
