﻿/*
   

   North Huron Professional Layout Styles
   Author: Paul Adams
   Date:   February 14, 2012

   Filename: nhpb_layout.css;
   Supporting Files: none

*/

/* Layout styles */


body 
{
  margin: 0px auto; /* First value is top & bottom; second value is width: auto centers */
  padding: 0px;
  width: 98%;
  max-width: 800px;
  min-width: 250px;
}

header, footer 
{
  margin: 0px auto;
}


section 
{
 
  width:800px;
  float:left;
}

section img 
{
  float:  right;
  margin: 15px;
}

address 
{
  clear: both;
  width: 100%;
}