@charset "UTF-8";
/* CSS Document */

*{  
   margin:0;  
   padding:0;  
}  

body {background-image:url(images/bg.png);text-align:center; /*For IE6 Shenanigans*/padding-top:30px;padding-bottom:30px;}

    #wrapper{  
       width:960px;  
       margin:0 auto;  
       text-align:left;  
    }  

#header {width:960px; height:339px; float:left;text-align:center;}

#logo {width:430px;height:339px;background-image:url(images/logo.png);margin:0 auto;}

#content {width:960px;height:auto;float:left;}

#navContainer {text-align:center;width:960px;height:auto;}

#nav {height:auto;width:830px;text-align:center;margin:0 auto;}

#socialstuff {width:160px;float:left}

#footer {width:960px;height:auto;height:100px;float:left;}

#text {float:right;padding-top:15px;}

.booking {font-family:Goudy Old Style, Georgia, Times New Roman, serif; font-size: 40px;}

a {border:0;color:#d6ca82;text-decoration:none;}

a:hover {text-decoration:underline;}

#fb a{float:left; border:0;opacity:.8;}
#fb a:hover{opacity:1;}
#reverb a{float:left; border:0;opacity:.8;}
#reverb a:hover{opacity:1;}

#line {background-image:url(images/line.png);height:1px;width:960px;margin-top:30px;float:left;margin-bottom:15px;}


#copyright {float:left;width:300px;font-family:Goudy Old Style, Georgia, Times New Roman, serif; font-size: 18px;}


#tag {float:right;width:387px;font-family: Helvetica,Arial,sans-serif; font-size: 14px;}

h1 {font-family:Goudy Old Style, Georgia, Times New Roman, serif; font-size: 30px;}