#content .reasons {
	float: left;
	width: 400px;
	margin: 0 0 25px 0;
}

#content .reasons ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#content .reasons li {
	display: block;
	margin-bottom: 0.5em;
	padding: 0 0 0 70px;
	font-size: 1.25em;
}

#content .reasons li.upload {
	background: url(../img/upload.gif) no-repeat;
}

#content .reasons li.personalize {
	background: url(../img/personalize.gif) no-repeat;
}

#content .reasons li.communities {
	background: url(../img/communities.gif) no-repeat;
}

#content .reasons li.share {
	background: url(../img/share.gif) no-repeat;
}

#content .reasons li a {
	display: block;
	padding: 1.25em 0 1.25em 0;
	color: #333;
	font-weight: bold;
}

#content .reasons li a.highlight {
	color: #C80000;
}

#content .reasons li p {
	display: none;
	margin-top: 0;
}

#content .reasons a.tour {
	display: block;
	text-align: center;
}

#content .featured {
	text-align: center;
	overflow: hidden;
}

#content .featured a img {
	display: none;
}

#content .featured_2 {
	/*** NOTE: Replaced, due to problems on layout (was cutting the image on window resize)
	
	text-align: right;
	overflow: hidden;
	margin: 20px 0 0 0; 
	
	*/
	
	margin: 20px 0 0 0;
	float: right;
}

#top .featured-community {
	display: block;
}