@charset "UTF-8";
/*------------------------------------------------------------------------------
 *  override style's
 *----------------------------------------------------------------------------*/
body{
  background:#000000 url(img/header_bg.gif) repeat-x;
  }

#containerOut { background: url(../img/bg_containerout_cheese01.gif) repeat-x left bottom; }

.overlay{
  background:url(img/logo.gif) no-repeat;
  }
#footer{
  background:url(img/footer_bg.gif) repeat-x;
  }
address{
  color:#231815;
  }

/*-- roll over */
.double{
  background: url(img/menu_bg.gif) no-repeat 0px 0px;
  }
.baked{
  background: url(img/menu_bg.gif) no-repeat 0px -85px;
  }
.blankTow{
  background: url(img/menu_bg.gif) no-repeat 0px -169px;
  }
.blankThr{
  background: url(img/menu_bg.gif) no-repeat 0px -254px;
  }
/*-- End roll over */


/*-- epexegesis background color */
#epexegesis.doubleCheeseCake{
	line-height:1.5;
	background:#878787;
	color:#FFFFFF;
	height: 380px;
	width: 240px;
	padding: 0px;
  }
#epexegesis.bakedCheeseCake{
	line-height:1.5;
	color:#FFFFFF;
	background:#624839;
	width: 240px;
	height: 370px;
	padding: 10px 0px 0px;
  }
/*-- End epexegesis background color */
#container {
	width: 740px;
}

