@charset "euc-kr";
/* CSS Document */

body,td,th,div,span,li,p {
	font-family: dotum, Courier;
	font-size: 12px;
	color: #999;
}
a {text-decoration:none;}
body {
	background-color: #FFFFFF;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body#sub_body {
	background-color: #FFFFFF;
	background-image: url(../../images/bg_sub.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrap {
	width: 950px;
	margin:0px;
	padding:0px;
	margin:0px auto;
}

#header {
	float:left;
	width:950px;
	height:172px;
	margin-top:15px;
}
#navi {
	float:left;	
	width:150px;
	margin-right:10px;
	_margin-right:0px;
	min-height:500px;
}
#content {
	float:left;	
	width:790px;
	min-height:500px;
}

#homeContent {
	float:left;	
	width:790px;
	min-height:500px;
}

#mainBody {
	float:right;
	min-height:500px;
}
#button_top {
	position:absolute;
	margin-top:-57px;
}
#footer{
	min-height:100px;
	clear:both;
}