/* Start of CMSMS style sheet 'list-front' */
.content_wrapper_content_bg ul{		
    float:left;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.content_wrapper_content_bg li{	
	float:left;
    width: 560px;	
	line-height: 20px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat 0px 5px;

}
/* End of 'list-front' */

