 /* index 페이지용 스타일시트
 -------------------------------------------------------------- */
/* mainVisual */
#mainVisual { 
	overflow:hidden; width:1024px; height:300px; margin:-20px 0px; background-color:;
}

/* mainSection */
#mainSection { float:left; _display:inline; width:500px; margin:0px 0 0 10px;  }
#mainSection .latest { margin-top:70px; }
#mainSection .first { margin-top:0; }
	
/* aside */
#aside			{ float:left; _display:inline; width:500px; margin:0px 0 0 5px;}
#aside .latest { margin-top:15px; }
#aside .first 	{ margin-top:0; }
#aside .banner 	{ margin-top:30px; }
	
/* 메인배너 */
#mainBanner { clear:both; margin:15px 120px; }

