html,body,div,span,applet,object,iframe,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,strong,tt,var,dl,dt,dd,blockquote,fieldset,form,i,b,caption,tbody,tfoot,thead,tr,th,td,ul,li{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
}

body {
	background: #fff url(images/navtopbg.jpg) top center repeat-x;
	font-family: georgia, serif;
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
}

#headwrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 840px;
}
#wrapperinner {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 800px;
	padding-top: 20px;
}
#wrapper{
	background: url(images/bg.jpg) top center no-repeat;
	width: 100%;
	height: 100%;
}
#header {
	position: relative;
	height: 169px;
	width: 100%;
}
	#logo {
		margin-top: 30px;
	}
	#address {
		position: absolute;
		top: 20px;
		right: 0;
		color: #997d5a;
		font-size: .7em;
		text-align: right;
		text-shadow: 1px 1px 1px #000;
	}
	#address span { font-size: 1.4em; color: #ffffff; }

	#header #navigation {
		position: absolute;
		bottom: 0; left: 0;
		list-style-type: none;
		height: 51px;
	}
		#navigation li {
			display: block;
			float: left;
			padding: 0 14px;
			margin: 0;
			height: 51px;
		}

	#introimg {
		float: left;
		margin: 0 20px 20px 0;
	}
	p.intro {
		font-size: 1em;
		line-height: 1.5em;
		color: #31261f;
	}
	
	p.linebreak {
		clear: both; width: 100%; height: 22px; background: url(images/breakornament.gif) center center no-repeat; margin: 0 0 20px 0;
	}	
	
	#specialholder {
		float: left;
	}
			#specialholder ul {
				list-style-type: none;
				float: left;
				width: 230px;
				margin-right: 30px;
			}
			#specialholder ul li {
				padding: 10px 10px 10px 0;
				border-bottom: solid 1px #cccccc;
			}
	
	#subimg {
		float: right;
		margin-right: 20px;
	}

	
.clear {
	clear: both;
}