/* +++++++++++++++++++++++++
	  Center Fixed Layout 
   +++++++++++++++++++++++++ */
body {
	text-align: center;
	min-width: 944px;
	background: #F6F5E3 url(../images/layout/background-pattern.png) repeat-x;
}
#wrapper {
  width: 904px; 
  margin: 0 auto; 
  text-align: left;
  padding: 6em 0 2em 0;
}
#content { 
  width: 709px;
  float: right; 
}
#sub-nav { 
  width: 175px; 
  float: left; 
} 
#clear-inner-wrapper { 
  clear: both; 
} 
/* +++++++++++++++++++++++++
    End Center Fixed Layout 
   +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++
	  Floats and Clearing
   +++++++++++++++++++++++++ */
.clear {
	clear:both;
}
/* +++++++++++++++++++++++++
	End Floats and Clearing
   +++++++++++++++++++++++++ */
