#home_content{
	width:55em
}

#home_highlights{
	float:right;
	width:234px;
	margin-top: 10px;
}

	#home_highlights ul{
		list-style:none;
		margin:0px;
		padding:0px;
	}



.highlight_title {
	background-image: url(../images/highlight_top.gif);
	background-repeat: no-repeat;
	color: #5C9629;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
	height: 20px;
	background-color: #F5F5F5;
}

.highlight_content{
	background-image: url(../images/highlight_back.gif);
	background-repeat: repeat-y;
	background-color: #F5F5F5;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 1px;
}

.highlight_bottom{
	background-image: url(../images/highlight_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
