#newunit {
	/*background: #fff url(http://www.polyjohn.com/images/newunit_homebg.jpg) no-repeat top right; */
	width: 600px;
	height: 312px;
	border-bottom: 1px solid #FAE5A3;
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
	}
		
	#newunit div.unitimg {
		/*border: 1px solid #000;*/
		width: 238px;
		height: 302px;
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		}
	
	#newunit img.YouBuilt {
		width: 311px;
		margin-top: 40px;
		/*margin: 0 0 0 260px;*/
		}
	
	/*#newunit img.YouBuilt {
		width: 311px;
		height: 110px;
		float: left;
		padding: 0;
		margin: 0 0 0 260px;
		}*/
		
	#newunit h1, #newunit h2 {
		color: #006EB9;
		font-size: 18px;
		}
		
	#newunit h1 {
		text-align: left;
		font-weight: bold;
		padding: 40px 0 0 50px;
		margin: 0 0 0 200px;
		}
		
	#newunit h2 {
		font-weight: normal;
		padding: 40px 20px 0 0;
		}
		
	#newunit p {
		font-size: 12px;
		padding: 10px 50px 0 50px;
		margin: 0 0 0 200px;
		}
		
	#newunit .redital {
		color: #c00;
		font-style: italic;
		letter-spacing: 2px;
		font-size: 18px;
		/*display: block;
		text-indent: 40px;*/
		}	

table.voting_results {
	width: 550px;
	margin: 20px 0;
	border-collapse: collapse;
	}
	
	table.voting_results thead {
		}
		
	table.voting_results th {
		text-align: left;
		width: 100px;
		border-bottom: 1px solid #ccc;
		float: left;
		}
	
	table.voting_results th.percent {
		text-align: left;
		width: 420px;
		border-bottom: 1px solid #ccc;
		float: left;
		}
		
	table.voting_results td {
		border-bottom: 1px dotted #9cf;
		line-height: 20px;
		height: 20px;
		width: 100px;
		text-align: left;
		display: block;
		float: left;
		clear: left;
		padding: 10px 0;
		margin: 10px 0;
		}			
	
	table.voting_results td.percent {
		font-weight: bold;
		clear: none;
		width: 400px;
		line-height: 20px;
		height: 20px;
		padding: 10px;
		margin: 10px 0;
		}
	
	table.voting_results td span.number {
		display: block;
		font-weight: bold;
		background-color: #9cf;
		padding: 5px;
		}				