body { margin:0; padding:0; }
#page { position:relative; width: 880px; margin: 0 auto; }
#header { position: relative; height: 153px; }
#footer { position: relative; left: 20px; width: 840px; padding:12px 0pt 16px; }

#wholefoodsLink {
	position: absolute; left: 600px; top: 5px;	
	display: block; width: 200px; height: 55px;
}
#homeLink {
	position: absolute; left: 16px; bottom: 15px;	
	display: block; width: 68px; height: 30px;	
}
#whyLink {
	position: absolute; left: 80px; bottom: 15px;
	display: block; width: 166px; height: 35px;
}
#weLink {
	position: absolute; left: 255px; bottom: 22px;
	display: block; width: 188px; height: 40px;
}
#buzzLink {
	position: absolute; left: 450px; bottom: 47px;
	display: block; width: 135px; height: 35px;
}
#blogLink {
	position: absolute; left: 605px; bottom: 58px;
	display: block; width: 135px; height: 34px;
}
#contactLink {
	position: absolute; left: 746px; bottom: 59px;
	display: block; width: 114px; height: 31px;
}

/*  2-Col Layout */
body {
  min-width: 400px;      /* 2x LC width + RC width */
}
#container {
  padding-bottom: 60px;
}
#container .column {
  float: left;
  margin-bottom: 60px;
}
#center {
  width: 570px;
}
#left {
  width: 240px;        /* LC fullwidth - padding */
  padding: 0 30px 0 20px;
  right: 290px;        /* LC fullwidth */
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 120px;           /* RC width */
}

