 /* index 페이지용 스타일시트
 -------------------------------------------------------------- */

#indexVisual {
	overflow:hidden; width:978px; height:500px; margin:15px auto 0; background-color:#3496ab; border:1px solid #5b8ca3;
	-moz-box-shadow: 1px 1px 1px 3px rgba(100,100,100,0.3);
	-webkit-box-shadow: 1px 1px 1px 3px rgba(100,100,100,0.3);
	box-shadow: 1px 1px 1px 3px rgba(100,100,100,0.3);
}



table#mainArticle {
	width:978px; margin:15px auto 0; padding:0;
}


/* 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; }

/* 메인배너 */
#mainArticle { clear:both; margin:15px 5px; }

