html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #d6dbde url('img/bg.gif');
	margin: 0;
	padding: 0;
	font-family: gulim, ±¼¸²;
	font-size: 12px;
	height: 100%;
}
img {border: none;}
a {color:#1288c1}
a:link {color:#1288c1; text-decoration: none;}
a:visited {color:#9569d6; text-decoration: none;}
a:hover {color:#ff9b51; text-decoration: none;}
a:active {color:#ff9b51; text-decoration: none;}

#wrapper {
	width: 974px;
	margin: 0 auto;
}
#header {
	margin: 6px 0 5px 0;
	overflow: hidden;
}
#body {
}
#footer {
	clear: both;
	overflow: hidden;
}
.new_c1 {
	color: #FF5555;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
.new_c2 {
	color: #FF5555;
	font-family: verdana;
	font-size: 10px;
}

/* widget */

.widget {
	margin-bottom: 5px;
}
.widget .title {
	height: 39px;
	background: #f7f7f7 url('img/widget_bg_title.gif') repeat-x;
}
.widget .title .left{
	float: left;
	width: 5px;
	height: 39px;
	background: url('img/widget_bg_left.gif') no-repeat;
}
.widget .title .btn{
	float: left;
	width: 24px;
	height: 24px;
	background: url('img/widget_btn.gif') no-repeat 0 0;
	margin: 7px 6px 0 3px;
	cursor: hand;
}
.widget .title .text{
	float: left;
	font-weight: bold;
	color: #000;
	padding-top: 13px;
}
.widget .title .text a{color: #000; text-decoration: none;}
.widget .title .text a:link{color: #000; text-decoration: none;}
.widget .title .text a:visited{color: #000; text-decoration: none;}
.widget .title .text a:hover{color: #ff9b51; text-decoration: none;}
.widget .title .text a:active{color: #ff9b51; text-decoration: none;}
.widget .title .right{
	float: right;
	width: 5px;
	height: 39px;
	background: url('img/widget_bg_right.gif') no-repeat;
}
.widget .body {
	background-color: #FFF;
	border-left: 1px solid #cbd0d2;
	border-right: 1px solid #cbd0d2;
	padding: 5px 6px;
}
.widget .btm {
	height: 7px;
	background: url('img/widget_bg_btm.gif') repeat-x;
}
.widget .btm .left{
	float: left;
	width: 5px;
	height: 7px;
	background: url('img/widget_bg_btm1.gif') no-repeat;
	font-size: 1px;
}
.widget .btm .right{
	float: right;
	width: 5px;
	height: 7px;
	background: url('img/widget_bg_btm2.gif') no-repeat;
	font-size: 1px;
}

/* header */

#header .top {
	height: 10px;
	background-color: #FFF;
}
#header .top .left{
	float: left;
	width: 10px;
	height: 10px;
	background: url('img/header_c1.gif') no-repeat;
	font-size: 1px;
}
#header .top .right{
	float: right;
	width: 10px;
	height: 10px;
	background: url('img/header_c2.gif') no-repeat;
	font-size: 1px;
}
#header .body {
	background-color: #FFF;
	border-left: 1px solid #cbd0d2;
	border-right: 1px solid #cbd0d2;
}
#header .logo {
	float: left;
	width: 196px;
	text-align: center;
	padding-top: 17px;
}
#header .banner {
	float: left;
	width: 770px;
	height: 90px;
}
#header .banner .wrapper{
	width: 540px;
	margin: 0 auto;
}
#header .menu {
	clear: both;
	border-top: 1px solid #e6e6e6;
	background-color: #98b6c3;
	padding: 4px 0 0 0;
	_padding: 2px 0 0 0;
	margin: 0;
	font-size: 1px;
}
#header .menu li{
	display: inline;
	list-style: none;
}
#header .btm {
	height: 6px;
	background: url('img/header_bg_btm.gif') repeat-x;
}
#header .btm .left{
	float: left;
	width: 6px;
	height: 6px;
	background: url('img/header_c3.gif') no-repeat;
	font-size: 1px;
}
#header .btm .right{
	float: right;
	width: 10px;
	height: 6px;
	background: url('img/header_c4.gif') no-repeat;
	font-size: 1px;
}

/* body */

#body .menu{
	float: left;
	width: 162px;
	margin-right: 4px;
}
#body .contents{
	float: left;
	width: 808px;
}
#body .bbs{
	min-height: 400px;
	_height: 400px;
}
.contents .body{
	text-align: left !important;
}

/* footer */

#footer .top {
	height: 10px;
	background-color: #FFF;
}
#footer .top .left{
	float: left;
	width: 10px;
	height: 10px;
	background: url('img/header_c1.gif') no-repeat;
	font-size: 1px;
}
#footer .top .right{
	float: right;
	width: 10px;
	height: 10px;
	background: url('img/header_c2.gif') no-repeat;
	font-size: 1px;
}
#footer .body {
	height: 55px;
	background-color: #FFF;
	border-left: 1px solid #cbd0d2;
	border-right: 1px solid #cbd0d2;
	overflow: hidden;
}
#footer .btm {
	height: 6px;
	background: url('img/header_bg_btm.gif') repeat-x;
}
#footer .btm {
	clear: both;
	height: 7px;
	background: url('img/widget_bg_btm.gif') repeat-x;
}
#footer .btm .left{
	float: left;
	width: 5px;
	height: 7px;
	background: url('img/widget_bg_btm1.gif') no-repeat;
	font-size: 1px;
}
#footer .btm .right{
	float: right;
	width: 5px;
	height: 7px;
	background: url('img/widget_bg_btm2.gif') no-repeat;
	font-size: 1px;
}
#footer .logo{
	float: left;
	width: 165px;
	text-align: center;
	padding-top: 13px;
}
#footer .bottommenu{
	float: left;
	margin-top: 21px;
}
#footer .bottommenu li{
	display: inline;
	list-style: none;
	padding-left: 21px;
	background: url('img/footer_li.gif') no-repeat;
}
#footer .bottommenu .first{
	padding-left: 0px !important;
	background: none !important;
}

/* rollover menu */
.over {
	display: none;
	position: absolute;
	margin-top: -38px;
}
.over a{color: #2e7d97; text-decoration: none;}
.over a:link{color: #2e7d97; text-decoration: none;}
.over a:visited{color: #2e7d97; text-decoration: none;}
.over a:hover{color: #ff9b51; text-decoration: none;}
.over a:active{color: #ff9b51; text-decoration: none;}
.over ul{
	margin: 0;
	padding: 0;
}
.over li{
	list-style: none;
	padding: 4px 0;
}
.over .title{
	position: absolute;
	z-index: 103;
}
.over .body{
	background-color: #FFF;
	border: 2px solid #777;
	padding: 10px 14px 8px 14px;
	margin-top: 24px;
}
#over2 {
	margin-left: 115px;
	min-width: 119px;
	_width: 119px;
}
#over3 {
	margin-left: 254px;
}
#over4 {
	margin-left: 367px;
}
#over5 {
	margin-left: 480px;
}

/* board */
.paginationTop {
	height: 1px;
}
.pagination {
	text-align: center;
}
.pagination a{
	margin: 0 4px;
}