/*인덱스 페이지 왼편+중앙 */


h6 {
	padding: 5px;
	padding-left: 15px;
	background: #f2f2f2;
	border-left: 15px #e87b05 solid;}

div#left {
	float: left;
	width : 803px;
	margin-right: 3px;
	margin-bottom: 3px;	
	height: auto;
	text-align: left;
	background-color: #ffffff;	
	}

/*인덱스 페이지 메뉴와 인트로 */

div#menu {
	height: 350px;
	width : 100%;
	text-align: left;
	}

div#menu object{
	padding: 0;
	margin: 0;
	}

/*인덱스 페이지 본문 */	

div#contents {
	width: 798px;
	border-style: solid;
	border-width: 1px;
	border-color:#dddddd;
	margin-top: 3px;
	padding-bottom: 20px;
	text-align:left;
	height: auto;
	}
	
/*인덱스 페이지 오른쪽바 */
	
div#rightbar {
	position: absolute;
	left: 803px;
	top: 100px;
	width: 190px;
	padding: 0;
	text-align: center;
	background-color:#eeeeee;
	}
	
div#sponsors {						/*첫 페이지용은 여기서 다시 설정*/
	width : 190px;				/*익스플로러용*/
	height: auto; 
	padding: 0 0 20px 0;
	margin: 0;
	border:none;
	background-color : #b4bb7f;	
	text-align: center;
	voice-family:"\"}\"";  
	voice-family:inherit;
	width : 190px;				/*원래용*/
	}	
	
div#mailing {
	width : 175px;
	margin-top: 10px;
	padding: 5px 10px 20px 5px;
	background-color : #eeeeee;	
	}
	
div#mailing p{
	text-align: center;
	}
	
/* 인덱스 페이지 내용꾸밈 */  /* 본문전체 798px-400-305-30-30=33-4-4=25 (중간마진-이보다 좁으면 익스플로러6버전에러) */

div.block2 {
	float: right;
	width: 358px;
	margin: 15px 15px 15px 10px;
	}

div.block1 {
	width: 358px;
	margin: 15px 10px 15px 15px;
	}

.box {
	width: auto;
	margin-top: 20px;
	border-style: solid;
	border-width: 0px 1px 2px 1px;
	border-color: #e7e7e7  ;
	}	

.box li:hover {
	background-color:#FFC;
	}
	
	
.box li {
	padding: 5px 5px 5px 20px;
	list-style-type: none;
	line-height: 150%;}
	
.deco { 
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	}
	
#counter {					/* 카운터 꾸밈 */
	margin-top: 10px;
	margin-bottom: 10px;
}

#counter td {
	padding: 5px;
}