/* common style */

* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	background-color: #fff;
	color: #444;
	font-size: 12px;
	font-family: µ¸¿ò, Dotum, ¸¼Àº °íµñ, AppleGothic, Verdana, sans-serif;
	cursor: default;
}

img {
	border: 0;
	vertical-align: middle;
}

a:link, a:active {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: #396da5;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	display: none;
}

div {
}

/* division */
div.header {
	width: 838px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

div.footer {
	width: 838px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	border-top: 2px solid #eee;
}

div.body {
	width: 838px;
	margin: 0 auto;
	overflow: hidden;
}

div.body div.side {
	float: left;
	width: 200px;
}

div.body div.center {
	float: left;
	width: 418px;
	margin: 0 10px 0 10px;
}

/* portlet */
div.portlet {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 8px;
}

div.side div.portlet {
	width: 198px;
}

div.center div.portlet {
	width: 416px;
}

div.portlet div.title {
	width: 100%;
	float: left;
	height: 24px;
	background: url(2.5/images/portlet/title_bg.gif) 0 1px repeat-x;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 3px;
}

div.portlet div.title a {
	display: block;
	margin: 7px 0 0 8px;
}

div.portlet div.title a:link { color: #396da5; }
div.portlet div.title a:active { color: #396da5; }
div.portlet div.title a:visited { color: #396da5; }
div.portlet div.title a:hover { color: #396da5; }

div.portlet ul {
	list-style: none;
	float: left;
	font-size: 11px;
	letter-spacing: -1px;
	margin: 0 8px 3px 8px;
}

div.portlet li {
	height: 18px;
	background: url(2.5/images/portlet/blt_gray.gif) 0 5px no-repeat;
	padding-left: 6px;
}

/* portlet-top */
div.side div.bold {
	width: 196px;
	border: 2px solid #b4c4d8;
}

div.center div.bold {
	width: 414px;
	border: 2px solid #b4c4d8;
}

div.commentbox {
	float: left;
	width: 100%;
	height: 26px;
	background: #E9EEF5;
	margin-bottom: 8px;
	font-size: 11px;
	letter-spacing: -1px;
	color: #3b4f7a;
}

div.commentbox a {
	color: #6486B3;
	margin: 7px 8px 0 8px;
	display: block;
	float: left;
}

div.commentbox span {
	display: block;
	margin: 7px 0 0;
}

/* copyright */
div.footer {
	width: 838px;
	clear: both;
	overflow: hidden;
	border-top: 2px solid #eee;
	padding-top: 12px;
	margin: 0 auto;
	text-align: center;
}


div.footer ul {
	overflow: hidden;
	list-style-type: none;
	display: inline;
	font: 11px Dotum;
	letter-spacing: -1px;
}

div.footer li {
	padding: 0 2px 0 5px;
	background: url(2.0/img/blt_split.gif) no-repeat 0px 0px;
	display: inline;
}

div.footer li.feed {
	padding: 0 2px 0 11px;
	color:#e57a33;
	display: inline;
	background: none;
	font-weight: bold;
	background: url(2.5/images/icon/feed.gif) no-repeat 0px 0px;
}

div.footer li.feed #feed a {
	font-weight: normal;
	color: #555;
}

div.footer li a.chat {
	background: url(2.5/images/icon/chat.gif) no-repeat 0px 0px;
	padding-left: 11px;
	color: #396da5;
}

div.footer li span.mail {
	background: url(2.5/images/icon/mail.gif) no-repeat 0px 0px;
	padding-left: 14px;
}

div.footer li.feed a {
	color:#e57a33;
	cursor: pointer;
}

div.footer li.copyright {
	background: #fff;
	padding: 0;
	display: block;
	font: 10px Verdana;
	letter-spacing: 0px;
	color: gray;
	margin: 2px 0 15px 0;
}

div.footer li.copyright strong {
	color: black;
}