#main {
   width: 980px;
   margin: 0 auto;
}

#header {
   height: 540px;
   background: url(images/style/header_bgd3.jpg) no-repeat left top;
}
#header, #content, #footer {
   font-size: 0.69em;
}

.col_1, 
.col_2, 
.col_3, 
.column1, 
.column2, 
.column3 {
   float: left;
}

.more-info {
   text-align: right;
}
.book-button {
   float: right;
   margin-top: 10px;
}
#logo {
   position: absolute;
   top: 32px;
   left: 39px;
}
#tagline {
   position: absolute;
   top: 87px;
   left: 195px;
   font-size: 18px;
   color: #FFF;
   font-family: "Times New Roman", Times, serif;
}
#header .book-online {
   position: absolute;
   right: 75px;
   top: 0;
   display: block;
   width: 121px;
   height: 19px;
   background: url(images/nav/book-tab.png) center bottom no-repeat;
   color: #FFF;
   font-family: "Times New Roman", Times, serif;
   font-weight: bold;
   font-size: 13px;
   text-transform: uppercase;
   text-align: center;
   padding: 10px 0;
}
/*======= page1.html =======*/
#page1 #content .col_1 {
   width: 305px;
   margin-right: 1px;
   border-right: 1px solid #412F21;
}
#page1 #content .col_2 {
   width: 607px;
   margin-right: 1px;
}
/*======= page2.html =======*/
#page2 #content .col_1 {
   width: 310px;
   margin-right: 1px;
}
#page2 #content .col_2 {
   border-left: 1px solid #412F21;
   width: 607px;
}

/*======= page3.html =======*/
#page3 #content .col_1 {
   width: 345px;
   margin-right: 1px;
   border-right: 1px solid #412F21;
}
#page3 #content .col_2 {
   width: 590px;
}
#page3 #content .col_2 .column1 {
   width: 544px;
   margin-right: 0px;
}
#page3 #content .col_2 .column2 {
   width: 255px;
}

/*======= page4.html =======*/
#page4 #content .col_1 {
   width: 550px;
   margin-right: 1px;
   border-right: 1px solid #412F21;
}
#page4 #content .col_2 {
   width: 390px;
}
#page4 #content .col_2 .column1 {
   width: 167px;
}
#page4 #content .col_2 .column2 {
   width: 80px;
}
#page4 #content .col_3 {
   width: 940px;
   margin-right: 1px;
}

/*======= page5.html =======*/
#page5 #content .line_ver1 {
   background: url(images/style/line_ver.gif) 303px top repeat-y;
   width: 100%;
}
#page5 #content .line_ver2 {
   background: url(images/style/line_ver.gif) 606px top repeat-y;
   width: 100%;
}
#page5 #content .col_1 {
   width: 305px;
   margin-right: 1px;
}
#page5 #content .col_2 {
   width: 302px;
   margin-right: 1px;
}
#page5 #content .col_3 {
   width: 302px;
   margin-right: 1px;
}

/*======= page6.html (Contact) =======*/
#page6 #content .col_1 {
   border-right: 1px solid #412F21;
   width: 305px;
   margin-right: 1px;
}
#page6 #content .col_2 {
   width: 608px;
}
#page6 #content .col_2 .column1 {
   width: 216px;
}
#page6 #content .col_2 .column2 {
   width: 334px;
}

/*======= directions.html ==========*/
#directions #content .col_1 {
   width: 305px;
   margin-right: 1px;
}
#directions #content .col_2 {
   border-left: 1px solid #412F21;
   width: 607px;
   margin-right: 1px;
}
/*=========================*/
#footer {
height: 96px;
   background: #000000;
   border-top: 1px solid #33241b;
   font-size: .69em;
   color: #fff;
}

