html, body {
	margin: 0px;
	padding: 0px;
	background-color: #74A231;
	background-image: url(../images/page_gradient.jpg);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: "Arial", "Verdana", "Sans-Serif", "Helvetica";
	font-size: 12px;
	color: #FFFFFF;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 18px 13px 0px 13px;
	border-left: 1px solid #FFFFFF;
}

h1 { font-size: 24px; margin: 0px; padding: 0px; font-weight: normal; }
h2 { font-size: 12px; margin: 0px; padding: 0px; font-weight: bold; }
h3 { font-size: 12px; margin: 0px; padding: 0px; font-weight: bold; }

ul { padding: 0px 0px 0px 0px; margin-left: 15px; }
li { border-bottom: 1px solid #75A432; margin-top: 3px; padding-bottom: 3px;  }

#page_container {
	width: 759px;
	margin: 0px auto 20px auto;
	padding: 0px;
	background-color: #000000;
	border: 1px solid #406020;
	border-top: none;
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 759px;
	height: 120px;
	text-align: right;
	background-image: url(../images/banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#banner a { color: #FFFFFF; text-decoration: none; }
#banner a:hover { color: #FFFFFF; text-decoration: underline; }


#content_container {
	padding: 26px 339px 20px 20px;
	background-image: url(../images/content_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#credit {
	width: 759px;
	margin: 10px auto 20px auto;
	text-align: right;
	font-size: 10px;
}

#credit a { color: #FFFFFF; text-decoration: none; }
#credit a:hover { color: #FFFFFF; text-decoration: underline; }
