#content {
	margin: 0 auto;
    width: 800px;
}

#content div#intro {
	background: #9BCC56 url(images/content-bg.gif) repeat-x 0 0;
	border-bottom: 1px solid #86B449;
	color: #666;
	height: 1%;
	padding: 18px 20px !important;
	margin: 1em 0;
	overflow: auto;
	_overflow: visible;
	font-size: 160%;
}
	#content div#intro p {
		font-size: 100%;
		line-height: 140%;
	}
	#content div#intro div#dealer {
		background: none;
		padding: 5px 0 0 0;
		float: left;
		width: 360px;
	}
	#content div#intro div#consumer {
		background: none;
		padding: 5px 0 0 0;
		float: right;
		width: 360px;
	}
		#content div#intro h3 {		
			font-size: 90%;
			margin: 0 0 1em 0;
		}
		#content div#intro ul.features {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#content div#intro ul.features li {
				background: url(images/tick.gif) no-repeat 0 0;
				border-bottom: 1px solid #fff;
				line-height: 120%;
				padding: 0 0 20px 44px; 
				margin: 0 0 17px 0;
				overflow: hidden;
			}
			#content div#intro ul.features li.last {
				border: none;
			}
				#content div#intro ul.features li h4 {
					color: #4B711C;
					font-size: 100%;
					margin: 5px 0 8px 0;
				}
				#content div#intro ul.features li p {
					font-size: 80%;
					line-height: 120%;
					margin: 0;
				}

	#content #pdf_download {
		background: #C4E58A url(images/pdf.gif) no-repeat 18px 50%;
		padding: 15px 20px 15px 80px;
		margin: 0 0 20px 0;
	}
	#content #pdf_download h3 {
		font-size: 140%;
		color: #4b711c;
		margin: 0;
	}
	#content #pdf_download p {
		margin: 0;
	}
	#content div#closing {
		background-color: #86c631;
		color: #FFF;
		overflow: auto;
		margin: 20px 0;
	}
		#content div.option {
			background: #E1E1E1;
			border-right: 1px solid #FFF;
			float: left;
			overflow: hidden;
			margin-bottom: 1em;
			padding: 20px;
			width: 350px;
		}
			#content div.option h3 {
				padding: 5px 0 5px 38px;
				margin: 0 0 6px 0; 
			}
			#content div#signup h3 {
				background: url(images/sign-up.gif) no-repeat 0 0;
				color: #659C20;
				font-size: 140%;
			} 
			#content div.option h4 {
				margin: 1em 0 0.7em 0;
			}
		#content div#talk {
			border: none;
			float: right;
		}
			#content div#talk h3 {
				background: url(images/talk.gif) no-repeat 0 0;
				color: #659C20;
				font-size: 140%;
			}
			
			#content div#talk p, #content div#signup p {
				color: #4B711C;
				display: block;
				margin: 0 0 8px 0;
				font-size: 150%;
				font-weight: bold;
				line-height: 120%;
			}
	