/* CSS Document */

body {
	background:url(../images/layout/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	font-family:Dotum;
	font-size:12px;
	color:#898989;
	}
.home {
	background:url(../images/layout/bg_home.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	width:100%;
	height:100%;
	}
#container {
	width: 100%;
	height:100%;
	}
#main {
	width: 1000px;
	height:100%;
	margin:0px auto;
	}
#header {
	width:1000px;
	height:112px;
	text-align:center;
	}
#content {
	width:1000px;
	height:100%;
	}
#content .left {
	width:174px;
	height:100%;
	float:left;
	}	
#content .left2 {
	width:174px;
	height:100%;
	float:left;
	background:url(../images/layout/leftBG_2.gif);
	background-position:top;
	background-repeat:no-repeat;
	}	
#content .right {
	width:826px;
	height:100%;
	float:left;
	}	
.event {
	width:143px;
	margin:0 auto;
	}
#topText {
	width:675px;
	height:66px;
	margin:0px 0px 0px 26px;
	border-bottom:1px dashed #d0c398;
	}
#topText .title {
	width:410px;
	height:66px;
	float:left;
	}
#topText .breadcram {
	width:265px;
	height:66px;
	float:left;
	text-align:right;
	font-family:Dotum;
	font-size:11px;
	color:#636363;
	}
#mainContent {
	width:675px;
	height:100%;
	margin:20px 0px 30px 26px;
	}
#footer {
	width:1000px;
	height:150px;
	background:url(../images/layout/img_footer1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	clear:both;
	margin-top:30px;
	}
#footer .fcontent1{
	width:800px;
	height:50px;
	float:left;
	margin-top:103px;
	}
#footer .fcontent2{
	width:200px;
	height:50px;
	float:left;
	text-align:right;
	margin-top:101px;
	}
.select1 {
	width:157px;
	height:17px;
	color:#717171;
	font-family:Dotum;
	font-size:10px;
	background-color:#dddddd;
	border:none;
	font-weight:bold;
	}
.input1 {
	border:1px solid #dddddd;
	font-family:Tahoma;
	font-size:11px;
	color:#757575;
	}
.borderline1 {
	border-right:1px solid #e6e6e6;
	}
.borderline2 {
	border:1px solid #e6e6e6;
	}
a.paging:link {
	color:#6a7980;
	text-decoration:none;
	margin:0px 2px;
	}
a.paging:active {
	color:#6a7980;
	text-decoration:none;
	margin:0px 2px;
	}
a.paging:visited {
	color:#6a7980;
	text-decoration:none;
	margin:0px 2px;
	}
a.paging:hover {
	color:#09c0d0;
	text-decoration:none;
	margin:0px 2px;
	}
a:link {
	color:#898989;
	text-decoration:none;
	}
a:active {
	color:#898989;
	text-decoration:none;
	}
a:visited {
	color:#898989;
	text-decoration:none;
	}
a:hover {
	color:#ffa800;
	text-decoration:none;
	}
 #sky_scr{width:64px;position:fixed;top:220px;left:50%;margin:0 0 0 400px;padding:0 0;}
 *html #sky_scr{position:absolute;left:50%;margin:0 0 0 410px;top:expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+240+"px" : body.scrollTop+240+"px");}
