#art-lives-here {
	padding-bottom: 10px;
}

#content-home {
	width: 315px;
	float: left;
	margin-top: 20px;
}

.features {
	border-top: 2px solid #dfdfdf;
	font-size: 10px;
}
.features .item {
	clear: left;
	margin: 0;
	padding: 20px 5px 0 0;
}
.features .item p a {
    color: #6a6a6a;
	text-decoration: none;
}
.features .item a:hover {
	color: #000000;
	text-decoration: none;
}
.features .summary p a {
    color: #6a6a6a;
	text-decoration: none;
}
.features .summary a:hover {
	color: #6a6a6a;
	text-decoration: none;
}

.features h2 {
	margin: 0;
	padding: 0 0 3px;
	font-size: 14px;
	color: #8296ab;
}
.features h2 a { color: #8296ab; text-decoration: none; }
.features p { margin: 0; padding: 0; font-size: 10px; line-height: 16px; color: #404040; }
.features .more {
	padding-top: 2px;
	font-weight: bold;
	color: #404040;
	text-transform: lowercase;
}
.features .more a { color: #404040; text-decoration: none; }
.features .icon {
	float: left;
	position: relative;
	margin: 2px 5px 5px 0;
	width: 72px;
	height: 72px;
}
.features .icon .image {
	width: 72px;
	height: 72px;
	overflow: hidden;
	background-color: #EEE;
}
.features .icon .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
	background: url(../images/home-feature-image-mask.gif) top left no-repeat;
}
