/* Homepage has bold links everywhere... */
a {
	font-weight: bold;
	text-decoration: none;
}

#left-col {
	float: left;
	width: 182px;
	margin-left: 11px;
}
#center-col {
	float: left;
	width: 530px;
	margin-left: 28px;
	margin-right: 30px;
}
#center-col h1 {
	font-size: 24px;
	border: 0;
	margin-bottom: 10px;
	color: #DC0A16;
}
#center-col p {
	font-size: 14px;
}
ul#whatson {
	margin: 0;
	list-style: none;
	padding: 0;
}
#whatson li {
	background: url(../images/home/bullet.png) no-repeat center left;
	padding-left: 16px;
}
#whatson a {
	color: #666;
}
#right-col {
	float: left;
	width: 183px;
	margin-left: 21px;
}
.box-header {
	background: url(../images/home/box-header.png);
	width: 173px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	margin: 0;
	color: #FFF;
	font-size: 14px;
}
.box-body {
	border: 1px solid #CCCCCC;
	padding: 10px;
	border-top: 0;
}

#feature {
	width: 801px;
	height: 203px;
	margin-bottom: 37px;
}

h2 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px;
}

.blue {
	color: #0066FF;
}