
/* global.css */
html, body, div, ul, ol, li, img, a, 
h1, h2, h3, h4, h5, h6, 
table, thead, tbody, tr, th, td,
dl, dt, dd {
  margin: 0; padding: 0;
}
img { border: 0; }
ul, ol, li { list-style: none; }
a { text-decoration: none; }
body { font:12px/1.5em dotum,verdana; color: #606060;  }
/*  */
/* Size */
#header, #content, #footer, #header_content {
  width: 1024px; margin: 0 auto;
}
#header  { position: relative; height: 62px; }
#content { position: relative; min-height: 577px; height:auto !important; height:577px; }
#footer  { position: relative; }

/* header */
#header .logobox { padding-top: 11px; padding-left: 15px; float: left; }
#header #global_nav { float: right; height: 21px; width: 120px; }
#header #global_nav ul { width: 120px; height: 20px; padding-top: 10px; }
#header #global_nav li { display: inline-block; float: left; padding-right: 5px; height: 5px; }

/* content */
#bgarea  { width: 100%; height: 225px; }

/* footer */
#footer .logobox {
  padding-bottom: 30px; float: left; width: 1024px; height: 100px;
  background: url(../img/address.gif) no-repeat;
}

#footer .logobox .f_logo { margin-left: 70px; }

/* sub header */
#header #header_nav {
  position: absolute; top: 22px; left: 220px; z-index: 10;
  width: 789px; height: 41px;
}

/* sub content */
#sidebar { width: 220px; height: 500px; float: left; margin-top: -65px; }
#agenda  {
  width: 770px; float: left;
  min-height: 400px; height:auto !important; height:400px;
  background: url(../img/agenda_top.gif) no-repeat;
}
#agenda_title h4 { display: inline-block; padding-left: 8px; float: left; }
#agenda_title span { float: right; padding-right: 50px; }
#agenda_title strong { color: #0c419a; font-weight: normal; }

#agenda_content {
  width: 720px; padding: 30px 25px;
  min-height: 310px; height:auto !important; height: 310px;
  background: url(../img/agenda_bottom.gif) no-repeat left bottom;
}

#agenda_content .pos_left  { float: left;  margin-left: 5px; }
#agenda_content .pos_right { float: right; margin-left: 5px; }

#agenda_content dd.center_img { text-align: center; }


