/* CSS Document */
* {margin:0;
   padding:0px;
   }
   
body{background-color:#666666;
     }   
   
#wrapper {width:778px;
          margin:0 auto;
		  margin-top:10px;
		  margin-bottom:10px;
		  background:#FFF;
		  padding:0px;
		  }   

#Banner {width:auto;
         height:100px;
		 background:url(../Images/bannerbg.jpg) no-repeat;
		 border-bottom:2px solid white;
		 }
		 
#Nav {width:774px;
      height:36px;
	  background:url(../Images/searchbar_bg.jpg) repeat-x;
	  position:relative;
	  border-left:2px solid white;
	  float:left;
	  }
	  
#leftbar {width:205px;
		  border-right:1px solid white;
		  border-left:2px solid white;
		  position:relative;
		  background:url(../Images/leftbar_img.jpg) top no-repeat #FFF;
		  float:left;
		  clear:both;
		  }
		  
#leftbar h1 {height:49px;
			 text-align:center;
			 }
			 
.pic_link {margin:0px;
           padding:0px;
		   border:0px;
		   }
		   			 
.B {z-index:2;
    top:-15px;
	position:relative;
	}			 		  

.email_submit {margin-top:1px;
               position:relative;
			   top:-15px;
               }		 
			    
#rightbar {width:210px;
		   position:relative;
		   margin:0px;
		   padding:0px;
		   float:right;
		   background:#FFF;
		   border-top:2px solid white;
		   border-left:1px solid white;
		   border-right:3px solid white;
		   top:-15px;
		   z-index:500;
		   }
		   
.rightbar_img {padding-bottom:1px;
               text-align:center;
			   padding-left:4px;
			   padding-top:1px;
               }		   
#rightbar p{font-family:Tahoma;
            color:#999999;
			font-size:11px;
			text-align:justify;
			padding:8px;
			}	
			
#rightbar h3 {font-family:Tahoma;
              font-size:12px;
			  color:#0066FF;
			  text-align:center;
			  }				   
		   
#Content {width:354px;
          min-height:550px;
		  position:relative;
		  float:left;
		  margin-left:2px;
		  }		
		  
Content h1 {font-family:Tahoma;
             color:#FF9900;
			 font-size:16px;
			 font-weight:bold;
			 }
			 
.Main p {font-family:Tahoma;
            color:#666666;
			padding:6px;
			font-size:13px;
			text-indent:4px;
			text-align:justify;
			}
			
.Main{height:446px;
      width:354px;
	  background:url(../Images/flashbg.gif) bottom no-repeat;
	  }			
			
						 		     
.Attractions_flash {width:354px;
                    height:240px;
					background:#CCCCCC;
					}
					
#Footer {position:relative;
		 background:#666666 url(../Images/footerbg.jpg) no-repeat;
		 clear:both;
		 width:778px;
		 height:52px;
		 }				 
		 
.leftimg {float:right;
          border:1px solid #000066;
		  margin:1px;
		  }		 