/* CSS Document */


#homepageBox {
	width: 921px;
	height: 140px;
	position: absolute;
	bottom: 14px;
	left:14px;
	border: 1px solid #6F3433;
	background: url(../images/bg_red_box.gif) repeat-x; 
}

#homepageBoxLeft {
	position: relative;
	float: left;
	width: 275px;
	height: 113px;
	padding: 27px 22px 0 22px;
	border-right: 1px solid #6F3433;
}

#homepageBoxImage {
	float: left;
	width: 140px;
	height: 140px;
}

#homepageBoxRight {
	position: relative;
	float: left;
	width: 275px;
	height: 113px;
	padding: 27px 22px 0 22px;
	border-left: 1px solid #6F3433;
	border-right: 1px solid #6F3433;
}

#homepageBox H1{
	color: #FFF;
	font-size: 17px;
	font-weight: normal; 
	margin: 0 0 15px 0;
}

#homepageBox a {
	color: #FFF;
}

#homepageBox p{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
}

#readmore {
	position: absolute;
	bottom: 10px;
	left: 20px;
	background-position: 0 5px;
}
