﻿html,body {
  height: 90.5%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../images/bg/light_body.gif) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  color: #555;
}

/************************************
***         Header                ***
*************************************/ 
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
}

h2 {
  font-size: 1.5em;
  color: #009d9d ;
  text-align: left;
}

h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #5D6F73;
  text-align: left;
}

h4 {
  font-size: 0.85em;
  text-align: left;
}

h5 {
  font-size: 0.8em;
}