#ranges {
	clear: both;
}

	#ranges #custom,
	#ranges #performance,
	#ranges #touring {
		float: left;
		width: 227px;
	}
	
		#ranges #custom p {
			margin-left: 22px;
		}
	
	#ranges #performance {
		width: 225px;
	}
	
		#ranges #performance p {
			margin-left: 22px;
		}
	
	#ranges #touring {
		width: 230px;
	}
		
		#ranges #touring p {
			margin-left: 12px;
		}
	
		#ranges h2 {
			text-align: center;
			font-family: Rockwell Extra Bold, Rockwell, helvetica, arial, verdana, sans-serif;
			text-transform: uppercase;
			font-size: 1.35em;
			padding: 5px 0 0 0;
			white-space: pre-wrap;
			word-wrap: break-word;
		}
		
		#ranges p {
			color: #666;
			font-size: 0.8em;
			font-weight: bold;
			margin: 5px 0 0 0;
		}
		
			#ranges p a:link,
			#ranges p a:visited {
				float: left;
				color: #fd8620;
				text-transform: uppercase;
				font-size: 1.25em;
				font-weight: bold;
				margin: 2px 0 0 0;
			}

			#ranges p a:hover,
			#ranges p a:active {
				color: #666;
			}

				#ranges p a span {
					color: #000;
				}
