	
	.indexBoxLeft {
		width:284px;
		margin-right:11px;
		float:left;
		/*text-align:center;*/
		background:#bfbfc0;
		border:1px solid #58585a;
		
	}
	
	
	.indexBoxRight {
		float:left;
		width:284px;
		padding:0 !important; 
		margin:0 !important;
		/*text-align:center;*/
		background:#fce8cd;
		border:1px solid #f2951c;
		
	}
	
	.indexBoxLeft ul, .indexBoxRight ul {
		margin:0;
		padding:10px 10px 2px 29px;
		list-style-type: none;
		list-style-image: none !important;
	}
	
	.indexBoxLeft ul li, .indexBoxRight ul li {
		text-align:left;
		width:205px; 
		height:10px; 
		line-height:10px;
		padding:10px !important;
		margin:0 0 10px 0 !important;
		background:#fff;
		
	}
	
	.indexBoxLeft ul li {
		background:#f0f0f0;
	}
	
	.indexBoxRight ul li {
		background:#f2951c;
		color:#fff;
	}
	
	.indexBoxLines {
		position:absolute;
		top:124px;
		left:252px;
		background:url(../images/indexBoxLines.gif) no-repeat;
		width:79px;
		height:165px;
	}
	
