body
{
  font-family:  "Arial", helvetica, sans-serif;
  font-size: 76%;         /* as always, for ems sizing */
  text-align: center;     /* for IE6, central alignment of contained divs */
  color: #818181;         /* gray */
  background-color: white;
}

.container
{
  width: 705px;
  text-align: left;
  background: url("Kixis_header.gif") transparent no-repeat 0 0;
  margin: 1% auto 0 auto;
}

img
{
  border: none;
}

p,h1,h2,h3,h4,ul{ margin: 20px 140px; }

h1,h2,h3,h4
{
  text-align: center;
}

h1{font-size: 2em;}
h2{font-size: 1.5em;}
h3{font-size: 2em;}

p,li{font-size: 1.2em;}

li{margin-left: 20px;}

a
{
  color: #8b4513;
}

span{ font-size: 0.9em; font-weight: normal;}

.latitude
{
  border-top: 1px solid gray;
  text-align: right;
  margin-top: 55px;
  color: gray;
  text-decoration: none;
}


