/* body 스타일 */
ul, ol {list-style:none;}
li {vertical-align:top}
li	img {vertical-align:top}
img {border:0}

body {
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #888888; 
	SCROLLBAR-SHADOW-COLOR: #888888;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ff0000; 
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color:#666666;
	font-size:75%;
	line-height:18px;
	font-family:"돋움", "돋움체", Dotum, "굴림","굴림체", Gulim, Verdana, AppleGothic, sans-serif;
	font-style: normal; 		
}
/* 링크 */
a, a:link {
	color:#666666;
	text-decoration:none;
} 
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
a:focus {
	color:#666666;
	text-decoration:underline;
}
a:active {
	color:#666666;
	text-decoration:none;
} 
/* 이미지, 폼관련 요소 */
label, select, input, textarea {
	vertical-align:middle;
}

.handon{ cursor:pointer;}

#wrapper {
	width:100%;	
}

#Footer { 
	width:100%;
	height:488px;
	background:url(../images/bg.gif);
}
#header {
	height:410px;
	width:100%;
	background:url(../images/bg.gif);
}

.BottomMenu ul{	
	margin:0px;	
}
.BottomMenu li{
	float:left;
	_display:inline;	
	margin: 0px;
}

.edgelink{ 	
	border-color:#cccccc;border-style:solid;border-width:1px;cursor:pointer
}

.Lastest_List{
	font-family: "돋움", "돋움체"; font-size: 8pt; color: #555555; font-style: normal;	
	line-height:28px;
	text-align:left;
	padding-left:25px;
}
