body {
	margin: 0px;
	padding: 0;
	background: url(/images/bg-body.jpg) #534449 repeat-x left top;
	color: #393222;
	font: normal 0.8em/1.3em Arial, sans-serif;
}
 

h1 {
  font-size: 16px;
  color: #3A332B;
  margin: 7px 0px 6px 0;
	padding: 0;
}

h2 {
  font-size: 12px;
  color: #F7F1D7;
  text-align: right;
  padding: 7px 7px 2px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #8B574C
 
}

a {
	color: #3C3D40
}

 


#main {
	background: url(/images/bg-main.jpg)  no-repeat top;
	width: 798px;
	height:742px;
	margin: 0 auto;
}

#menu {
  position: relative;
	top: 63px;
	left: 179px; 
  width: 529px;
	height:38px;}
	
#menu ul {
  margin: 0;
  padding: 0;
 }
 
#menu li   {
  margin:  0;
  padding: 0;
  display: inline;
 }
 
#menu li a {
  padding: 12px 24px 12px 24px;
  display: inline;
  color: #9A3509;
  background: url(/images/bg-normal.jpg) repeat-x;;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase
   
   
}

#menu li a:hover {
  text-decoration: none;
  background: url(/images/bg-active.jpg) repeat-x;
}
 
#content {
	width: 435px;
	height:343px;
	position: relative;
	top: 272px;
	left: 260px;
  overflow:auto;	 
 
}

#footer {
	width: 460px;
	height:20px;
	position: relative;
	top: 305px;
	left: 235px;
  text-align: right; 
  font-size: 11px
}

.text {
  height: 170px;
  overflow: auto;
  text-align: justify;
 
}

.daily-menu {
  height: 170px; width: 435px;
  background:   #771603;
  color: white;
  overflow: auto;
}

.daily-menu p {
  margin-left: 10px;
}

 


.arrows {
  color: #908B8A;
  font-size: 10px;
  font-family: Tahoma
} 
  

 

