
#home-header
{
	height: 600px;
	background: url(/images/homepage/bg.jpg) no-repeat;
	position: relative;
}

.banner
{
	position: absolute;
	width: 375px;
	w\idth: 312px;
	right: 0;
	top: 66px;
	padding: 22px 30px 22px 36px;
	font-size: 1.7em;
	color: #fff;
	background: url(/images/homepage/bannerBg.png) repeat;
}

.banner p{
	padding: 0;
	margin: 0;
}

#content-primary{
	line-height: 1.5em;
}

#content-secondary
{
	padding-top: 25px;
	background: url(/images/homepage/secondary-bg.gif) no-repeat left top;
}

.latest-news a.img-link
{
	display: none;
}

a.view,
a.view:visited
{
	color: #DE00B7;
	display: block;
	padding-top: 12px;
	text-align: right;
}
a.view:hover
{
	color: #DE00B7;
}
.latest-news h3
{
	width: 150px;
	float: left;
}

.latest-inner{
	float: none;
	width: auto;
}