@charset "UTF-8";

#home #content_padder {
	padding: 0 0 30px;
}

#flash {
	width: 587px;
	height: 232px;
	margin: 2px 0 30px auto;
}

#title {
	width: 480px;
	margin: 0 auto 40px;
}
#lead1 {
	width: 480px;
	height: 84px;
	background-image: url('/img/home/lead.gif');
	text-indent: -3000px;
	margin: 0 auto 12px;
}

#end {
	width: 480px;
	margin-bottom: 20px;
}

/* Topics */
#topics {
	width: 480px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#topics h4 {
	text-indent: 0;
	font-size: 12px;
	color: white;
	padding: 4px 8px;
	background-color: #d3002b;
}
#topics h5 {
	color: red;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	margin-bottom: 4px;
}
#topics h5 a {
	color: red;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
}
#topics p {
	color: #7e2e3c;
}
#topics .block {
	padding: 8px 0;
	border-bottom: 1px solid #d3002b;
}
