h1 {
	font-family: "Helvetica";
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
}

#browse_home #media_box,
#browse_home #restaurant_box {
	position: absolute;
	top: 13px;
	width: 458px;
	height: 375px;
	}
	
#browse_home #media_box {
	left: 20px;
	background: url("../images/media_sign_up_box.png") no-repeat;
	}
	
#browse_home #restaurant_box {
	left: 500px;
	background: url("../images/restaurant_sign_up_box.png") no-repeat;
	}

#left_column,
#right_column {
	float: left;
	width: 489px;
	}

#left_column .padding,
#right_column .padding {
	padding: 22px 25px;
	}

#left_column {
	border-right: 1px dotted #666;
	}

.divider {
	margin: 20px 0;
	color: #f00;
	width: 441px;
	height: 10px;
	background: url("../images/home_page_divider.png") no-repeat;
	}

.testimonials p {
	font-size: 15px;
	font-family: Georgia;
	}

.testimonials i {
	color: #666;
	}
