  * {
    margin: 0;
    padding: 0;
  }
  html {
    width: 100%;
    height: 100%;
  }
  body {
/*	font: 62.5%/1.4 'Lucida Grande', Verdana, sans-serif; /**/
	font: 8px 'Lucida Grande', Verdana, sans-serif;
/*  background-color: #2E2E2E; /**/
    background-color: rgb(242, 242, 242);
    color: #666;
    padding-top: 100px;
    text-align: center;
  }
  p {
	font-size: 1.2em;
	line-height: 1.5em;
    margin: 10px 0 10px 0;
  }

  h1, h2, h3 {
	margin-bottom: 1.0em;
	text-shadow: 0 0 0 #000;
  }
  h2 {
    font: 2.2em "Helvetica Neue", Helvetica, Arial;
  }
  h3 {
    font-size: 1.3em;
  }
  a, u {
    color: #32597A;/*#4682BA;/*#525B9E;/**/
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }


  .white {
    background-color: rgb(255, 255, 255);
  }
  .stripe {
   /* background: rgb(255, 255, 255) url('../images/stripe.gif') repeat-x; /* maybe */
  }
  .container {
    display: table;
    width: 840px;
    margin: 0 auto 0 auto;
    text-align: left;
  }
  .wrapper {
  }
  #header {
    position: relative;
    height: 180px;
  }
  #header #logotype {
    position: absolute;
    left: 10px;
    top: 52px;
    width: 140px;
    height: 34px;
  }
  #header #logotype img {
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #header #logotype span {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    font-size: 10px;
  }
  #header #moto {
    position: absolute;
    right: 10px;
    _right: 30px;
    top: 20px;
    width: 400px;
    color: #9A826D;
  }
  #header #moto p {
    font: 2.6em "Helvetica Neue", Helvetica, Arial;
    line-height: 26px;
  }
  .column {
    width: 190px;
    _width: 200px;
    float: left;
    padding: 10px;
  }
  #links {
    height: 200px;
  }
  #copyright {
    width: 840px;
    xposition: absolute;
    xbottom: 20px;
    margin: 100px 0 0 0;
  }
  #copyright p {
    font-size: 9px;
    color: silver;
  }
  #copyright p span {
    margin: 0 15px 0 0;
  }
  #copyright p a {
    margin: 0 15px 0 0;
    color: gray;
    white-space: nowrap;
  }

