* {
	margin: 0;
	padding: 0;
}


body {
	background: #333 url('../images/pattern.jpg') repeat;
	color: #b9b9b9;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
	font-weight: normal;
}


a {
	color: #53abd5;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 21px;
}

#header_deepbg {
/*	background: #3e0303; */
	background: transparent url('../images/header_deepbg.png') repeat-x; 
	position: absolute;
	width: 100%;
	top: 0px;
	height: 704px;
	z-index: 0;
	left: 0;
}


#content_wrapper {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/******************************************************
*
*						HEADER
*
******************************************************/

#header {
	width: 820px;
	height: 291px;
	background: #333 url('../images/header.jpg') no-repeat;
	position: relative;
	z-index: 2;
}


#header h1.main_title {
	position: relative;
	text-indent: -9999px;
}

#header ul.navmenu {
	padding-right: 22px;
	position: absolute;
	bottom: 10px;
	left: 22px;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#header ul.navmenu li {
	float: left;
	margin-right: 20px;
}

#header ul.navmenu li a {
	float: left;
	color: #FFEECC;
	background-color: #b74b08;
	text-decoration: none;
	padding: 0px 7px;
}

#header ul.navmenu li:hover {
	 
	background: #DD8822 url('../images/nav_left.jpg') no-repeat;
}

#header ul.navmenu li a:hover {
	background: url('../images/nav_right.jpg') no-repeat top right;
}


#header ul.navmenu li.current_page_item {
	float: left;
	margin-right: 20px;
	background: #DD8822 url('../images/nav_left.jpg') no-repeat;
}

#header ul.navmenu li.current_page_item a {
	float: left;
	color: #FFF;
	background: url('../images/nav_right.jpg') no-repeat top right;
	text-decoration: none;
}
/******************************************************
*
*						CONTENT
*
******************************************************/
#content {
	width: 100%;
	height: 1300px;
	background: #ffffff url('../images/content.gif') repeat-y;
	background: #ffffff url('../images/middens12.gif') repeat-y;
	color: #777777;
	font: Normal 12px "Trebuchet MS";
	clear: left;
}

#col_01 {
   margin: 32px 6px 0 32px;
   position: relative;
   width: 454px;
   float: left;
}

#col_02 {
   position: relative;
   float: left;
   padding: 0;
}

#address {
   margin: 36px 6px 0 16px;
   width: 290px;
   height: 105px;
   color: #cc7711;
   text-align: center;
   line-height: 14px;
   font-weight: bold;
}

span.largetext {
  font-size: 20px;
}

#container {
   margin: 0 6px 0 16px;
   width: 290px;
   height: 185px;
   border: solid 3px #999999;
   
}


#cleared {
  width: 100%;
  height: 35px;
  clear: left;
}

h3 { width: 240px;}

/******************************************************
*
*						MENU(S)
*
******************************************************/


#menu {
   position: relative;
   width: 436px;
   background: #efefef;
   background: #ffffff;
   padding: 18px 0 7px 20px;
}

div.dish {width: 370px; float: left; font-size: 14px; font-weight: bold; color: #cc7744;}
div.price {width: 35px; float: left; font-size: 14px;}
div.comment {clear: left; font-style: normal; width: 360px;}
div.section {
  clear: left;
      
  width: 400px;  height: 50px; font-size: 16px; text-align: center; margin: 40px 0 20px 0; color: #884444;
  background :  url('../images/hr.gif') 0 0 no-repeat;
  background-position: center bottom;

  }

hr {

  border : 0;

  height : 15px;
  
  width: 400px;

/*  background :  url('../images/hr.gif') 0 0 no-repeat;

  background-position: center;
  
  margin: 43px 0 40px 0;

}



/******************************************************
*
*						FOOTER
*
******************************************************/

#footer {
	width: 100%;
	background: #FFFFFF url('../images/TAPEO1_footer.gif') no-repeat;
	height: 60px;
}