/* block elements */

body {
  background: #ffffff url(images/bg_big.gif) center center fixed no-repeat;
  font: 100%/150% calibri, sans-serif;
  margin: 1% 5%;
  padding: 0;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: cambria, serif;
  font-weight: normal;
  line-height: 125%;
  margin: 0 0 .5em;
}

h1 {
  font-size: 300%;
}

h2 {
  font-size: 175%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 125%;
}

p, table {
  margin: 0 0 1em;
}

ul {
  margin: 0 0 1em 2em;
  padding: 0;
}

ul ul {
  margin-bottom: 0;
}

dt {
  font-size: 125%;
}

dd {
  margin: 0 0 .5em 2em;
}

hr {
  clear: right;
}

blockquote {
  font-style: italic;
}

/* inline elements */

a:link, a:visited {
  background: transparent none;
  color: #000066;
}

a:visited {
  font-style: italic;
}

a:hover, a:active, #current {
  background: #e77363 none;
  color: #000000;
}

a img {
  display: block;
  border: none;
}

kbd {
  white-space: nowrap;
}

sub, sup {
  font-size: 60%;
}

td {
  padding: 0 .25em;
  text-align: right;
}

/* id selectors */

#navi {
  float: left;
  width: 347px;
}

#navi ul {
  margin: 1em 0;
  line-height: 200%;
  list-style-type: none;
}

#navi ul li a {
  display: block;
  padding-left: 5px;
}

#navi ul ul {
  margin: 0 0 0 2em;
}

#current {
  font-size: 125%;
}

#main {
  margin-left: 367px;
}

#footer {
  background: #e77363 none;
  border: 1px solid #000000;
  clear: both;
  font-size: 80%;
  color: #000000;
  text-align: center;
}

#footer p {
  margin: 0;
}

#validation {
  display: none;
}

/* class selectors */

.center {
  text-align: center;
}

.date {
  float: right;
  font-style: italic;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

img.float-r {
  margin-left: .5em;
}

.new {
  border: 5px dotted #e77363;
  padding: 5px;
}

.newline {
  clear: right;
}

.boxed {
  border: 1px solid #e77363;
  padding: 5px;
}

.founder {
  width: 48%;
  min-width: 160px;
}