@charset "utf-8";
/* CSS Document */

#home_main {width:600px; float:left; text-align:left;}

#home_right { width:280px; margin-left:80px; float:left; text-align:left;}

ul.services {margin-top:12px;  }

ul.services li {
	list-style-type: circle #FF0000 ;
	color:#FF0000;
	margin:10px 5px 5px -20px;
	padding:0px 5px 7px 5px;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
