/*****************************************************************************
 * Main tags
 ****************************************************************************/

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: 'Cambria', 'Linux Libertine O', 'Liberation Serif', serif;
  font-size: 12pt;
  color: #333;
  padding: 0;
  margin: 0;
  min-width: 600px;
  text-align: center;
}

img {
  border: 0;
}

h1 {
  font-size: 18pt;
  margin-top: 0;
  padding-top: 10px;
  font-style: normal;
  font-weight: normal;
}

h2 {
  font-size: 12pt;  
  margin-top: 20px;
  font-style: normal;
  font-weight: bold;  
}

p, li {
  font-size: 12pt;
  line-height: 150%;
}

p em {
  font-style: italic;
}

a, a:visited {
  color: #333;
}

a img {
  border: none;
}

a:hover {
  color: #b00006;
}

blockquote {
  border-left: 5px solid #ccc;
  margin-left: 1.5em;
  padding-left: 5px;
}

code {
  font-family: 'Nimbus Mono L', 'Liberation Mono', 'Courier New', monospace;
  font-size: 12pt;
}

hr {
  border: 0;
  background-color: #999;
  height: 1px;
}

/*****************************************************************************
 * Id's
 ****************************************************************************/

#main {
  text-align: left;
  border: 0;
  width: 600px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0;
}

#header {
  font-size: 12pt; 
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 15px 10px 5px 20px;
}

#header a {
  color: #333;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#content {
  margin: 10px 20px 20px 20px;
}

/* margin: top right bottom left */
#footer {
  margin: 30px 20px 20px 20px;
  text-align: center;
  color: #999;
}

#footer a {
  color: #999;
}

/*****************************************************************************
 * Classes 
 ****************************************************************************/

/* For image alignment. Taken from 
   http://www.devlounge.net/design/aligning-images-the-right-way-using-css
*/

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left  { float:left; margin: 0 15px 15px 0; }

.license { font-size: 9pt; }
