*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 170%;
	color: #EEE;
	background: #585858 url(/images/bg_body.jpg) repeat-y top center;
	font-family: "±¼¸²Ã¼", "µ¸¿òÃ¼", Seoul;
	font-size: 9pt;
	margin: 0;
	width: 100%;
	height: 100%;
}

#header {
	width: 100%;
	height: 6em;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(/images/bg_header.jpg);
}

#logo{float:right;}
#content {
	width: 767px;
	text-align: left;
}

h1 {
	margin: 10px 0;
	color: #86e160;
	background: #686868 url(/images/rounded_tr.gif) no-repeat top right;
	font-family: "±¼¸²Ã¼", "µ¸¿òÃ¼", Seoul;
	font-size: 16px;
	padding-left: 5px;
	font-style: normal;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

h2{
	text-align:right;
	font-size: 12px;
	margin-right: 20px;
}

#text {
	width: 410px;
	padding: 0px 0px 20px 10px;
	text-align: left;
	float: left;
	height: auto;
	font-family: "±¼¸²", "µ¸¿ò", Seoul, "ÇÑ°­Ã¼";
	font-size: 10pt;
	font-weight: bold;
	}

#image {
	width: 170px;
	vertical-align: top;
	float: left;
	margin-left: 25px;
}

/* =Header menu
----------------------------------------------------------------------*/
#menu {
	width: 767px;
	text-align: left;
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
	width: 7.6em;
	float: left;
	padding-top: 4em;
	list-style: none;
	text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #222;
}

#menu ul li a:hover,
#menu ul li a.active {
	font-weight: bold;
	color: #FFFBF0;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/
#texthover {
	font-family: "µ¸¿ò", "µ¸¿òÃ¼";
	width: auto;
	padding-left: 20px;
	}

a{
	color:#86e160;
	text-decoration:none;
	
}

a:link {
	text-decoration: none;
	
}

a:visited {
	text-decoration: none;
	
}

a:hover {
	text-decoration: none;
	cursor: default;
	color:#FFFFFF
}

a:active {
	text-decoration: none;
}


.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 180px;
	left: 0px;
	}

.hoverbox img
{
	background: #fff;
	color: inherit;
	margin:4px;
	padding: 2px;
	vertical-align: top;
	width: 48px;
	height: 50px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 450px;
	height: 354px;
	display:block;
	}
	

/***************************************************
 Sidemenu Styles(board)
 ***************************************************/
#sideBar {
	width: 120px;
	vertical-align: top;
	float: right;
}

#sideBar h1 {
  color:#FFFFFF;
  text-align: right;
  background: #686868 url(/images/rounded_tl.gif) no-repeat top left;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background: url(/images/rounded_bl.gif) no-repeat bottom left;
}

.sideMenu {
	padding: 0px 0 10px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
	background-color: #686868;
	background-image: url(/images/rounded_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sideMenu a:hover span {
  background: url(/images/rounded_bl.gif) no-repeat bottom left;
}
