 /* index 페이지용 스타일시트
 -------------------------------------------------------------- */
/* mainVisual */
#mainVisual { 
	overflow:hidden; width:720px; height:200px; margin:15px 5px; background-color:#333;
}

/* mainSection */
#mainSection { float:left; _display:inline; width:450px; margin:10px 0 0 5px;  }
#mainSection .latest { margin-top:15px; }
#mainSection .first { margin-top:0; }
	
/* aside */
#aside			{ float:left; _display:inline; width:250px; margin:10px 0 0 20px;}
#aside .latest { margin-top:15px; }
#aside .first 	{ margin-top:0; }
#aside .banner 	{ margin-top:15px; }
	
/* 메인배너 */
#mainBanner { clear:both; margin:15px 5px; }

