body {
	margin: 0;
	font: 12px Arial, sans-serif;
	color: #fff;
	background-image: url(../design-elements/page-back.gif);
	background-repeat: repeat;
	text-align: center;
	margin-left: auto; 
	margin-right:auto;
}
a {
	text-decoration: none;
	color: #f0f0f0;
}
a:hover {
	text-decoration: underline;
	color: #eed477;
}

img{border: none;display: block;}
#header {
	width: 100%;
	min-width: 900px;
	height: 106px;
	background:  url(../design-elements/header-bg2.jpg) repeat-x center top;
}
.header {
	margin: 0 auto;
	width: 900px;
	height: 106px;
	position: relative;
}
.header strong a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 193px;
	height: 91px;
	position: absolute;
	top: 16px;
	left: -34px;
}
.main-navigation {
	height: 47px;
	background:  url("../design-elements/main-nav-shadow.png") no-repeat right;
	width: 399px;
	position: absolute;
	top: 57px;
	right: 0;
}
.main-navigation ul {
	margin: 2px 0 0 4px;
	padding: 0 0 0 3px;
	height: 47px;
	overflow: hidden;
	list-style: none;
	font-size: 11px;
	text-align: center;
}
.main-navigation ul li {
	margin: 0 0 0 -1px;
	display: inline;
	float: left;
	height: 47px;
	width: 98px;
	background:  url("../design-elements/main-nav-sep.gif") no-repeat 0 0;
}
.main-navigation ul li:first-child {background: none;}
.main-navigation ul li a {
	padding: 22px 0 0;
	height: 40px;
	width: 96px;
	float: left;
	background:  url("../design-elements/main-nav-bg.png") repeat-x 0 0;
	margin: 0 1px;
	color: #736257;
}
.main-navigation ul li a:hover {
	text-decoration: none;
	background:  url("../design-elements/main-nav-rollover-bg.png") repeat-x 0 0;
	color: #28271e;
}
.main-navigation ul li.current a {
	text-decoration: none;
	background:  url("../design-elements/main-nav-rollover-bg.png") repeat-x 0 0;
	color: #28271e;
}
a.part-of {
	margin-top: 20px;
	width: 194px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background:  url("../design-elements/part-of.png") no-repeat 0 0; 
}
a.part-of:hover {
	background-position: 0 -30px;
}

a.thumb_gallery {
	width: 130px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background:  url(../design-elements/thumb-navs/gallery.png) no-repeat; 
}
a.thumb_gallery:hover {
	background-position: 0 -50px;
}

.sub-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 25px;
	top: 117px;
	font-size: 11px;

}
.sub-navigation li {
	float: left;
	padding: 5px 38px 0 0;
}
.sub-navigation li a{
	color: #736257;
}
.sub-navigation li a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bcbbb1;	
	text-decoration:none;
}
.sub-navigation li.current a{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	text-decoration:none;
	color: #28271e;
	border-bottom-color: #bcbbb1;	
}
#holder {
	width: 100%;
	background: url(../design-elements/body-back.gif) repeat-x center top;
	text-align:center;
}

#content {
	margin-left: auto;
	margin-right:auto;
	width: 750px;
	text-align: center;
	padding: 52px 0 50px;
}
#thumbs {
	margin: 0 auto;
	width: 845px;
	text-align: center;
	overflow: hidden;
	padding: 0px;
}
#left-column {
	width: 283px;
	padding: 22px 28px;
	float: left;
}
.img {
	border: 3px solid #FFFFFF;

}

.text {
	width: 458px;
	float: right;
}
.text p{
	width: 380px;
	margin: 19px 0 0;
}
.text ul {
	width: 320px;
	list-style: none;
	margin: 19px 0 0 20px;
	padding: 0;
}
.contact {
	width: 450px;
	margin: 55px auto 0;
	text-align: center;
}
.contact strong {color: #91c7cd;}
.contact address {font-style: normal;}
.contact p {margin: 19px 0 0 0;width: auto;}
#footer {
	min-width: 845px;
	text-align: center;
	background-image: url(../design-elements/footer-back.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 208px;
	bottom: 0px;
	width: 100%;
	left: auto;
	right: auto;
	display: block;
}
#footer p {margin: 6px 0 0;}
.foot-table {
	margin-right: auto;
	margin-left: auto;
}
.big-picture {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
