/*main_img
--------------*/
h3#mainImg {
	width:870px;
	height:196px;
	background:url(../images/main_img.jpg) no-repeat;
	}
	
.pageCont {
	background:url(../images/cont_bg.gif) no-repeat bottom;
	padding-bottom:57px;
	}
	
.parent, .child {
	clear:both;
	} 

ul.child {
	padding:0 0 0 30px;
	}

.parent span, .child span {
	display:block;
	background:url(../../common/images/dot_x.gif) repeat-x bottom;
	padding-bottom:8px;
	margin-bottom:8px;
	}
	
.parent a, .child a {
	background:url(../../common/images/icn_list.gif) no-repeat left;
	padding-left:15px;
	}
	
.child .newWin a {
	background:url(../../common/images/icn_win.gif) no-repeat left;
	padding-left:18px;
	margin-bottom:3px;
	}

ul.child li {
	width:258px;
	float:left;
	margin-right:22px;
	}

ul.child li.last {
	margin-right:0;
	}

	
