
/*	Korean  */

body {
	color: #000000;
	background-color: #D67F48;
}
td, p  { color: #000000;  }
h1 { 
	font-size: 120%;
	color: #62442E;
	margin: 5px 0 0;
	height: 35px;
}
h2 { 
	font-size: 200%;
	color: #F4C978;
	margin: 0;
	padding-top: 30px;
}
.title {
	font-size: 80%;
	font-weight: normal;
}
/*title area*/
div.article {
	width: 400px;
	float: right;
	background-color: #62442E;
	border: none;  /* NS 4.7 */
	min-height: 160px;
}
* html div.article {
	height: 160px; /* IE */
}

h3 { 
	font-size: 150%; 
	color: #62442E; 
	 
}
h4 { 
	font-size: 100%; 
	margin-bottom: 0;
	color: #F4C978;
}

td.text p, h3, h4, hr {  /* main text column */
	margin-left: 15px;
	margin-right: 11px;
}
td.text>p:first-child {margin-top: 0;} 

.last {
	margin-bottom: 1em;
}

.cap {
	font-size: 80%;
	font-weight: bold;
	color: #62442E;
	margin: 0;
	width: 250px;
	text-align: center;
}
.space {
	margin-top: 55px;
}

hr { 
	width: 100px;
	height: 1px;
	color: #D67F48; 
	background-color: #D67F48; 
	border: none;
}

.fnt { font-size: 80%;}

p.fnt { 
	margin-top: .5em;
	margin-bottom: .5em;
}

/* brown boxes */
.box1, .box2 {
	border: 3px double #D67F48;
	background-color: #62442E;
	padding: 2px;
}
* html .box1 { /* IE*/
	margin: 1em 21px 1em 25px;
}
td.text>div.box1 {  /*Mozilla*/
	margin: 1em 21px 1em 25px;
}
.box1 p, .box2 p {
	font-size: 85%;
	margin-top: 0;
	color: #F4C978;
}

.box2 {
	text-align: center;
}
* html .box2 {  /* IE*/
	margin: 0 2px;
}
td>div.box2 {  /*Mozilla*/
	margin: 0 2px;
}


.box3 {
	margin: 1em 80px;
	text-align: center;
}

div.clear { clear: both;} /*NS 4.7*/

/* -------------------------------------- */
/* standard - do not adjust */
div.linktext { margin-left: 2px; width: 160px;}
div.linktext p { margin-bottom: 0px; margin-top: 0; font-weight: bold; font-size: 77%; }
div.linktext ul{ padding-left: 0px; margin-left: -35px; margin-right: 0; margin-top: 0px; margin-bottom: 1em; font-size: 77%; }
div.linktext ul li { padding-left: 35px; margin-left: 0px; margin-right: 0; margin-top: 0px; margin-bottom: 3px; list-style-type: none; }
td.appeared p {font-size: 77%; color: #ffffff; }
td.appeared>p {margin: 0;}
cite, em {font-style: italic;}
strong {font-weight: bold;}
a:hover {color: #0033ff;}

/* use background-color if needed in div.footer */
div.footer { width: 600px; margin: 0; padding: 2px 0; border: none;}
div.footer p {margin: 1em 2px; font-size: 77%; }
/* -------------------------------------- */

