body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #80a932;
	background-image: url(../img/bg_body.gif);
	margin-top: 0px;
	background-repeat: repeat-y;
	background-position: center;
}

/* generic */

h1 {
 line-height: 24px;
 padding-top: 0px;
 margin-top: 0px;
 color: #7ca731;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: bold;
}

h3 {
 line-height: 16px;
 padding-top: 0px;
 margin-top: 0px;
 color: #7ca731;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
}


#wrapper {
	margin: 0 auto;
	width: 912px;
}

#header {
	width: 912px;
}

#contentwrapper {
	margin: 0 auto;
	width: 800px;	
	background: url(../img/bg_columns.gif) repeat-y 50% 0;
}

#leftcolumn {
	width: 214px;
	height: 350px;
	padding: 20px 10px 20px 20px;
	float: left;
	background-color: #f1eff5;
	background-image: url(../img/bg_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#rightcolumn {
	width: 486px;
	background: #f1eff5;
	float: right;
	padding: 35px;
	line-height: 20px;
}

#clr {
	clear: both;
	
}
table.ftr {
	background-color: #f1eff5;
}

td.ftr_cell {
	padding: 15px;
}
