/*
html {
  background-color: #fff;
  background: url(header.gif) left top;
}
*/

body {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
/*  padding: 3px; */
  border: 1px solid #000;
  background-color: #ccc;
}

div#content {
  background-color: #fff;
  margin-top: 12px;
  font-family: 'Century Gothic';
  font-size: 10pt;
  position: relative;
  width: 460px;
  left: 160px;
  padding: 3px;
  padding-left: 5px;
/*  border: 1px solid #fc9; */
  border-right: 0px;
}

/*
h1 {
  text-align: center;
}
*/

h2 {
  margin: 0px;
}

h3 {
  margin: 0px;
}

table {
  margin: auto;
  width: 100%;
}

a {
  text-decoration: none;
  color: #F30;
}

a:visited {
  color: #F30;
}

a:hover {
  color: #FF9E3F;
  text-decoration: underline;
}

img {
  border: 0px;
}

div.body {
  margin: .5em 0em 2em 1em;
  background-color: #fff;
}

div.body ul {
  margin: 0px;
  margin-left: 1em;
  padding: 0px;
}


/* === Header === */

div#header {
  background-color: #fff;
  /*height: 25px;
  background-color: #5E2612;*/
}


/* === Navigation === */

div#main {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-color: #fff;
}

div#navigation {
  position: absolute;
  margin-top: 0px;
  font-family:  'Century Gothic';
  font-size: 9pt;
  text-align: center;
  width: 140px;
  margin-bottom: auto;
}

/*
div#navigation ul {
  list-style: none;
  margin: 2px;
  padding: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
}

div#navigation li {
  padding: 2px;
  margin-bottom: 10px;
}

div#navigation li:hover {
  text-decoration: none;
}

div#navigation a:hover {
  text-decoration: none;
}

div#navigation a {
  color: #fff;
  text-decoration: none;
}

div#header a:visited, div#header a:hover {
  color: #eee;
}
*/

/* === Footer === */

div#footer {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}

div#footer address {
  margin: 9px;
  font-size: 9pt;
}

div#footer div#copyright {
  font-size: 9pt;
}

