/*
3 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: 95%;
  min-width: 650px;  
  margin: 0 auto;
  text-align: left;
}

#branding {
  height: 100px;
}

#content {
  width: 75%;
  float: right;
}

#mainContent {
  width: 68%;
  float: left;
}

#secondaryContent {
  width: 31%;
  float: right;
}

#tertiaryContent {
  width: 23%;
  float: left;
}

#footer {
  clear: both;
}


