@CHARSET "EUC-KR";
/*Layout*/
/* ¼Ó¼º°ª ºÎ¿© ¼ø¼­:¹è¿­(float), ³ÐÀÌ(width), ³ôÀÌ(height), ¿ÞÂÊÆÐµù(padding-left) »ó´ÜÆÐµù(padding-top) */
/* 
   ¹ö±×(?):ÀüÃ¼³Êºñ¸¦ ¸ÂÃß´Â °æ¿ì Á¦ÀÏ ¿À¸¥ÂÊÀÇ ±ÛÀÚ°¡ ¹ØÀ¸·Î ³»·Á¿À´Â Çö»ó ¹ß»ý
 - IE6¿¡¼­ ¹ß»ý
 - FireFox¿¡¼­ ¹ß»ýÇÏÁö ¾ÊÀ½
*/  

/*=======================================
±âº» ÅÛÇÃ¸´ Start
---------------------------------------*/
#TmplTemplate {
	width:1050px; height:auto; 
	margin:0px auto;
}

/* IE7¿¡¸¸ Àû¿ë */
*+html #TmplHeader {
	float:top;
	width:1005px; height:116px;
}	
/* IE4~6¿¡ Àû¿ë */
*html #TmplHeader {
	float:top;
	width:1005px; height:116px;
}	
#TmplHeader {
	float:top;
	width:1005px; height:114px;
}	


#TmplBody {
	float:top;
	width:1006px; height:auto; 
	padding-left: 0px;
}	


#TmplBodyFloatingLeft {
	float:left;
	width:76px;
	padding-right:10px;
}

#TmplBodyLeft {
	float:left;
	width:150px; height:auto;
}

#TmplBodyCenter {
	float:left;
	width:683px; height:auto;
  padding-left:0px;
}

#TmplBodyContent { 
  width:673px; height:auto;
  padding-left:10px; margin-top:-10px;
}

#TmplBodyFloatingRight {
	float:left;
	width:76px;
	padding-left:9x;
}	
}

#TmplBottom {
	float:top;
	width:843px; height:150px;
	padding-left:72px;
}	
/*---------------------------------------
±âº» ÅÛÇÃ¸´ End
=======================================*/


