/* STYLESHEET:  HOME */


#homeBoxes {

	margin-top: 20px;
}

.homePageBox {

	position: relative;
	float: left;
	height: 111px;
	width: 221px;
}

.homePageBoxContent {

	position: absolute;
	top: 14px;
	height: 90px;
}

#homePageBoxContentLeft {

	left: 80px;
	width: 130px;
}

#homePageBoxContentRight {

	left: 90px;
	width: 120px;
}

.homePageBoxBodyText {

	color: #666;
	font-size: 11px;
	line-height: 13px;
}

.homePageBoxLink {

	position: absolute;
	bottom: 0px;
	right: 0px;
}

.homePageBoxLink {

	text-align: right;
}

.homePageBoxHeader {

	color: #D00;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

#homePageBoxLeft {

	margin-left: 15px;
	background:url(../images/home-box-left.png) top left no-repeat;
}

#homePageBoxRight {

	margin-left: 15px;
	background:url(../images/home-box-right.png) top left no-repeat;
}


