/* Document definitions */
html { 
   margin: 0;
   padding: 0;
   height: 100%;
}
body {
   margin: 0;
   padding-left: 50%;
   width: 870px;
   height: 100%;
   background-color: #3e0202;
   font-size: 62.5%;
}
table {
   font-size: 100%;
}
#outerContainer {
   margin-left: -435px;
   padding: 0;
   width: 870px;
   height: 100%;
}

#leftCol {
   width: 35px;
   height:100%;
   background-image: url(../images/left_dshadow.jpg);
   background-repeat: repeat-y;
}
#mainCol {
   width: 800px;
}
#rightCol {
   width: 35px;
   height:100%;
   background-image: url(../images/right_dshadow.jpg);
   background-repeat: repeat-y;
}

#innerContainer {
   float: left;
   width: 800px;
   height:100%;
   margin: 0;
   padding: 0;
   background-color: white;
}

/* Header definitions */
#header {
   margin: 0;
   padding: 0;
   width: 800px;
   background-color: #f5ecc3;
}
#mastleft {
   float: left;
   margin: 0;
   padding-top: 10px;
   padding-left: 20px;
}
#mastright {
   margin: 0;
   padding-top: 10px;
   padding-left: 600px;
}
.mastText1 {
   font-family: georgia, times, serif;
   font-size: 1.2em;
   font-style: italic;
   color: black;
}
.mastText2 {
   font-family: georgia, times, serif;
   font-size: 1.5em;
   color: #822124;
}
#nav {
   clear: both;
   background-color: #f5ecc3;
   border-bottom: 3px solid #822124;
}
#firstRow {
   width: 100px;
   height: 33px;
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #999999;
}
#noButton {
   width: 100px;
   height: 33px;
   margin: 0;
   padding: 0;
}
#rowDelimiter {
   width: 800px;
   height: 3px;
   margin: 0;
   padding: 0;
   background-color: #822124;
}
#secondRow {
   width: 100px;
   height: 33px;
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #999999;
}

/* banner ad definitions */
#banner {
   margin: 0;
   padding: 10px;
   width: 780px;
   height: 140px;
   background-color: #9eb997;
   text-align: center;
}
* html div#banner {
   width: 800px;
   height: 160px;
}
#bannerBox1 {
   margin: 0;
   padding: 5px;
   width: 770px;
   height: 130px;
   text-align: center;
}
* html div#bannerBox1 {
   width: 780px;
   height: 140px;
}
.specialText1 {
   font: 1.2em Verdana,Arial,sans-serif;
   color: white;
}

/* main content definitions */
#columnMain {
   float: left;
   margin: 0;
   padding: 5px;
   width: 522px;
   min-height: 480px;
   border-right: 8px solid #822124;
   background-color: #f5ecc3;
   background-image: url(../images/col1_bgnd.jpg);
   background-repeat: repeat-x;
   font: 1.3em Georgia,"Times New Roman",serif;
}
* html div#columnMain {
   width: 540px;
   height: 480px;
}
#columnSide {
   float: left;
   margin: 0;
   padding: 5px;
   width: 250px;
   min-height: 480px;
   background-color: #38642e;
   font: 1.3em Georgia,"Times New Roman",sans-serif;
}
* html div#columnSide {
   width: 260px;
   height: 480px;
}
#columnSingle {
   margin: 0;
   padding: 5px;
   width: 790px;
   min-height: 480px;
   background-color: #f5ecc3;
   background-image: url(../images/col1_bgnd.jpg);
   background-repeat: repeat-x;
   font: 1.3em Georgia,"Times New Roman",serif;
}
* html div#columnSingle {
   width: 800px;
   height: 480px;
}
#textBox1 {
   margin: 0;
   padding: 5px;
   width: 505px;
   background-color: #e5dab2;
}
* html div#textBox1 {
   width: 515px;
}
#textBox2 {
   margin-left: 5px;
   padding: 5px;
   width: 225px;
   background-color: #9eb997;
}
* html div#textBox2 {
   width: 235px;
}
.pageHead1 {
   padding-left: 0.5em;
   padding-right: 0.5em;
   background-color: #822124;
   font: bold 1.8em Georgia,"Times New Roman",serif;
   color: white;
}
.pageHead2 {
   font: bold 1.3em Georgia,"Times New Roman",serif;
   color: #822124;
}
.pageHead3 {
   padding-left: 5px;
   font: bold 1.3em Georgia,"Times New Roman",serif;
   color: white;
}

.specialTitle1 {
   font-size: 1.5em;
   font-family: Georgia, "Times New Roman", serif;
   font-weight: bold;
   color: #822124;
}
.specialTitle2 {
   font-size: 1.1em;
   font-family: Georgia, "Times New Roman", serif;
   font-weight: bold;
   color: #black;
}

.specialPrice1 {
   font-size: 1.5em;
   font-family: Georgia, "Times New Roman", serif;
   font-style: italic;
   color: crimson;
}
.specialText2 {
   font-size: 0.9em;
   font-family: Georgia, "Times New Roman", serif;
   font-style: italic;
   color: black;
}

.banquetPrice1 {
   font-size: 1em;
   font-family: Georgia, "Times New Roman", serif;
   font-style: italic;
   color: crimson;
}


/* footer definitions */
#footer {
   width: 796px;
   clear: both;
   background-color: #ffffff;
   border-top: 2px solid #000000;
   font: 1em Verdana, Arial, sans-serif;
   color: #000000;
   padding: 2px;
}
* html div#footer {
   width: 800px;
}