/*-----------------------------------------------------------------------------
	Home page styles
-----------------------------------------------------------------------------*/


body
{
	background: #fbfbfb;
}

.bottom
{
	width: 100%;
	text-align: center;
	background: #fff url(/images/bg/home-bottom.gif) repeat-x bottom;
}

.footer
{
	background: url(/images/bg/footer-home.gif) no-repeat left bottom;
}

.content-inner 
{
	background: none;
}
.content-top
{
	background-image: url(/images/bg/content-top-home.gif);
}
.content-bottom
{
	background-image: url(/images/bg/content-bottom-home.gif);
}

.contentSecondary
{
	padding-bottom: 20px;
}
.contentPrimary
{
	padding: 10px 0 28px 0;
	width: 724px;
	overflow: hidden;
}
.contentTertiary h1
{
	padding-top: 20px;
	font: 2.4em Helvetica, Verdana, Arial, sans-serif;
}