@font-face {
    font-family: 'BowmanNormal';
    src: url('/fonts/bowman-webfont.eot');
    src: url('/fonts/bowman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bowman-webfont.woff') format('woff'),
         url('/fonts/bowman-webfont.ttf') format('truetype'),
         url('/fonts/bowman-webfont.svg#BowmanNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS Document */

body
{
  font-family: BowmanNormal;
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
  padding: 0px;
}
h2,h3
{
  margin: 1px;
}

a
{
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}

a:hover
{
  border-bottom: 1px solid #000000;
}

#logo
{
  width:50%;
  float: left;
}

#logo img
{
  width: 100%;
  padding-left: 15px;
}

#card
{
  font-size: 1.3em;
  margin-top: 15px;
  margin-right: 15px;
  text-align: right;
  width: 300px;
  float: right;
}

#content
{
  clear: both;
  width: 50%;
  margin: 0px auto;
}

#footer
{
  font-size: 1.3em;
  position: absolute;
  left: 15px;
  bottom: 0px;
}

#footer span
{
  display: block;
}
#footer span:first-letter
{
  font-size: 1.4em;
}
