* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
#wrapper {
	position: relative;
	width: 797px;
	left: 50%;
	margin-left: -400px;
}
#banner {
	width: 797px;
	height: 291px;
	overflow: hidden;
}
#navigation {
	width: 797px;
	height: 34px;
	overflow:hidden;
	background-image: url(/images/nav/navBackground.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	font-size:13px;
}
a:link, a:visited {
	color: #EB4C29;
	text-decoration:none;
}
a:hover, a:active {
	color: #FFE45B;
	text-decoration:underline;
}
#aboutBtnDiv, #galleryBtnDiv, #eventsBtnDiv, #servicesBtnDiv, #linksBtnDiv, #contactBtnDiv {
	height: 34px;
	position:absolute;
	top:0px;
	text-align:center;
	padding-top:7px;
}
#aboutBtnDiv {
	width: 96px;
	left:151px; 
}
#galleryBtnDiv {
	width: 116px;
	left:247px; 
}
#eventsBtnDiv {
	width: 110px;
	left:363px;
}
#servicesBtnDiv {
	width: 119px;
	left:473px;
}
#linksBtnDiv {
	width: 89px;
	left:592px;
}
#contactBtnDiv {
	width: 116px;
	left:681px;
}
#trellis {
	width: 201px;
	height: 880px;
	float:left;
}
#content {
	width: 596px;
	float: right;
	padding-top: 25px;
	background-color: #000000;
	color:#FFFFFF;
	text-align:left;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content table, #content ol, #content ul, #content dl {
	padding-left:25px;
	padding-right:50px;
}
#content li {
	margin-left:25px;
	margin-right:50px;
	margin-bottom:12px;
}
#content h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:19px;
	color:#D77D2A;
	font-weight: bold;
}
#content h2 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:15px;
	color:#D77D2A;
	font-weight: bold;
	letter-spacing: .05em;
}
#content p, #content td {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 12px;
	color:#FFF2AD;
}
#content blockquote {
	padding-left:50px;
	padding-right:75px;
	margin-bottom:12px;
}
#content table.galleryNav td {
	padding:15px;
	text-align:center;
}
img.contentShiv {
	float: right;
	display: block;
}
#footer {
	height:236px;
	width:590px;
	background-image: url(/images/contentBack.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
}
#footerNav {
	position: absolute;
	top:50px;
	width:540px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:15px;
	color:#D77D2A;
	font-weight: bold;
	letter-spacing: .05em;
	text-align:center;
}
#footerLogo {
	position: absolute;
	top:100px;
}
#footerCopyright {
	position:absolute;
	top:160px;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#about #footer a.about,
#gallery #footer a.gallery,
#events #footer a.events,
#services #footer a.services,
#links #footer a.links,
#contact #footer a.contact {
	color: #FFE45B;
	text-decoration:underline;
	cursor:default;
}
/* Gallery Sub navigation */
#gallery.hands a.hands,
#gallery.feet a.feet,
#gallery.crafts a.crafts,
#gallery.other a.other {
	color: #FFE45B;
	text-decoration:underline;
	cursor:default;
}


