/* Just the home page */

/* Container for the content and the call to action */
div#maincontent {
	background: url(/img/bg-maincontent-home.png) top right no-repeat;
	padding: 0;
}

/* Main content, left */
div#content {
	background: url(/img/bg-maincontent.png) bottom right no-repeat;
	padding: 0 0 60px 0;
}
	#content h1 {
		font-size: 270%;
		color: #1a429a;
		margin: 0.8em 337px 0.6em 11px;
	}
	#content h2, #content h3, #content h4, #content h5, #content h6, #content p {
		margin: 0 337px 1em 11px;
	}

/* Call to action, right */
div#action {
	float: left;
	width: 327px;
}
