body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/BG-Body.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #EFE7D5;
	text-align: center;
	font-family: Georgia, Serif, Arial;
	font-size: 11px;
	color: #624419;
}

#wrapper {
	margin: 0px auto;
	width: 776px;
	background-image: url(../../images/BG-Main.jpg);
	background-repeat: repeat-y;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 738px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 34px;
	width: 234px;
	height: 204px;
	background-image: url(../../images/Hdr-Logo.gif);
	background-repeat: no-repeat;
}

#logo h1 {
	visibility: hidden;
}

#header {
	height: 113px;
	background-image: url(../../images/BG-Hdr.gif);
	background-repeat: no-repeat;
	text-align: right;
}

#header-tag {
	padding-right: 15px;
	height: 28px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
	color: #fff;
}

#header-navigation {
	margin: 32px 0px 0px 272px;
	padding: 0px;
	height: 53px;
}

#header-navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
	background-image: url(../../images/Nav-Sep.jpg);
	background-repeat: no-repeat;
	background-position: right top; 
}

#header-navigation li.last {
	background-image: none;
}

#header-navigation a {
	display: block;
	padding: 10px 18px 11px 17px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 12px;
}

#header-navigation a:hover {
	background-image: url(../../images/Nav-On.jpg);
	background-repeat: no-repeat;
	background-position: center bottom; 
}

#header-navigation span.nav-main {
	visibility: visible;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#header-navigation span.nav-sub {
	visibility: visible;
	color: #EBDAAD;
	font-size: 9px;
}

#main {
	background-image: url(../../images/Main-Hdr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 189px;
}

#default-pic {
	height: 276px;
	background-image: url(../../images/Df-Pic.jpg);
	background-repeat: no-repeat;
}

#default-text {
	height: 111px;
	background-image: url(../../images/Df-Text.jpg);
	background-repeat: no-repeat;
}

#default-text p {
	margin: 0px;
	padding: 46px 58px 0px 58px;
}

#default-text a {
	font-weight: bold;
	color: #624419;
}

#default-text a:hover {
	text-decoration: none;
	color: #990000;
}

#main h2 {
	margin: 0px;
	margin-bottom: 32px;
	padding: 0px;
	height: 189px;
	background-repeat: no-repeat;
}

#main h2.shops {
	background-image: url(../../images/Hdr-Shops.jpg);
}

#main h2.history {
	background-image: url(../../images/Hdr-History.jpg);
}

#main h2.map {
	background-image: url(../../images/Hdr-Map.jpg);
}

#main h2.contact {
	background-image: url(../../images/Hdr-Contact.jpg);
}

#main-text {
	padding: 0px 100px;
}

#main-text a {
	color: #996600;
}

#main-text a:hover {
	color: #990000;
	text-decoration: none;
}

#main-text h3 {
	margin: 13px 0px 8px 0px;
	padding: 3px 0px;
	border: solid 1px #F1E4C4;
	border-width: 1px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #624419;
}

#main-text h3.title {
	font-size: 16px;
	letter-spacing: 0px;
}

#main-text img {
	float: left;
	padding: 3px;
	border: solid 1px #F1E4C4;
	width: 250px;
	background-color: #fff;
}

#main-text img.map {
	float: none;
	width: auto;
}

#main-text ul {
	margin: 0px;
	padding: 0px;
}

#main-text ul li {
	margin: 3px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#main-text ul.description {
	float: left;
	margin-left: 20px;
	width: 260px;
}

#main-text ul.description li {
	text-align: left;
}

#main-footer {
	display: block;
	margin-top: 10px;
	height: 33px;
	background-image: url(../../images/Main-Ftr.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	clear: both;
}

#subfooter {
	height: 248px;
	background-image: url(../../images/BG-SubFtr.gif);
	background-repeat: no-repeat;	
}	

#subfooter div.subfooter-item {
	display: inline;
	float: left;
	margin: 48px 18px;
	width: 210px;
	font-size: 11px;
	color: #c99;
}

#subfooter img {
	margin-bottom: 5px;
	border: solid 2px #870121;
}

#subfooter a {
	display: block;
	margin-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footer {
	padding: 28px 0px;
	background-color: #EFE7D5;
	background-image: url(../../images/BG-Ftr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #A8885A;
	font-size: 10px;
}

#footer a {
	color: #A8885A;
}

span {
	visibility: hidden;
}

hr {
	display: none;
}

.clear {
	clear: both;
}