/* CSS Document */

body {background-image:url(../images/bgMain.gif);}
#Wrapper {width:770px;
          height:auto;
		  border:1px solid black;
		  margin:0 auto 0 auto;
		  padding:0px;
		  }
		  
#Header {width:770px;
         height:36px;
		 background:url(../images/Headerbg.jpg);
		 border:none;
		 padding:0px;
		 margin:0px;
		 }
		 
#Main {width:770px;
	   margin:0px;
	   padding:0px;
	   }		 		
	   
#Navigation {width:770px;
             height:40px;
			 margin:0px;
			 padding:0px;
			 background:url(../images/Navigation_bg.jpg);
			 }
			 
#Content {width:770px;
          height:auto;
		  background:#e2e2e2;
		  position:relative;
		  float:left;
		  }
#HPContent {width:551px;
          height:227px;
		  background:#e2e2e2;
		  position:relative;
		  float:left;
		  }
		  
#Location {position:relative;
           float:right;
		   width:208px;
		   vertical-align:top;
		   top:0px;
		   z-index:2;
		   margin-top:10px;
		   left:10px;
		   }		  
		  
#Reservations {width:219px;
               height:227px;
			   background:url(../images/ReserveBg.jpg);
			   background-repeat:no-repeat;
			   float:right;
			   position:relative;
			   right:0px;
			   margin:0px;
			   padding:0px;
			   vertical-align:top;
				}
				
#Footer {width:770px;
         height:41px;
		 background-image:url(../images/footerBg.jpg);
		 position:relative;
		 float:left;
		 clear:both;
		 z-index:1;
		 }		
#leftCol {width:531px;
          height:auto;
		  position:relative;
		  float:left;
		  margin-left:10px;
		  padding:0px;
		  }
		  
#rigthCol {width:219px;
           height:auto;
		   position:relative;
		   background:url(../images/ReserveBg.jpg) no-repeat;
		   float:right;
		   margin:0px;
		   padding:0px;
		   }
		   		  
.nav:hover {background:url(../images/NavOvrBg.jpg);
            }
			
#Lable {height:23px;
        width:100%;
		background-image:url(../images/LableBg.jpg);
		margin:0px;
		padding:0px;
		}
		
#List {width:531px;
       height:141px;
	   background:url(../images/DivBg.jpg);
	   background-repeat:no-repeat;
	   margin-bottom:4px;
	   padding:0px;
	   }	
	   
.style2 {
	font-family: Tahoma;
	font-size:9px;
	color: #FFFFFF;
}
.style1 {font-size: 10px;
         font-family:Tahoma;
		 color:#000066;}
.style3 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #000066;
}

.lableimg {margin:0px;
           padding:0px;
		   }	   
		   
.listimg {margin:0px;
          padding:0px;
		  border:1px solid #FF3300;
		  }		   	
		  
		   
.bookimg {margin:2px;
          padding:0px;
		  border:1px solid #FF3300;
		  }			  
p {font-family:Tahoma;
   color:#000066;
   font-size:12px;
   padding-top:1px;
   padding-bottom:10px;
   }		  
   
ul {list-style:none;
    display:block;
	}   