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

body {
  background: #ffffff;
}

#wrapper {
  background: #ffffff;
  width: 810px;
  margin: 0 auto !important;
  height: auto !important;
}

#wrapper:after {
  clear: both;
  display: block;
  visibility: hidden;
}

#header {
  margin: 0;
  height: 80px;
}

/**** TOP MENU ****/

#nav_top {
  background: url(nav_top.png) left top no-repeat;
  margin: 0;
  height: 37px;
}

#nav_forum {
  margin-left: 204px;
  width: 74px;
  height: 37px;
  float: left;
}

#nav_store {
  margin-left: 19px;
  width: 74px;
  height: 37px;
  float: left;
}

#nav_about {
  margin-left: 17px;
  width: 75px;
  height: 37px;
  float: left;
}

#nav_contact {
  margin-left: 16px;
  width: 75px;
  height: 37px;
  float: left;
}

#nav_rss {
  margin-left: 16px;
  width: 75px;
  height: 37px;
  float: left;
}

/**** COMIC ****/

#comic {
  width: 500px;
  height: auto !important;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#comic img {
  margin: 0 auto !important;
}

/**** BOTTOM MENU ****/

#nav_bottom {
  background: url(nav_bottom.png) left top no-repeat;
  margin: 0;
  height: 37px;
}

#nav_first {
  margin-left: 152px;
  width: 76px;
  height: 37px;
  float: left;
}

#nav_previous {
  margin-left: 17px;
  width: 76px;
  height: 37px;
  float: left;
}

#nav_transcribe {
  margin-left: 16px;
  width: 75px;
  height: 37px;
  float: left;
}

#nav_archive {
  margin-left: 15px;
  width: 75px;
  height: 37px;
  float: left;
}

#nav_next {
  margin-left: 16px;
  width: 75px;
  height: 37px;
  float: left;
}

#nav_latest {
  margin-left: 12px;
  width: 75px;
  height: 37px;
  float: left;
}

/**** CONTENT ****/

#contentwrapper {
  height: auto !important;
  margin: 0 auto;
  width: 580px;
  padding-top: 20px;
}

#sidebar {
  height: auto;
  width: 112px;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

#links {
  padding: 5px;
}

#links a {
  color: #000000;
  text-decoration: none;
}

#links a:hover {
  color: #484646;
  text-decoration: none;
} 

#updates {
  height: auto !important;
  width: 255px;
  float: left;
  padding-left: 20px;
}

#current_news {
  height: 400px;
  width: 235px;
  margin: 0 auto;
  padding-top: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #000000;
  margin-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}

#current_news_scroll {
  height: 400px;
  width: 205px;
  margin: 0 auto;
  padding-top: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #000000;
}

.date {
  font-weight: bold;
}

#right {
  width: 160px;
  height: auto;
  float: right;
}

#adcode {
  margin: 0 auto;
  width: 125px;
  padding-top: 10px;
}

/***** CALENDAR FOR ARCHIVE PAGE ******/

#calendar {
  width: 591px;
  height: auto !important;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
} 

#calendar a {
  color: #bdbcbc;
  text-decoration: none;
}

#calendar a:hover {
  color: #ffffff;
  text-decoration: none;
}

/***** FOOTER *****/

#footer {
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-color: #000000;
  width: 794px;
  margin-top: 8px;
  padding-top: 5px;
  line-height: 13pt;
  border-top: 1px solid #999999;
}

#footer a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}

#footer a:hover {
  color: #999999;
  text-decoration: none;
}
