body {
	background-color: #644d36;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#logo {
	height: 40px;
	width: 510px;
	position: absolute;
	padding-top: 80px;
	padding-left: 28px;
}

#contact1 {
	height: 40px;
	width: 165px;
	position: relative;
	float: right;
	padding-top: 90px;
	padding-right: 5px;
	clear: left;
}

#contact2 {
	height: 40px;
	width: 138px;
	position: relative;
	float: right;
	padding-top: 90px;
	padding-right: 70px;
	clear: both;
}

#nav {
	height: auto;
	width: 161px;
	position: relative;
	padding-left: 25px;
	text-align: right;
	float: left;
}

#content-image {
	height: auto;
	width: 346px;
	position: relative;
	float: left;
	padding-left: 5px;
	padding-bottom: 8px;
}

#content {
	height: auto;
	width: 335px;
	position: relative;
	float: left;
	padding-left: 10px;
	text-align: left;
}

#footer-credits {
	height: auto;
	width: 300px;
	position: relative;
	padding-left: 25px;
	float: left;
}

#footer-nav {
	height: auto;
	width: 400px;
	position: relative;
	padding-left: 110px;
	text-align: right;
	float: left;
	padding-top: 20px;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
a.text:link {
	color: #898b8e;
}
a.text:visited {
	color: #898b8e;
}
a.text:hover {
	color: #e5ac00;
}



.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #e5ac00;
	text-decoration: none;
	font-weight: normal;
}


.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
a.footernav:link {
	color: #000000;
}
a.footernav:visited {
	color: #000000;
}
a.footernav:hover {
	color: #e5ac00;
}


.addressgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #898b8e;
	text-decoration: none;
}


.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #e5ac00;
	font-weight: bold;
	text-decoration: none;
}
a.nav:link {
	color: #898b8e;
}
a.nav:visited {
	color: #898b8e;
}
a.nav:hover {
	color: #e5ac00;
}



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
