/* basic elements */

body, p {
  color: black;
  background-color: white;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  min-width: 41em;
}

/* == links =================================== */

a:link, a:visited: { 
  text-decoration: underline; 
}

a:hover, a:active { 
  text-decoration: underline; 
}

/* == header ================================== */

#head {
  width: 100%;
  background: url(/img/ixohd_bg_t.gif) repeat-x top left;
}

#head #logo {
  float: right;
  height: 80px;
  width: 204px;
  font-size: 24px;
  white-space: nowrap;
  background: url(/img/ixohd_r.gif) no-repeat top right;
}

#head h1 {
  height: 40px;
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  background: url(/img/ixohd_bg_t.gif) repeat-x top left;
}

#head ul {
  height: 40px;
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: inline;
  text-align: left;
  vertical-align: center;
  background: lightred;
}

#head ul li {
  display: inline;
}

#head ul #sep {
  display: inline;
}


/* == remainder =============================== */

#address {
  margin: 5pt;
  padding: 5pt;
  background: #e8e8e8;
  border: groove 1px black;
  clear: both;
  float: right;
  text-align: right;
}

#address #name {
  font-size:133%;
}

/* == remainder =============================== */

#article {
  margin: 10pt;
  padding: 5pt;
  text-align: left;
  background: white;
}

#article h2 {
  font-size: 140%;
  font-weight: normal;
}
  
#article h3 {
  font-size: 110%;
  font-weight: normal;
}
 

