.home #outerWrap
{
	background:url(../images/mainOutBack.jpg) no-repeat bottom right; 
}

.home #mainDiv
{
	background: url(../images/homeMainBack.jpg) no-repeat center center;
	height:289px;
	width:918px;
	margin: 0 0 -2px 0;
}

.home #mainDiv span
{
	padding: 120px 0 0 355px;
	width: 500px;
	font-size: 12px;
	font-weight: 0;
	line-height: 120%;
	display: block;
}

.home #quickDiv
{
	background: url(../images/homeQuickBack.jpg) no-repeat center center;
	width: 918px;
	height: 211px
}

.home #quickDiv h3
{
	color: #000066;
	padding:40px 0 0px 50px;
	line-height: 120%;
	font-weight: bold;
}

.home #quickDiv p
{
	padding:10px 0 0px 50px;
	width: 400px;
	line-height: 120%;
}

.home #quickDiv a
{
	text-decoration: none;
	color: black;
}

.home #quickDiv a:hover{text-decoration: underline;}