
.page_content .businesses {
	list-style-type: none;
}
	.businesses li .details {
		margin: 0 0 10px 10px;
	}
.page_content .other_options {
	list-style-type: none;
}
	.other_options li a {
		color: #6C2610;
		text-decoration: none;
		font-family: Helvetica,Arial,sans-serif;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
	}

.column {
	float: left;
	width: 50%;
}
.column.one {
	width: 45%;
}
.column.two {
	width: 55%;
}
fieldset {
	margin: 0 0 15px 0;
}
	legend {
		color: #6C2610;
		font-family: Helvetica,Arial,sans-serif;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
	}
.button {
	clear: left;
}