/*
2 column layout style sheet - Top Navigation version

version:    1.1
author:     Gary Pritchard
email:      info@garypritchard.co.uk
web site:   www.garypritchard.co.uk

================================================================== */
body {
  text-align: center;
}

#wrapper {
  width: 72em;
  max-width: 95%;
  min-width: 700px;  
  margin: 0 auto;
  text-align: left;
  background-position: 50% 200px ;
}

#branding {
  /*height: 125px;*/
  height: 220px;
}

#content {
  width: 53em;
  max-width: 75%;
  float: left;
}

#mainContent {
  width: 53em;
  max-width: 100%;
  float: left;
}

#tertiaryContent {
  width: 18em;
  max-width: 23%;
  float: right;
}

#footer {
  clear: both;
}

