@charset "utf-8";

body {
  margin: 0;
  min-width: 800px;
  min-height: 100px;
  font-size: 100.01%;
  font-family: verdana, arial, sans-serif;
  padding: 1%;
}
.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
a { color: #0B4D8C; text-decoration: underline; }
a:visited { color: black; }

h1, h2, h3, h4, h5, h6 {
  font-family: verdana, arial, sans-serif;
  color: #010281;
}
h1 {
  font-size: 26px;
  font-weight: bold;
  padding: 10px 0 15px 5px;
  margin: 0;
  border-bottom: 1px dashed #010281;
}
h2 { 
  font-size: 18px;
  font-weight: normal;
}
h3, h4 { 
  font-size: 14px;
}

img {
  border: solid 1px #aaaaaa;
  padding: 1px;
  max-width: 95%;
}
.fleft {
  float: left;
  margin: 0 10px 1px 0;
}
.fright {
  float: right;
  margin: 0 0 1px 10px;
  padding: 1px;
}

/* different backgrounds */
.brown_background { background-image: url(../img/background/brown_background.jpg); background-repeat:repeat;}
.bubble_background { background-image: url(../img/background/bubble2_background.jpg); background-repeat:repeat;}
.metal_background { background-image: url(../img/background/metal_background.gif); background-repeat:repeat;}
.metal2_background { background-image: url(../img/background/metal2_background.jpg); background-repeat:repeat;}
.paper_background { background-image: url(../img/background/paper_background.jpg); background-repeat:repeat;}
.paper2_background { background-image: url(../img/background/paper2_background.jpg); background-repeat:repeat;}
.paper3_background { background-image: url(../img/background/paper3_background.jpg); background-repeat:repeat;}
.stone_background { background-image: url(../img/background/stone_background.jpg); background-repeat:repeat;}
.stone2_background { background-image: url(../img/background/stone2_background.jpg); background-repeat:repeat;}
.water_background { background-image: url(../img/background/water_background.jpg); background-repeat:repeat;}

/* page layout */
#page {
  font-size: 12px;
  max-width: 900px;
  margin: auto;
}

/* different text color for main content */
/* .text_white { color: white; } */
.text_black { color: black; }

/* definition of header */
#header {
  background: url(../img/decoration/zebra.jpg) 0 0 no-repeat white;
  height: 80px;
  padding: 0 20px;
  text-align: right;
  font-size: 60px;
  overflow: hidden;
  letter-spacing: -3px;
  margin: 0;
}
#header a {
  color: black;
  text-decoration: none;
}
#header a span {
  color: red;
  padding-right: 1px;
  font-weight: bold;
}


/* definition of subnavigation */
#info {
  width: 26%;
  min-width: 30px;
  float: right;
  padding: 20px 0 1px 1%;
  margin: 1px 1% 0 1%;
  border-left: 1px dotted #010281;
  font-size: 10px;
}
#info dt {
  font-size: 11px;
  font-weight: bold; 
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 10px;
  padding: 5px;
  border-top: 1px dotted #010281;
}
#info .dt_title {
  font-size: 20px;
}

#info dd {
  padding: 0;
  margin: 5px 0;
}

/* definition of main */
#main {
  padding: 0 10px 0 10px;
  line-height: 18px;
}
#main_info {
  padding: 0 31% 0 10px;
  line-height: 18px;
}
#main_left {
  float: left;
  width: 48%;
  padding: 0 0 0 10px;
  line-height: 18px;
}
#main_right {
  float: right;
  width: 48%;
  padding: 0 10px 0 0;
  line-height: 18px;
}
#footer {
  clear: both;
  padding: 0 20px;
}