﻿@charset "utf-8";
/* CSS Document */

body {
 background-color: #ECEAEA;
 margin-top: 0px;
 font-size: 11px;
 text-align: center;
}

#container {
margin: 0 auto;
width: 1000px;
position: relative;

}

#top {

position: relative;
background-color:#FFFFFF;
}

#menu {
  position: absolute;
  height: 39px;
  margin-left: 292px;
  top: 53px;
  background-color:#FFFFFF;
}


#banner {
  width: 1000px;
}

#content {

}


#top_menu {
	width: 258px;
	position: absolute;
	top: 8px;
	left: 720px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	
}


a.top:link {
 font-size: 11px;
 color:#333333;
 text-decoration: none;
 font-family:Arial, Helvetica, sans-serif, 굴림;
}
a.top:visited {
 font-size: 11px;
 color: #333333;
 text-decoration: none;
 font-family:Arial, Helvetica, sans-serif, 굴림;
}
a.top:hover {
 font-size: 11px;
 color:#999999;
 text-decoration: none;
 font-family:Arial, Helvetica, sans-serif, 굴림;
}


#copyright {
	color: #999999;
	width: 990px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: left;
}

#footer {

  clear: both;
}

#copyright1 {
	color: #999999;
	width: 990px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 10px;
	text-align: left;
}

#footer1 {

  clear: both;
}
#copyright2 {
	color: #999999;
	width: 990px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 10px;
	text-align: left;
}

#footer2 {

  clear: both;
}
#home_left{
 width: 601px;
 height: 210px;
 background-repeat: no-repeat;
 background:url(images/recent_aboutus.jpg);
 float: left;
 position: relative;
}

#home_left_news {
	position: absolute;
	top: 50px;
	left: 25px;

}

#home_center {
 width: 198px;
 height: 210px;
 background-repeat: no-repeat;
 background: url(images/recent_notification.jpg);
 float: left;
 position: relative;
}

#home_center_announce {
	position: absolute;
	top: 50px;
	left: 25px;

}


#home_right {
 width: 200px;
 height: 210px;
 background-repeat: no-repeat;
 background: url(images/front_direction.jpg);
 float: right;
}

#board_center {
 background: url(images/page_bg.gif);
 width: 1000px;
 background-repeat: repeat-y;
 padding-left: 15px;

}

#content_board {
 background: url(images/page_bg.gif);
 width: 1000px;
 background-repeat: repeat-y;
}


a:link {
 font-size: 12px;
 color: #333333;
 text-decoration: none;
}
a:visited {
 font-size: 12px;
 color: #333333;
  text-decoration: none;
}
a:hover {
 font-size: 12px;
 color: #999999;
  text-decoration: none;
}
