#left_column {
  width: 140px;
  float: left;
  }

#middle_column {
  margin: 0 140px 0 140px;
  padding: 0 10px 0 10px;
  }

#right_column {
  float:right;
  width: 140px;
  }

#quote_box {
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 200px;
  padding: 4px;
  margin: 4px 0 4px 4px;
  background: transparent url('/images/quote.gif') no-repeat;
  font-size: 16px;
  color: #900;
  }

#quote_box p.quote {
  font-style: italic;
  margin: 0;
  }

#quote_box p.author {
  font-style: normal;
  text-align: right;
  margin: 0;
  }

#food_rollover a {
  display:block;
  height: 140px;
  width: 140px;
  margin: 5px 0 5px 0;
  border: 1px solid #000;
  text-decoration: none;
  background: transparent url('/images/rollovers/food_for_thought.jpg') 0 0 no-repeat;
  }

#food_rollover a:hover {
  background: transparent url('/images/rollovers/food_for_thought.jpg') -140px 0 no-repeat;
  }

#support_rollover a {
  display:block;
  height: 140px;
  width: 140px;
  margin: 5px 0 5px 0;
  border: 1px solid #000;
  text-decoration: none;
  background: transparent url('/images/rollovers/support.jpg') 0 0 no-repeat;
  }

#support_rollover a:hover {
  background: transparent url('/images/rollovers/support.jpg') -140px 0 no-repeat;
  }

#news_rollover a {
  display:block;
  height: 140px;
  width: 140px;
  margin: 5px 0 5px 0;
  border: 1px solid #000;
  text-decoration: none;
  background: transparent url('/images/rollovers/news.jpg') 0 0 no-repeat;
  }

#news_rollover a:hover {
  background: transparent url('/images/rollovers/news.jpg') -140px 0 no-repeat;
  }

#forum_rollover a {
  display:block;
  height: 140px;
  width: 140px;
  margin: 5px 0 5px 0;
  border: 1px solid #000;
  text-decoration: none;
  background: transparent url('/images/rollovers/forum.jpg') 0 0 no-repeat;
  }

#forum_rollover a:hover {
  background: transparent url('/images/rollovers/forum.jpg') -140px 0 no-repeat;
  }

#blog_rollover a {
  display:block;
  height: 140px;
  width: 140px;
  margin: 5px 0 5px 0;
  border: 1px solid #000;
  text-decoration: none;
  background: transparent url('/images/rollovers/blog.jpg') 0 0 no-repeat;
  }

#blog_rollover a:hover {
  background: transparent url('/images/rollovers/blog.jpg') -140px 0 no-repeat;
  }

#links_rollover a {
  display:block;
  height: 140px;
  width: 140px;
  margin: 5px 0 5px 0;
  border: 1px solid #000;
  text-decoration: none;
  background: transparent url('/images/rollovers/links.jpg') 0 0 no-repeat;
  }

#links_rollover a:hover {
  background: transparent url('/images/rollovers/links.jpg') -140px 0 no-repeat;
  }

#contact_rollover a {
  display:block;
  height: 140px;
  width: 140px;
  margin: 5px 0 5px 0;
  border: 1px solid #000;
  text-decoration: none;
  background: transparent url('/images/rollovers/contact.jpg') 0 0 no-repeat;
  }

#contact_rollover a:hover {
  background: transparent url('/images/rollovers/contact.jpg') -140px 0 no-repeat;
  }

#faq_rollover a {
  display:block;
  height: 140px;
  width: 140px;
  margin: 5px 0 5px 0;
  border: 1px solid #000;
  text-decoration: none;
  background: transparent url('/images/rollovers/faq.jpg') 0 0 no-repeat;
  }

#faq_rollover a:hover {
  background: transparent url('/images/rollovers/faq.jpg') -140px 0 no-repeat;
  }