
html, body{
	padding:0;
	margin:0;
	font:normal 12px "Georgia", Arial, Helvetica, sans-serif; 
  letter-spacing:1px;
	background: #8c1528 url('../images/bgcolor.gif') 0% 0%  repeat-x;
  width:100%;
	}
  h2{
  	font-size:16px
  }
  img{
	border:0px;
	}
  #container{
  margin:0 auto 0 auto;
  text-align:center;
  }
  
  #chef_container{
  position:relative;
  }
  
  #chef{
  top:-76px;
  left:520px;
  height:358px;
  width:352px;
  position:absolute;
  background:url('../images/chef.png');
  }
  
  #top{
  	width:912px;
    height:265px;
    margin:0 auto 0 auto;
  	text-align:center;
    background:url('../images/top.png');
  }
  
  #btm{
  	margin:0 auto 0 auto;
  	text-align:center;
    width:875px;
  	background-color:#420a15;
  }
	
  #btm-left{
  	float:left;
    width:420px;
    border-right:1px solid #fff;
    color:#fff;
    text-align:right;
    padding-right:20px;
    padding-bottom:20px;
  }
  
  #btm-right{
  	float:right;
    width:420px;
    color:#fff;
    text-align:left;
    padding-left:0px;
        padding-bottom:20px;	
  }
  
  #toptext{
  	padding-top:30px;
    padding-left:20px;
  	width:500px;
    text-align:left;
    color:#fff
  }
  
  #clearer{
	clear:both;
	font-size:0; /*ie6 hack*/
	padding:0px;
	margin:0px;
	height:0px;
	}

