/* ======================================================== */
/*	Created by Devit Schizoper 								*/
/*	Created HomePages http://LoadFoo.starzonewebhost.com	*/
/*	Created Day 01.12.2006 									*/
/* ======================================================== */
/*	Modify by idccc	(http://idccc.com)					*/
/* ======================================================== */

body, p, h1, h2, h3, h4, form, ul, li, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(/images/top_bg.gif);
	background-repeat: repeat-x;
	font-family: "굴림", Gulim, Helvetica, AppleGothic, Sans-serif;
	font-size: .78em;
}

p {
	margin: 11px 0 10px 0;
	line-height: .88em;
}

h2 {
	font-size: 1.55em;
	color: #9f9f9f;
}

ul {
	font-size: 1.55em;
	list-style-image: url(/images/bullet.gif);
}

label {
	cursor: pointer;
}

a {
	/*color: #93B300;*/
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #993300;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#top {
	background: #000000 url(/images/top_bg.gif);
	color: #ffffff;
	width: 100%;
	height: 88px;
	overflow: hidden;
}

#top h2 {
	padding-left: 10px;
	background: url(/images/bg_t.gif) no-repeat;
	color: White;
	/*letter-spacing: 3px;*/
	font-size: 2.35em;
	font-weight: normal;
	position: relative;
	top: 33px;
	display: block;
	float: left;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
	color: #93B300;
}

#top ul {
	list-style: none;
	position: relative;
	top: 56px;
	display: block;
	float: right;
}

#top li {
	margin: auto 2px;
	font-size: 12px;
	letter-spacing: 1px;
	float: left;
}

#top li a {
	color: #FFFFFF;
	font-weight: bold;
}

#top li a:hover {
	color: #93B300;
}

#content {
	margin-top: 20px;
	width: 100%;
}

#content h2 {
	padding: 10px 0 10px 0;
}

#footer {
	margin: 20px auto 0 auto;
	padding: 0;
	border-top: dotted 1px gray;
	text-align: center;
	width: 80%;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.red {
	color: #CC0033;
}

.redBg {
	background-color: #CC0033;
}

.redBox {
	padding: 10px;
	border: solid 2px #CC0033;
	width: 100%;
	height: 270px;
	display: block;
	overflow: auto;
	word-wrap: break-word;
}

.pb10px {
	padding-bottom: 10px;
}
