#main {
  width:76%;
  min-width: 933px;
  font-family:Arial;
  font-size: 13px;
  /* position:relative; */
  margin-left: auto;
  margin-right: auto;
}
a { text-decoration: none; }
ul { list-style-type: none; }
img { border: 0px; }

.header {
  width:100%;
}
.header #wrap_title { background-color: #800000; padding: 20px 0px; }
.header #wrap_title>div { display: inline-block; vertical-align:bottom; }
.header #wrap_title #logo { width:21%; text-align: center;}
.header #wrap_title #logo img { vertical-align:bottom; }
.header #wrap_title #title { padding-left: 16px; color: white; }
.header #wrap_title #title h1 {
  font-family:Verdana;
  font-weight: normal;
  font-size: 48px;
  margin:0px;
  vertical-align:bottom;
  display: inline-block;
}
.header #subtitle { background-color: #f19106; color: white;}
.header #subtitle h2 {
  margin-left:21%;
  padding-left:20px;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size:medium;
  font-weight: normal;
}
.header #issn { text-align: right; color: #800000; padding-right: 20px;}
.header #number { background-color: #f9ca68; color: white;}
.header #number h2 {
  margin-left:21%;
  padding-left:20px;
  display: inline-block;
  font-size:16px;
  font-weight: normal;
  margin-top:0px;
  margin-bottom:0px;
}
/* Scroller Box */
.header #scroller_container {
  background-color: #fef1c5;
  color: #800000;
  margin-top: 14px;
  margin-bottom: 19px;
  font-weight: bold;
  font-size:16px;
  height: 20px;
  overflow: hidden;
}
/*.header #scroller_container #marquee {
}*/

/* CSS Hack Safari */
#dummy {;# }

.header #scroller_container{
 overflow: auto;
}
/* Scoller Box */

#main>table { table-layout:fixed; border-collapse:collapse; line-height: 19px; }
td { padding:0px; }
#menu {
  width:21%;
  /*display: inline-block;*/
  background-color: #f9ca68;
  vertical-align:top;
/*  position:relative;
  height: 100%; */
  border: 1px solid #F9CA68;
  text-align: center;
  color: #800000;
}
#menu a, #menu a:link, #menu a:visited { color: white; }
#menu ul {
  background-color: #d07000; 
  border: 1px solid white;
  /*display: block;*/
  /*margin-left: auto;
  margin-right: auto;*/
  padding:0px;
  margin: 40px;
  font-weight:bold;
}
#menu ul li { border-top: 1px solid white;}
#menu ul li:first-child { border-top: 0px solid white;}


#content {
  /*width: 78%;
  display: inline-block;*/
  vertical-align:top;
  border-top: 1px solid #FFD991;
  border-right: 1px solid #FFD991;
  border-bottom: 1px solid #FFD991;
  text-align:justify;
  /*position: relative;
  height: 100%;  */
}
#content a, #content a:link, #content a:visited { font-weight:bold; color: #800000; }
#content h3 {
  color: #800000;
  background-color: #fef1c5;
  font-size:16px;
}
#content h3:first-child { margin-top: 0px; }
#content>h3 { padding-left: 20px; }
#content>* { padding-left: 40px; padding-right: 20px;} 
