body, html {
		margin:0;
		padding:0;
		background:#41332C;
		font-size: 1em;
		color:#000;
		font-family:Georgia, "Times New Roman", Times, Algerian, serif;
	}
	body {
		min-width:980px;
	}
	
	
	a:link {
	color:#978F8B;
	text-decoration: none;
	}
	
	a:visited {
	color:#978F8B;
	text-decoration: none;
	}
	
	a:hover {
	color:#FFCC00;
	text-decoration: none;
	}
	
	#wrap {
		background:#291810;
		margin:0 auto;
		width:980px;
	}
	#header {
		background:#2C1C14;
		padding: 0px;
	}
	
	#header ul{
		margin:0;
		padding:0;
		list-style:none;
		text-align:right;
	}
	#header li{
		display:inline;
		margin:0;
		padding:0;
		color: #978F8B;
		padding: 0px 5px 0px 7px;
		border-right: 1px solid #978F8B;
	}
	#header li.end{
		border-right: none;
	}
	#header li a:link{
		text-decoration: none;
		color: #978F8B;
	}
	
	#header li a:visted{
		text-decoration: none;
		color: #978F8B;
	}

	#header li a:hover{
		text-decoration: none;
		color: #fff;
	}
	
	#header li a:active{
		text-decoration: none;
		color: #978F8B;
	}
	



  
  
  
  

	#nav {
		background: url('images/topmast.gif') no-repeat top left;
		width:980px;
		height:137px;
		vertical-align:baseline;</a>
	}

	
	#nav h1 a{
		margin:1px 0px 0px 1px;
		padding:0;
		text-indent: -999em;
		background: url(images/invisble.gif) no-repeat top left;
		width:980px;
		height:97px;
		display:block;
		outline:none;
		float: left;
	}
	
	
	
	
	
#tabs {
	margin: 1px 10px 0px 10px;
	padding:0;
	list-style:none;
	float:right;
  }
#tabs ul {
  margin:0;
  padding:1px 1px 0;
  list-style:none;
  }
#tabs li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0 0 0 6px;
  padding:0 0 0 4px;
  }
#tabs a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:8px 15px 11px 6px;
  text-decoration:none;
  color:#D0B898;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#fff;
  }
#tabs #current {
  background-image:url("images/left_on.gif");
  }
#tabs #current a {
  background-image:url("images/right_on.gif");
  color:#fff;
  padding-bottom:5px;
  }
  
  
  
#navigation a
{
color: #fff;
background: #482717 url(images/left-tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;
}

#navigation a span
{
background: url(images/right-tab.gif) right top no-repeat;
padding-right: 10px;
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: #781351 url(images/left-tab-hover.gif) left top no-repeat;
padding-left: 10px;
}

#navigation a:hover span
{
background: url(images/right-tab-hover.gif) right top no-repeat;
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
float: left;
margin: 0;
} 


	
	#main {
		background:#FFECD5;
		float:left;
		width:643px;
		padding:0 0px;
	}
	
	#main h2, #main h3, #main h4, #main p{
		padding:0 30px;
    }
	
	#main img {
		padding: 5px 30px;
    }
	
	#main p {
	font-size: 0.75em;
	line-height: 1.50em;
	margin: 0px 0px 0.75em 0px ;

	}
	
	#main h2 {
      font-family: Algerian;
      font-size: 1.75em;
	line-height: 1.75em;
	font-weight:normal;
	}
		
	#main h3 {
	font-size: 1.35em;
	line-height: 1.50em;
	font-weight:normal;
	}
	
	#main h4 {
	font-size: 0.90em;
	font-weight:bold;
	font-variant:small-caps;
	margin: 0px 0px 0px 0px ;

	}
	
	
	
	
	#sidebar {
		background:#291810;
		float:right;
		width:337px;
		font-size: .75em;

	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar p {
		padding:0 10px 0 20px;
		color:#fff;
	margin: 0px 0px 10px 0px;

    }
	
	#sidebar h3{
		color:#BA543B;
		padding:25px 10px 0px 20px;
		margin: 0px 0px 10px 0px;
    }
	
	#sidebar .thumbnail {
	float:left;
	padding: 0px 10px 0px 20px;
    }
	
.center { text-align:center;
}

.padding10 { padding: 10px;
}	
	
	#footer {
	background:#000;
	clear:both;
	width:980px;
	font-size: 0.85em;
	color:#917968;
	padding: 10px 0px 10px 0px; 
	}
	
	#footer-left {
	float:left;
	padding: 0px 0px 0px 10px; 
	}
	
	#footer-right {
	text-align: right;
	padding: 0px 10px 0px 0px; 
	}
	
	#footer a{
	color:#999999;
	text-decoration:none;
	}

/*--- CLEARFIX  ----------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



table {
	margin-left: 30px;
	Margin-bottom:20px;
	padding: 5px;
	width: 557px;
	border: 3px double #291810;
	font-size:0.75em;
}

th{margin-top:0px;
	padding: 0px;
	color: #FFECD5;
	background-color: #291810;
	font-variant:small-caps;
	font-size:1em;
}

td { vertical-align:top;
}

caption {
	margin-top:10px;
	padding: 5px;
	color: #FFECD5;
	background-color: #291810;
	font-variant:small-caps;
	font-size:1em;
}

.accessoriesImage{margin: 5px -20px;}


#homeStrip1 {
background-color: #41332C;
width: 912px;
height: 75px;
margin:0 auto;
background-image:url(images/homeStrip1.gif);
background-position:right;
background-repeat:no-repeat;
}

#homeStrip2 {
background-color: #FFECD5;
width: 912px;
height: 314px;
margin:0 auto;
background-image:url(images/homeStrip2.gif);
background-position:right;
background-repeat:no-repeat;
padding top: 10px;
}

#homeStrip3 {
background-color: #22150D;
width: 912px;
height: 164px;
margin:0 auto;
background-image:url(images/homeStrip3.gif);
background-position:top right;
background-repeat:no-repeat;}


#homeContent {
width: 400px;
margin: 10px 25px;
color:#000;
font-size: .75em;
}

#homeEvents {
width: 900px;
margin: 0px 25px;
color:#000;
font-size: .75em;
}

#homeEvents ul, li{
list-style:none;
margin: 10px 0px 0px 0px;
}

#homeEvents h3 {
color:#BA543B;
font-size: 1.5em;
}

.date {
color:#FFFFFF;
width: 300px;
text-align:right;
}

.event {
color:#FFFFFF;
font-weight: bold;
margin: 0 0 0 10px;
}

table.paypal {
	font-size: .90em;
	margin-left: 30px;
	Margin-bottom:0px;
	width: 250px;
	padding: 0px;
	border: none;
}

.quote {
   width: 175px;
   	border: 3px double #BA543B;
   background: #41332C url('images/quote-left.gif') no-repeat left top;
   margin-left: 60px;
   margin-right:20px;
   padding-top: 30px;
   padding-left: 40px;
    margin-bottom: 30px;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   font-size: 1em;
   line-height:1.75em;
   color:#FFECD5;
}

.quote div {background: transparent url(images/quote-right.gif) right bottom no-repeat;
 padding-right: 40px;
 padding-left: 7px;
 padding-bottom: 30px;
  
}


.quote2 {
   width: 200px;
   	border: 4px solid #BA543B;
   background: #FFFFFF;
   margin-left: 60px;
   margin-right:40px;
   padding-top: 10px;
   padding-left: 20px;
    margin-bottom: 0px;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   font-size: 1.2em;
   line-height:1.75em;
   color:#000000;
}





 .nameHighlight {
 color: #D7FFFF;
 font-weight: bold;
 }