
@import url("normalise.css");

.feature {
 	float: left;
 	width: 250px;
 	margin: 1em 1em 1em 0;
	}
	
#custom-page-content h2 {
	background: url(http://www2.disstoday.co.uk/custom-pages/images/adfeatures/h2_replacement.gif) no-repeat;
	text-indent: -10000px;
	display: block;
	width:400px;
	height: 77px;
	margin-bottom: 1em;	
	}
	
#custom-page-content h3 {font-weight: normal;}
#custom-page-content p {line-height: 1.8em; margin-bottom: 1em;}

#custom-page-content ul {
	list-style: none;
	margin: 1em 0 .5em 1em;
	}

#custom-page-content a:link, a:visited {color: #EF4122; text-decoration: underline;}
#custom-page-content a:hover {text-decoration: none;}
.clear {clear: both;}
