﻿body {
	background:#790000 url('pics/body_BG.jpg') repeat-x fixed center center;
	margin: 0px;
	display: block;
 }

#Wrapper {
	margin: 0 auto;
	width: 800px;
	height: auto;
	background-color: #8b5945;
}

#Header {
	margin: 0 auto;
	width: 800px;
	height: 100px;
	background-color: #9d0a0e;
}

#Footer {
	margin: 0 auto;
	margin-top: 10px;
	width: 800px;
	height: auto;
	background-color: #8b5945;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	font-style: italic;
	font-weight: bold;
}

.address {
	font-size: 200%;
	color: #fff87f;
}

#Contact {
	margin: 0 auto;
	width: 800px;
	height: 30px;
	background-color: #8b5945;
	background-image: url(pics/Contact_BG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* ------- Content Wrapper-------- */

#Container_Content {
	padding: 0;
	margin: 0;
	text-align: left;
	width: 800px;
	height: auto;
	background-color: #8b5945;
}

/* ------- Navigation -------- */

#Container_Nav {
	text-align: left;
	vertical-align: top;
	margin: 0 10px 0 10px;
	width: 150px;
	height: auto;
	background-color: #000000;
	border-width: 2px;
	border-style: solid;
	border-color: #400000;
	background-image: url(pics/nav_BG.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#Nav_Header {
	margin: 0 auto;
	width: 150px;
	height: 10px;
}

#Nav_Footer {
	margin: 0 auto;
	width: 150px;
	height: 10px;
}

/* ------- Nav Content Formating-------- */

#ads {
	margin: 0;
	width: 145px;
	height: auto;
	padding-left:;
	font-family: Arial;
	font-size: 17px;
	line-height: 36px;
	color: #f9ad81;
}

#Nav_Content {
	margin: 0;
	width: 145px;
	height: auto;
	padding-left: 15px;
	font-family: Arial;
	font-size: 17px;
	line-height: 36px;
	color: #f9ad81;
}

#Nav_Content a{
	color: #f9ad81;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

#Nav_Content a:visited { 
	color: #f26522;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
}

#Nav_Content a:hover {
	color: #fff200;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

#Nav_Content a:active { 
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}


/* ------- Page Content -------- */


#Container_Page {
	text-align: left;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 590px;
	height: auto;
	background-color: #FFFFFF;
}

#Page_Header {
	margin: 0;
	width: 590px;
	height: 10px;
	background-color: #FFFFFF;
}

#Page_Footer {
	margin: 0;
	width: 590px;
	height: 10px;
	background-color: #FFFFFF;
}

/* ------- Page Content Formating-------- */

#Page_Content {
	margin: 0;
	padding: 0 20px 0 20px;
	width: 550px;
	height: auto;
	background-color: #FFFFFF;
	font-family: Times;
	font-size: 18px;
	color: #000000;
}

#Page_Content img{
	border-width: 3px;
	border-style: solid;
	border-color: #9d0a0e;
}

#Page_Content img.noborder{
	border-width: 0px;
}

#Page_Content h1{
	margin-bottom: 10px;
	color: #9d0a0e;
	font-family: Helvetica;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 48px;
	margin: 10px 0 10px 0;
	text-align: left;
}

#Page_Content h2{
	color: #9d0a0e;
	font-family: Helvetica;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 32px;
	margin: 10px 0 10px 0;
	text-align: left;
}

#Page_Content h3{
	margin-bottom: 10px;
	color: #9d0a0e;
	font-family: Helvetica;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 28px;
	margin: 10px 0 10px 0;
	text-align: left;
}

#Page_Content h4{
	color: #4d3126;
	font-family: Times;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 20px;
	font-style: italic;
	margin: 10px 0 10px 0;
	text-align: left;
}

#Page_Content a{
	color: #f9ad81;
	font-variant: small-caps;
	font-weight: bolder;
}

#Page_Content a.maroon{
	color: #790000;
	font-variant: small-caps;
	font-weight: bolder;
}

#Page_Content a:visited { 
	color: #f26522;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
}

#Page_Content a:hover {
	color: #ff0000;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

#Page_Content a:active { 
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

#Page_Content ul{
	list-style: disc;
	padding-bottom: 10px;
}

#Page_Content ul li{
	list-style: disc;
	font-family: Arial;
	font-size: 75%;
	font-weight: 100;
	margin-bottom: 8px;
}

#Page_Content p.bullet{
	padding-left: 1em;
	margin-left: 1em;
	text-indent: -1em;
}

.bigger {
	font-size: 125%;
	font-weight: bolder;
}

.dropcap {
	text-align: left;
	color: #990000;
	font-size:80px;
	line-height:52px;
	padding-top:0px;
	padding-right:10px;
	font-family: Times, serif, Georgia;
	text-indent: -2px;
	position: relative;
	top: 10px;
} 

#Page_Content p{
	text-indent: 15px;
} 

#Page_Content .sideblurbleft{
	width: 50%;
}


/*--------Booktable Classes--------*/
.booktable{
	display: table;
}

.booktable_table{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
	margin: 0;
	width: 550px;
}

.booktable_table_tr{
	border:0px;
	border-collapse: collapse;
}

.booktable_table_tr_td{
	border:0px;
	border-collapse: collapse;
}

.booktable_table_title{
	border:0;
	background-color: #b7b7b7;
	background-image: url(pics/nav_BG.jpg);
	text-align: center;
	color: #f69679;
	font-family: Helvetica;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	font-size: 20px;
	padding: 10px;
}

.booktable_title_a{
	color:#FFFFFF;
	font-size: 14px;
	line-height: 25px;
}

.booktable_title_smaller{
	font-size: 16px;
}

.booktable_pic{
	border-width: 0px;
	background-color: #8c5945;
	background-image: url(pics/table_BG_1.jpg);
	text-align: center;
	padding: 10px;
}

.booktable_text{
	border:0;
	padding: 10px;
	font-size: 16px;
	font-family: Times;
}

.booktable_button{
	border:0;
	text-align: center;
	background-image: url(pics/table_BG_2.jpg);
	background-color: #bf9d8f;
	padding: 5px;
}

.booktable_price{
	border:0;
	background-color: #8c5945;
	background-image: url(pics/table_BG_1.jpg);
	text-align: center;
	color: #FFFFFF;
	font-family: Helvetica;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	font-size: 16px;
	padding: 10px;
}

.fake-linethrough {
	font-weight: normal;
	background: url(pics/linethrough.gif) repeat-x center left;
}

/* ------- Event Table -------- */

#EventTable {
	display: table;
	width: 99%;
	margin: 0 0 0 0;
}

#EventTable table{
	background-image: url(pics/table_BG_3.jpg);
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
	margin: 0 0 0 0;
}

#EventTable table tr{
	border:0px;
	border-collapse: collapse;
}

#EventTable table tr td{
	border:0px;
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
	margin: 0 0 0 0;
}

/* ------- General Classes -------- */

.alignleft{
	text-align: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}

.alignleft_marginleft10{
	text-align: left;
	margin-top: 0;
	margin-left:10px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}

.aligncenter{
	text-align: center;
	margin: 0;
}

.aligncenter_ad_text{
	text-align: center;
	margin-left: 10px;
}

.alignright{
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

.centered_h1_text{
 	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	color: #9d0a0e;
	font-family: Helvetica;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 52px;
	margin: 10px 0 10px 0;
}

.coming_soon{
	text-decoration:none; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:x-large;	
}

