/*homepage.css*/

#body-content #body-left{
	
	float:left;
	width:470px;
	margin:30px 0 0 23px;
	_display:inline;
	
}

#body-content #body-right{
	
	float:right;
	width:293px;
	margin:7px 10px 0 0;
	
}

#body-content #body-bottom{
	
	margin:0 0 0 10px;
	padding-top:10px;
	clear:both;
	color:#24364d;
}

#body-content #body-bottom #b-left{
	
	background:url('/images/hm-bottom-left.gif') no-repeat top left;
	width:230px;
	height:151px;
	float:left;
	padding:10px 10px 0 47px;
	
}

#body-content #body-bottom #b-mid{
	
	background:url('/images/hm-bottom-mid.gif') no-repeat top left;
	width:229px;
	height:151px;
	float:left;
	padding:10px 10px 0 10px;
}

#body-content #body-bottom #b-right{
	
	background:url('/images/hm-bottom-right.jpg') no-repeat top left;
	width:244px;
	height:161px;
	float:left;
}

#b-right a span{
	display:none;
}

#b-right a{
	width:249px;
	height:151px;
	display:block;
}


#body-bottom .date{
	
	font:bold 12px/14px 'Trebuchet MS', Arial;
	
}

#body-bottom .arrow{
	background:url('/images/arrow-white.gif') no-repeat top right;
	padding:0 13px 0 0;
}


#body-bottom p{
	padding-bottom:8px;
}