@charset "utf-8";
* { padding: 0; margin: 0; }

body { 
	border:0px;
	font-family: 돋움,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background:white;
	background:url(../images/body_bg.gif) repeat-x;
	overflow-x:hidden;
}
ul {
	list-style-type: none;
}

img{
	border:0;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color: #666666;
}
a:hover {
	text-decoration:none;
	color: #3399FF;
}

#wrapper { 
	margin: 0 auto;
	width: 960px;
}
#header {
	color: #333;
	width: 100%;
	height: 35px;
	background:url(../images/Header.gif) repeat-x;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align:right;
}
#navigation {
	float: left;
	width: 960px;
	/*	height:236px;*/
	background: url(../images/navi_menu.png) no-repeat;
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#main_menu{
	position:relative;
	left:190px;
	top:0px;
	height:40px;
}
#sub_menu{
	position:relative;
	height: 30px;
}
#sub_menu_bottom {
	width:200px;
	text-align:center;
	clear:both;
	margin-top:30px;
	line-height:0%;
}
#sub_menu_bottom .group {
	margin-top:30px;
}
#sub_item li {
	position:relative;
	left:180px;
	height: 30px;
	width: 320px;
	background-image: url(../images/em_bg.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	text-align:center;
	z-index:20;
	font-size:11px;
	line-height:32px;
}
#sub_item li a:link, a:visited, a:active {
	text-decoration:none;
	color: #666666;
 }
 #sub_item li a:hover {
	 text-decoration:none;
	 color: #3399FF;
 }
 #menu_back{
	 float: left;
	 width: 960px;
	 height:136px;
	 color: #333;
	 background-image: url(../images/navi_back.png);
	 background-repeat:no-repeat;
	 padding: 0px;
	 margin: 0px 0px 0px 0px;
}
#main_img{
	float: left;
	width: 960px;
	height:340px;
	background-image: url(../images/main.gif);
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#left_column { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:210px;
	float: left;
}



#right_column { 
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}
#footer { 
	width: 940px;
	height:80px;
	background-image: url(../images/Footer.gif);
	clear: both;
	position:relative;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}


.Ltm1{
	padding: 3px 0 2px 0;
	margin-left:5px;
	width:80px;
	height:15px;
	background-image: url(../images/main_latest1.gif);
	text-align:center;
	float: left;
	cursor:pointer;
}
.Ltm2{
	padding: 3px 0 2px 0;
	margin-left:5px;
	width:80px;
	height:15px;
	background-image: url(../images/main_latest2.gif);
	text-align:center;
	float: left;
	cursor:pointer;
}

#menu_item{
	background: #BD9C8C;
	z-index:-1;
}

#menu_item li {
	float: left;
	margin-top:0px;
	padding-top:0px;
	cursor:pointer;
	position:relative;
	z-index:10;
}

#logged_user_name {
	color:#888888;
	position:relative;
	top:-7px;
	height:10px; 
	font-size:10px;
	z-index:25;
}

#search_box {
	display:inline;
	position:relative;
	top:-6px;
	z-index:20;
}

#search_box input {
	height:10px; 
	font-size:9px;
	z-index:25;
}
#logo {
	position:absolute;
	top:13px;
	left:-155px;
	width:146px; 
	height:42px;
	z-index:25;
	cursor:pointer;
	cursor:hand;
	}
#copyright {
	position:absolute;
	top:23px;
	left:211px;
	height:12px;
	width:383px;
	margin:0px;
	padding:0px;
}
