 /* index ÆäÀÌÁö¿ë ½ºÅ¸ÀÏ½ÃÆ®
 -------------------------------------------------------------- */
/* mainVisual */
#mainVisual { 
	overflow:hidden; width:720px; height:190px; margin:15px 5px; background-color:#333;
}

/* mainSection */
#mainSection { float:left; _display:inline; width:450px; margin:10px 0 0 5px;  }
#mainSection .latest { margin-top:0px; }
#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; }

