body{
	text-align:center;
	margin:auto;
	background-color:#ddcfb5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#69574b;
}

a{
   color:#0000FF;
   text-decoration:underline;
} 

h1{
	 font-size:18px;
	 text-align:center;
}

#search_bar{
	        width:980px;
			height:35px;
			background-color:#ccbd9e;
			background-image:url(images/bg-searchbar.jpg);
			color:#69574b;
}

#search_bar_left{
	             float:left;
				 margin-left:30px;
				 position:absolute;
                 margin-top:7px;
}

#search_bar_right{
	             float:right;
				 margin-right:30px;
				 position:relative;
                 margin-top:7px;
}

#main{ 
       margin:auto;
	   width:980px;
	   height:auto;
	   background-color:#c7b899;
}

#menu{
	  width:980px;
	  height:198px;
}

#header{
	    width:980px;
		height:389px;
}

#bg-contents{
	          width:980px;
			  height:743px;
			  background-image:url(images/bg-contents.jpg);
}

#contents_main{
	      width:900px;
		  height:auto;
		  margin:auto;
		  background-color:#FFFFFF;
}

#contents{
	           width:850px;
			   height:auto;
			   margin:auto;
}

#contents-left{
	            width:275px;
				height:auto;
				float:left;
}

#contents-right{
	            width:550px;
				height:auto;
				float:left;
				margin-left:20px;
				margin-top:20px;
				text-align:left;
}

#reservations{
	          width:275px;
			  height:auto;
			  background-color:#554339;
			  margin-top:20px;
			  text-align:left;
			  
}

#newsletter{
	        width:275px;
			height:130px;;
			border:solid 1px #d9d9d9;
			margin-top:20px;
			text-align:left;
}

#newsletter-center{
	                margin:auto;
					margin-top:20px;
					width:240px;
					height:auto;
}

.spacer{
	    clear:both;
}



#footer{
	    font-color:12px;
	    margin:auto;
		margin-top:10px;
	    width:900px;
		height:auto;
		text-align:left;
}

input.search{
	         background-color:#c2b291; 
			 border-top:solid 1px #b0a07c; 
			 border-left:solid 1px #b0a07c; 
			 border-right:solid 1px #e3d7bd; 
			 border-bottom:solid 1px #e3d7bd; 
			 width:150px; 
			 height:15px; 
			 color:#69574b; 
			 vertical-align:middle;
	}
	
input.reservations{
	         background-color:#45372e; 
			 border-top:solid 1px #362c23; 
			 border-left:solid 1px #362c23; 
			 border-right:solid 1px #5f4d41; 
			 border-bottom:solid 1px #5f4d41; 
			 width:230px; 
			 height:15px; 
			 color:#c2ab9b; 
			 vertical-align:middle;
			 
	}
	
input.reservations2 {
	                 background-color:#45372e; 
					 border-top:solid 1px #362c23; 
					 border-left:solid 1px #362c23; 
					 border-right:solid 1px #5f4d41;  
					 border-bottom:solid 1px #5f4d41; 
					 color:#c2ab9b;
}
