@charset "utf-8";
/* CSS Document */



div#content h1#homeWelcome {
	background: #ebcbe3 url(../_images/title-feature.jpg) 30px center no-repeat;
	color: #666;
	display: block;
	width: 440px;
	padding: 20px 20px 20px 75px;
	text-align: left;
	font-size: 1.2em;
	margin: 0 0 20px 0;

}

div#homeLeft {
	float: left;
	width: 535px;
}

div#homeRight {
	float: right;
	width: 215px;
	padding: 10px;
	text-align: center;
	background-color: #f9f4cc;
}

div.homeSection {
	margin: 0 0 0 25px;
	width: 453px;
	padding: 10px;
	background: url(../_images/blue-corners.jpg) top no-repeat;
	color: #666;
}

div#content div.homeSection h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #444;
	padding: 0;
}

div.homeSection p {
	font-size: .9em;
}