html {
  min-height: 100%;
  height:100%;
}

body
{
  margin: 0;
  padding: 0;
  background-color: #FFEFCF;
  min-height: 100%;
  height:100%;
}

div.top
{
  margin-left: auto ;
  margin-right: auto ;
  width: 800px;
  height: 124px;
  background-color: #D3272C;
}

div.main
{
  margin-left:auto ;
  margin-right:auto ;
  width:800px;
  background-image:url('images/left_background.png');
  background-repeat:repeat-y;
  min-height:100%;
  height:100%;
}

div.heading_text_h1
{
  position: relative;
  font: 12px trebuchet ms;
  color: #000000;
  left: 60px;
  width: 550px; 
}

div.heading_text_h2
{
  position: relative;
  font: 12px trebuchet ms;
  color: #000000;
  left: 70px;
  width: 550px; 
}

div.text_h1
{
  position: relative;
  font: bold italic 24px trebuchet ms;
  color: #0574BC;
  left: 60px;
  padding: 10px;
}

div.text_h2
{
  position: relative;
  font: italic 18px trebuchet ms;
  color: #D3272C;
  left: 60px;
}

div.text_h3
{
  position: relative;
  font: italic 14px trebuchet ms;
  color: #D3272C;
  left: 60px;
}

div.about_h1
{
  position: relative;
  font: bold 14px trebuchet ms;
  color: #000000;
  left: 60px;
  padding: 10px;
  width: 525px; 
}

div.site_text_h1
{
  float: left;
  position: relative;
  font: 12px trebuchet ms;
  color: #000000;
  left: 60px;
  width: 440px; 
}

div.site_text_h2
{
  position: relative;
  font: italic 18px trebuchet ms;
  color: #D3272C;
  padding: 10px;
}

span.about_text_h1
{
  position: relative;
  font: 12px trebuchet ms;
  color: #000000;
}

div.callus
{
  font: bold 24px trebuchet ms;
  color: #D3272C;
}

div.navigation
{
  position: relative;
  float: right;
  width: 161px;
  min-height: 100%;
  height:100%;
  background-color: #0574BC;
  padding: 10px;
}

div.bottom
{
  clear: both;
  position:relative;
  margin-left: auto ;
  margin-right: auto ;
  width: 800px;
  height: 60px;
  background-color: #D3272C;
  color: #FFFFFF;
  text-decoration: none;
  font: 20px trebuchet ms;
}

div.copyright
{
  color: #000000;
  text-decoration: none;
  font: 10px trebuchet ms;
  padding: 10px;
}

img.leaf
{
  position:relative;
  float: right;
}

img.left_header
{
  position:relative;
  float: left;
}

img.guardian
{
  position:relative;
  left:10px;
}

img.people
{
  position:relative;
  float: left;
  top: 7px;
  left:45px;
  width: 112px
}

img.left_bottom_header
{
  height: 60px;
  vertical-align: middle;
}

img
{
  border: 0;
}

a:link, a:visited, a:active
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.page:link, a.page:visited, a.page:active
{
  color: #D3272C;
  font-weight: bold;
  text-decoration: none;
}

a.navigation:link, a.navigation:visited, a.navigation:active
{
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  font: bold 18px trebuchet ms;
}

a.email:link, a.email:visited, a.email:active
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font: italic 20px trebuchet ms;
}

a.marketing_email:link, a.marketing_email:visited, a.marketing_email:active
{
  color: #D3272C;
  font-weight: bold;
  text-decoration: none;
  font: italic 12px trebuchet ms;
}
