#terms_wrapper {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 75em;
	margin-right: 20px;
}

	#terms_wrapper p {
		float: left;
		font-size: 93%;
		color: #444;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 75em;
	}

#help_wrapper {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 34em;
	margin-right: 20px;
}

	#help_wrapper h1, #terms_wrapper h1 {
		font-size: 182%;
		color: #143C84;
		font-weight: bold;
	}
	
	#help_wrapper h2, #terms_wrapper h2 {
		float: left;
		font-size: 116%;
		font-weight: normal;
		color: #333;
		margin-top: 10px;
		margin-bottom: 0.1em;
	}
	
	#help_wrapper a, #terms_wrapper a {
		color: #0066cc;
		text-decoration: none;
	}
	
		#help_wrapper a:hover, #terms_wrapper a:hover {
			text-decoration: underline;
		}
	
	#help_wrapper ul {
		float: left;
	}
	
	#help_wrapper ul p {
		float: left;
		font-size: 93%;
		color: #444;
		margin-top: 2px;
	}
	
	#help_wrapper ul li {
		float: left;
		width: 34em;
		margin-bottom: 15px;
	}
	
		#help_wrapper ul li a {
			font-size: 108%;
		}
		
		#help_wrapper ul li p a {
			font-size: 93%;
		}
	
