body {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF; 
  font-family: Arial, Helvetica, sans-serif;
  background: url(/img/201003/blueline.gif) repeat;
}
img {
 border: none;
}
#wrapper {
  margin: 0 auto;
  width: 741px;
  background: url(/img/201003/body2.gif) repeat-y top left;
}
#inner  {
  margin: 0  auto;
  width: 739px;
}

/* -------------------- header part ----------------------------- */
#header  {
   background: url(/img/201004/header_blue.jpg) no-repeat top left;
   width: 739px;
   height: 74px;
   text-align: center;
   position: relative;
}
#header_contact {
  position: absolute;
  top:54px;
  left:150px;
  color: white;
  font-size: 0.7em;
}
#header_photo  {
   width: 739px;
   height: 168px;
}

/* -------------------------- content part ------------------------------ */
#content {
  margin-top: 0.5em;
}
#content h1.title {
  /* margin: [top] [right] [bottom] [left] */
  margin: 1.5em 1em 0 2em;
  border-bottom: thin black solid;
  font-weight: bold;
  padding-left: 0.5em;
  font-size: large;
}
#content h1.title a {
  color: black;
  text-decoration: none;
}
#content h1.title a:hover {
  background-color: yellow;
}
#content h1.title a:visited {
  color: black;
  text-decoration: none;
}
#content div.title_position {
  margin: 1.5em 1em 0 2em;
}
#content div.description {
  /* margin: [top] [right] [bottom] [left] */
  margin: 1em 2em 1em 4em;
}
#content div.description td{
  vertical-align: top;
}
#content div.description td.arrow{
  vertical-align: bottom;
}
#content sup.red{
  color: Red;
}
#content span.red{
  color: Red;
}
#content p.tabletitle{
  font-style: italic;
  text-decoration: underline;
}
#content div.message{
  font-size: small;
  margin-bottom: 10px;
}
#content div.slide {
  text-align: center;
  margin-bottom: 1em;
}
