/*------------start reset styles to reduce browser inconsistency------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px auto;
	width: 90%;
}
/*------------end reset styles to reduce browser inconsistency------------*/
body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #958547;	
}

img
{ border: 0px;
}

table {
	text-align: left;
}
.gallery  td {
	vertical-align: top;
	border-width: 0 0 1px 0;
	border-color: #FFFFFF;
	border-style: none none solid none;
	text-align: center;
}
.gallery    td   img {
	border: 3px solid #FFFFFF;
	margin: 8px 5px 5px 5px;
}
.gallery   td  p {
	font-size: 110%;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
}

a:link, a:visited
{
}

a:hover, a:active
{
}

p

{
	color: #580A06;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
}

.wrapper 
{
	margin: 5px auto;
	text-align: center;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(layout-images/bg.jpg);
	background-repeat: repeat-y;
}
.header {
	height: 150px;
	width: 770px;
	background-image: url(layout-images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
}
.hours {
	text-align: left;
	;
	width: 170px;
	float: right;
	padding: 5px 10px;
	border: 2px solid #985D01;
	margin: 5px;
}
.address  a:link {
	color: #AE0005;
}
.address  a:visited {
	color: #AE0005;
}
.address   a:hover {
	color: #EBDCC9;
}
.address    a:active {
	color: #EBDCC9;
}
.address {
	float: right;
	text-align: left;
	padding-right: 10px;
}
.address p {
	font-size: 140%;
	color: #FFFFFF;
	line-height: 140%;
	font-weight: bold;
}
.nav {
	height: 34px;
	background-image: url(layout-images/navbg.jpg);
	background-repeat: repeat-x;
	width: 653px;
}

.nav a {
	display: block;
	height: 34px;
	text-indent: -9999px;
}
.nav li { list-style: none; float: left; }
.nav ul, li {
	margin: 0px;
	padding: 0px;
}

.nav li.nav-home a {
	background: url(layout-images/nav-home.gif) no-repeat;
	width: 74px;
}
.nav li.nav-menu  a {
	background: url(layout-images/nav-menu.gif) no-repeat;
	width: 83px;
}
.nav li.nav-gallery a {
	background: url(layout-images/nav-gallery.gif) no-repeat;
	width: 135px;
}

.nav li.nav-shop a {
	background: url(layout-images/nav-shop.gif) no-repeat;
	width: 135px;
}


.nav li.nav-home a:hover {
	background: url(layout-images/nav-home.gif) no-repeat 0 -34px;
}
.nav li.nav-menu a:hover {
	background: url(layout-images/nav-menu.gif) no-repeat 0 -34px;
}
.nav li.nav-gallery a:hover {
	background: url(layout-images/nav-gallery.gif) no-repeat 0 -34px;
}

.nav li.nav-shop a:hover {
	background: url(layout-images/nav-shop.gif) no-repeat 0 -34px;
}

.sidebar    {
	float: right;
	padding: 0;
	margin: 0;
	width: 101px;
}
.column {
	float: left;
	font-size: 11px;
	padding-right: 12px;
	width:23%;
}
.content {
	float: right;
	width: 770px;
	padding-right: 15px;
	text-align: left;
	clear: left;
}
.text {
	width: 640px;
	padding: 0 10px;
}
.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 130%;
	color: #580A06;
	padding: 7px 0px;
}
.footer {
	clear: both;
	background-color: #553302;
	padding: 10px;
}
.footer p {
	font-size: 90%;
	color: #FFFFFF;
}

