/* CSS Document */

/************************ BEGIN ABOUT CONTENT ************************/

#about {
  width:980px;
  font-size:14px;
  color:#716d6e;
}

#about a:link { color:#84672F; text-decoration:none; }
#about a:visited { color:#84672F; text-decoration:none; }
#about a:hover { color:#BEB096; text-decoration:none; }
#about a:active { color:#84672F; text-decoration:none; }

#about .about_title {
  background:transparent url(../images/img_about_title_partners.gif) no-repeat scroll 260px 30px;
  width:800px;
  height:60px;
}

#about .about_content {
  width:800px;
  min-height:350px;
  padding:40px 0 0 20px;
}

#about .about_us,
#about .about_chef,
#about .about_general_manager {
  background:#999999 url(../images/img_about_us.jpg) no-repeat scroll center center;
  width:202px;
  height:273px;
  float:left;
  margin:0 20px 20px 0;
}

#about .about_general_manager {
  background:#999999 url(../images/img_about_chad.jpg) no-repeat scroll center center;
}

#about .about_chef {
  background:#999999 url(../images/img_about_matthew.jpg) no-repeat scroll center center;
}

#about p.about_blurb_name {
  font-size:16px;
  margin:0;
  color:#444444;
}

#about p.about_blurb_title {
  margin:0;
  color:#716d6e;
}

#about .about_blurb {
  width:480px;
  padding:0 10px 10px 20px;
  font-size:16px;
  vertical-align:top;
  line-height:22px;
  float:left;
}

#about .about_gm_blurb,
#about .about_chef_blurb {
  width:480px;
  padding:0 0 0 20px;
  line-height:20px;
  float:left;
}

#gm_more,
#ec_more {
  display:none;
}

/************************ END ABOUT CONTENT ************************/
