@charset "utf-8";
/* CSS Document */
.left{ width:300px; float:left; overflow:hidden; background-image:url(images/content_bg.jpg); height:200px; }
.center{ width:402px; float:left; overflow:hidden; background-image:url(images/content_bg.jpg); margin-left:1px; height:200px; }
.right{ width:300px; float:left; overflow:hidden; background-image:url(images/content_bg.jpg); margin-left:1px; height:200px;  }
.center div,.right div,.left div{padding:12px; line-height:18px; }
.center div span,.right div span,.left div span{ font-weight:bold; }
.center img{ float:left; height:120px; text-align:center; margin-right:4px; }
.more{ padding-left:180px; padding-top:10px;}
