/*
 *  beau.css
 *
 *  $Revision: 1.3 $
 *
 */

/* HTML tag defaults and exceptions */

body {
  margin: 0;
  padding: 3% 3% 5% 3%;
  color: #000000;
  background: #eeeeee none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

p {
  margin: .7em 0 0 0;
  padding: 0 0 0 0;
}

a {
  text-decoration: underline;
}

a:link {
  color: #66f;
}

a:active {
  color: #99f;
}

a:visited {
  color: #33f;
}

/* General Blocks */

.wrapper {
  float: left;
  width: 640;
  padding: 5px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  color: #000000;
  background-color: #ffffff;
  margin: 5px 0 5px 0;
}

.page-title {
  font-weight: bold;
  font-size: 1.4em;
  margin: .25em 0 .25em 0;
}

.section {
  font-size: 1em;
  margin: 2em 0 2em 0;
}

.subsection {
  font-size: 1em;
  margin: .7em 0 .7em 0;
}

.filler {
  font-size: 1em;
  margin: 5em 0 5em 0;
}

/* General Inlines */

.email {
  font-style: italic;
}

.nav {
  text-transform: uppercase;
  font-weight: bold;
}

.title {
  text-transform: uppercase;
  font-weight: bold;
}
