/*main ++++++++++++++++++++++++ */

html {
	position:absolute;
	top:0px;
	left:0px;
	background-color:#fff;
	margin:0px;
	padding:0px;
	width:100%;
	min-width:1000px;
	min-height:512px;
	font-family: Helvetica, sans, sans-serif;
	font-size: 1em;
	color: #000000;

}

body {
	margin:auto;
	margin-top:50px;
	padding:0px;
	width:96%;
	min-width:980px;
	max-width:1500px;
	min-height:400px;
}

.mainframe {
	width:100%;
	border-collapse:collapse;
}

/*links ++++++++++++++++++++++++ */

a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}

a:hover {
	color: #993366;
	text-decoration: none;
}

.navi {
	margin-right:1%;
	padding-top:2px;
}

/*design ++++++++++++++++++++++++ */

.greybox {
	height: 70px;
	background-color: #d7d9d8;
}

#quoteright {
	float:right;
	margin-top:-5px;
	width: 180px;
}

.junghee {
	float:left;
	margin-top:20px;
	font-size: 38px;
	font-weight:bold;
	color: #78a298;
	text-align: left;
}

#content {
	position:absolute;
	top:190px;
	margin-left: 250px;
	width:70%;
	max-width:1200px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}

.wbnav {
	height: 22px;
	background-color: #d7d9ff;
	font-size: 16px;
	font-weight: normal;
	color: #78a298;
	text-align: left;
	padding-left:25px;
	padding-top:4px;
}

div.watermark {
	position:fixed;
	right:0px;
	bottom:0px;
	padding: 0;
}

.quote {
	position:absolute;
	top: 60%;
	left: 40%;
	color: #e1ffca;
}

img {
	margin:-1px;
	border:0px;
	padding:0px;
}

/*headers, lines ++++++++++++++++++++++++ */

hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}

h1 {
	font-size: 22px;
	color: #78a298;
	text-align: left;
	margin: 2px 2px 2px 2px;
}

h2 {
	font-size: 18px;
	color: #78a298;
	text-align: left;
	margin: 8px 2px 8px 2px;
}

h3 {
	font-size: 14px;
	color: #78a298;
	text-align: left;
	margin: 8px 2px 8px 2px;
}

h5 {
	font-size: 14px;
	color: #78a298;
	text-align: center;
	margin: 8px 2px 8px 2px;
}

/*tables ++++++++++++++++++++++++ */
/*
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
*/
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
