BODY {
	font-family: dotum;
	font-size: 12px;
	background-color: black;
	margin: 0px 20px 0px 20px;
	text-align: justify;
	line-height: 18px;
}

#PAGE {
	background-repeat: no-repeat;
	margin: 0px auto -1px auto;
	width: 1000px;
	height: 638px;
}

/****     MENU CSS     ****/
#toptd {
	border: 0px solid red;
}
#menu {
	padding: 0px;
	margin: 0px;
}

#menu ul{
	list-style-type: none;
}
ul#menu li {
	display: block;
	float: left;
	padding: 0px 20px 0px 5px;
	word-spacing: 0px;
}	
ul#menu li#checked a, ul#menu li#uncheck a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}	
ul#menu li#checked a {
	color: #1093B4;
	font-size: 110%;
	text-decoration: underline;
}	
ul#menu li#uncheck a {
	color: black;
}
ul#menu li#uncheck a:hover, ul#menu li#checked a:hover {	
	color: #D60000;
	text-decoration: underline;
}	
/****     END MENU CSS     ****/


#center {
	position: relative;
}


/****     SUB MENU CSS     ****/
#subtd {
	width: 220px;
	border: 0px solid yellow;
	height: 400px;
}
#subtd p {
	font-size: 85%;
	border: 0px solid red;
	text-align: left;
	border: 0px solid red;
	height: 25px;
	margin-bottom: 10px;
	line-height: 13px;
}
#normal a, #hover a {
	text-decoration: none;
	color: black;
}
#normal {	
	background: url('./img/in.gif') no-repeat left top;
	padding: 10px 0px 0px 45px;
	font-weight: normal;
}
#normal:hover {	
	background: url('./img/out.gif') no-repeat left top;
	padding: 10px 0px 0px 45px;
	font-weight: normal;
}
#hover {	
	background: url('./img/out.gif') no-repeat left top;
	padding: 10px 0px 0px 45px;
	font-weight: bold;
}
#hover:hover {	
	background: url('./img/out.gif') no-repeat left top;
	padding: 10px 0px 0px 45px;
	font-weight: bold;
}
/****     END SUB MENU CSS     ****/
#main {
	overflow: auto;
	height: 465px;
	width: 780x;
	padding: 15px 20px 0px 10px;
	text-align: justify;
	border: 0px solid yellow;
}

#M1S1tb {
	background-image: none;
	border: 0px soid black;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 25px;
}