html, body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

h1 {
	text-indent: -9999px;
	height: 225px;
	background: url(../images/header.jpg) top left transparent no-repeat;
}

a {
	color: #e40000;
}

#wrap {
	width: 940px;
	margin: 0 auto;
}

#hero {
	height: 234px;
	background: url(../images/bg_hero.jpg) top left transparent no-repeat;
	margin-bottom: 30px;
}

#facebook_icon {
	display: none;
}

#hero_detail {
	float: right;
	display: inline;
	text-align: left;
	width: 285px;
	margin-top: 20px;
}

#col1 {
	float: left;
	display: inline;
	width:  315px;
	height: 120px;
}

#col2 {
	float: left;
	display: inline;
	width:  320px;
	height: 120px;
	background: url(../images/divider.jpg) top left transparent no-repeat;
}

#col2 a {
	float: left;
	display: inline;
}

#col3 {
	float: left;
	display: inline;
	width:  300px;
	height: 120px;
	background: url(../images/divider.jpg) top left transparent no-repeat;
}

.col-content {
	padding: 0 15px 10px 15px;
}

#col2 .col-content {
	padding: 0 5px 10px 15px;
}

