
body { 
	font-family: "Myriad Roman", Myriad, Arial, sans-serif;
	font-weight: normal;
	color: #36240F;
	line-height: 20px;
	text-align: center; 
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	background-position: center;
	behavior: url(csshover.htc);
	}

* { margin: 0; padding: 0; }
	

#wrapper { 
	height: 100%;
	width: 821px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
	background-image: url(/images/container_bkg.jpg);
	background-repeat: repeat;
	background-position: center;
	text-align: left;
	color: red;
	z-index: 1;
	}

#header {
	margin-left: 21px;
	z-index: 2;
	}

#mast { 
	background-image: url(/images/mast.jpg); 
	background-repeat: no-repeat; 
	height: 137px; 
	z-index: 3;
	}

/*
#header { border-style: solid; border-color: #FF0000; border-width: 0; border-bottom-width: 1px; padding-top: 5px; }
#header a { font-weight: bold; font-size: 12pt; text-decoration: none; margin-left: 10px; }
#header a:hover { color: red; text-decoration: underline; }
*/


div#menu { 
	float: left; 
	margin: 0px; 
	width: 100%; 
	height: 72px; 
	background-image: url(/images/tail.jpg); 
	background-repeat: no-repeat; 
	margin-top: 0px; 
	z-index: 3;
	}
div#menu ul { margin: 2px; padding-left: 60px; margin-top: 10px; }
div#menu li { float: left; list-style-type: none; padding: 7px; position: relative; }
div#menu li:first-child { /* color: red; */  }
div#menu li:hover { 
	color: #811800;  /*  #333333; */
	text-decoration: none; 
	}


div#menu a {
	display: block;
	padding: 0 6px;
	font-family: "Myriad Roman";
	font-size: 12px;
	color: #36240F;
	text-transform: uppercase;
	text-decoration: none;
	}

#menu a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #36240F;
	border-bottom-color: #36240F;
	}

div#menu ul li ul { margin: 0; position: absolute; width: 100px; left: -60px; }
div#menu ul li ul li { width: 100%; background-color: #E0D4C4; }
div#menu ul li ul li:first-child { color: black; line-height: 10px; }
div#menu ul li ul li a:hover { text-decoration: underline; border: 0; color: #811800; }

div#menu ul li ul { display:none; }
div#menu ul li:hover ul { display:block; }

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#menu ul {
	float:left; /* makes the ul wrap the li's */
	/*  margin-left: 50%;   ------- check this -------- */
	}
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */

/* IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #069; /* make this match ul li ul above */
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */

#content {
	/*
	background-image: url(/images/content_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	*/
	height: 100%;
	padding: 21px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin: 0px 25px 100px 25px;
	z-index: 3;
	}

#photo_left {
	position: absolute;
	/* padding-left: 10px; */
	/*
	position: relative; 
	float: left; 
	*/
	margin: 10px 20px 20px 0px;
	}

#text_right {
	/* position: relative; */
	padding-left: 190px;
	margin: 10px;
	}


p, ol li, #shoppingnav, ol li a, td, .homebullets {
	font-family: "Myriad Roman", Myriad, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #36240F;
	line-height: 20px;
	margin-top: 7px;
	}

.homebullets {
	
	}

.homebullets li {
	list-style-type: none;
	padding: 3px;
	margin: 10px 4px 4px 5px;
	}

.homebullets .odd {
	background-color: beige;
	}

.homebullets .even {
	border: solid 1px #36240F;
	}

#shoppingnav {
	border: solid 1px #36240F;
	padding: 5px;
	}

#shoppingnav p {
	font-family: "Myriad Roman";
	font-size: 14px;
	color: #36240F;
	text-transform: uppercase;
	}

#shoppingnav ul {
	list-style-type: none;
	}

#shoppingnav ul li {
	margin-left: 10px;
	}

#shoppingnav a {
	color: #811800;
	text-decoration: none;
	}

#shoppingnav a:hover {
	color: red;
	text-decoration: underline;
	}

ol li a {
	color: #811800;
	}

ol li a:hover {
	text-decoration: underline;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	color: #36240F;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #36240F;
	}


h2, h2 a, h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #36240F;
	font-weight: normal;
	margin-top: 10px;
	}
h2 a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}

#content h2 a {
	color: #811800;
	border: none;
	}

#content h2 a:hover {
	text-decoration: none;
	border: none;
	}

h3, h3 a, h3 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #36240F;
	font-weight: normal;
	margin-top: 10px;
	}
h3 a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #36240F;
	font-weight: normal;
	margin-top: 10px;
	text-decoration: none;
	}

h4 a {
	text-decoration: underline;
	color: #811800;
	font-size: 16px;
	font-weight: bold;
	}

h4 a:hover {
	text-decoration: none;
/*	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF; */	
	}

h4 a:visited {}

#quote {
	padding-left: 42px;
	font-style: italic;
	padding-right: 22px;
	}

hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #36240F;
	}

p a, ol li a { text-decoration: underline; }
p a:hover, ol li a:hover { text-decoration: none; color: red; }

.linktitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	color: #811800;
	line-height: 20px;
	}

.linktitle a:hover {
	text-decoration: none;
	color: #811800;
	}

.bottomspacer {
	margin-top: 50px;
	}

#footer {
	width: 250px;
	/* float: left; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #36240F;
	text-align: right;
	margin-top: 50px;
	z-index: 3;
/*	padding-right: 42px;
	padding-bottom: 10px; 
	margin-bottom: 40px; */

	}

#footer p, #footer a, visited{
	font-size: 10px;
	line-height: 14px;
	color: #36240F;
	text-decoration: none;
	}

#footer a:hover{
	text-decoration: underline;
	}
