body {
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

/* 윈도우 익스플로러용 */
a:link,a:visited {
	font-size: 12px;
	color: #636363;
	text-decoration: none;
}

a:hover,a:active {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#header {
	padding:0;
	margin:0;
	width:990px;
	height:115px;
}

#header .home{
	margin:0px 2px 0 0;
	float: left;
}

#header .toplink {
	margin:5px 0px 5px 0;
	height:14px;
	width:990px;
}

#header .toplink div {
	margin:0px 15px 0px 0;
	float:right;
}

#header ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
}

#header ul ul {
	padding:0;
	margin:0;
	list-style-type: none;
	position:absolute;
	top:88px;
	display:none;
}

#header li {
	padding: 0px;
	margin: 0;
	float:left;
	list-style-type:none;
	white-space:nowrap;
	display:block;
}

#header li li {
	margin-top: 5px;
}


#middle {
	width:990px;
}

#left-side {
	width: 187px;
	float: left;
/*	border:1px solid red; */
}

#leftmenu {
	margin:0px;
	padding:0px;
	background:#ffffff url(../images/left_menu_bg.gif) repeat-y;
}

#leftmenu ul{
	padding: 0px;
	margin: 0px;
	margin-top:0px;
	line-height: 0px;
	list-style-type: none;
	list-style-image: none;
	text-align:center;
}

#leftmenu li{
	padding: 0px;
	margin: 0px;
	height:25px;
	list-style-type: none;
	list-style-image: none;
}

#leftmenu li img{
	padding: 0px;
	margin: 0px;
}

#leftmenu div{
	padding: 0px;
	margin-left: 5px;
	list-style-type: none;
	list-style-image: none;
}

#content {
	width: 803px;
	float: left;
	background: url(../images/default/main_bg.gif);
}

#content #top{
	width:803px;
	height:42px;	
	background:#e0e0e0 url(../images/default/main_top_bg.gif) no-repeat;
/*	border:0px red solid; */

}

#content #isSearch {
	width:683px;
	padding-left:70px;
	padding-top:5px;
	text-align: left;
	font-size:9pt;
/*	border:1px solid blue;*/
}

#content #top #isSearch .inputText {
	margin-top:5px;
	font-size: 12px; 
	color: #636363; 
	border: 1px solid #C7C7C7; 
	vertical-align: text-bottom;
}

#content #main {
	width:779px;
	margin:0px 12px 0px 12px;
}

#content #bottom{
	float:left;
	width:803px;
	background:#ffffff url(../images/default/main_bottom_bg.gif) no-repeat 0 top;
}
#footer {
	clear:both;
	width:990px;
}


