@charset "utf-8";
#content {
	background-image: url(../images/template/content-background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 11px 0px;
}

#thecontent {
	background-color: #e7e0d4;
	background-image: url(../images/template/thecontent-background.gif);
	background-repeat: no-repeat;
	color: #471f09;
	font-size: 12px;
	padding: 0px 0px 0px 25px;
	height: 332px;
}

html>body #thecontent {
	height: auto;
	min-height: 332px;
}

#thecontent h1 {
	font-size: 18px;
	font-weight: bold;
	/*padding: 20px 0px 0px 0px;*/
	float: left;
	margin: 20px 0px 20px 0px;
}
#thecontent p { margin: 0px 0px 10px 0px; clear: left; }

#thecontent form input.radio
	{
	background-color:#E7E0D4;
	border:none;
	}
	
#thecontent form #tableauInfo td
	{
	padding:5px;
	}
