body {
	background: url(images/bg_bdy.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
img {
	border: 0;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	background: url(images/hdrbg3.jpg) repeat-x left top;
	height: 160px;
}
#header > div {
	width: 940px;
	margin: 0 auto;
	padding: 0 0px;
	text-align: right;
}
/** Logo **/
#logo {
	float: left;
}
/** Nav **/
#nav {
	display: inline-block;
	line-height: 140px;
	list-style: none;
	width: 310px;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	width: 102px;
	text-align: center;
}
#nav li:first-child {
	margin-left: 0;
}
#nav li a {
	color: #9b660b;
	line-height: 60px;
	text-decoration: none;
	text-shadow: -2px 2px 1px #000;
}
#nav li a:hover, #nav li.selected a {
	color: #e29b1f;
}

#hdrtext li {
    display: inline-block;
    float: left;
	width: 400px;
	text-align: center;
	color: #333333;
	line-height: 140px;
	text-decoration: none;
	
}
/*------------------------------ CONTENTS ------------------------------*/
#contents {
	background: #ffffff url(images/mid_border.jpg) repeat-x left bottom;
	min-height: 1080px;
	padding-bottom: 10px;
}
#contents > div {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
}
#contents h3 {
	color: #a17b2d;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0
}

#contents p a {
	color: #aa9387;
}
#contents p {
    align: left
    font-family: Verdana, Arial, Helvetica;
	color: #874905;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	padding: 0 0 24px;
	/** text-align: justify; **/
}
#contents a:hover {
	color: #ce8763;
}
/** Spacer **/
#contents div#spacer {
	margin-bottom: 36px;
	padding: 0;
	text-align: center;
}
#tablecontents li {
   font-family: Times New Roman, Verdana, Arial, Helvetica;
   color: #87746A;
	font-size: 14px;
	line-height: 12px;
	margin: 0 auto;
	padding: 0 0 8px;
   text-align: left;
}
#spacer img {
	margin-bottom: 24px;
}
#spacer p {
	width: 600px;
	text-align: center;
	text-indent: 40px;
}
/** Bottompics **/
#contents div#bottompics {
	background: url(images/bg_botpics.png) no-repeat center top;
	width: 100%;
	margin-bottom: 60px;
	padding: 30px 0 24px;
	text-align: center;
}
#bottompics ul {
	display: inline-block;
	list-style: none;
	width: 960px;
	margin: 0;
	padding: 0;
}
#bottompics ul li {
	float: left;
	width: 260px;
	margin: 0 10px;
}
#bottompics p {
	padding: 0;
	text-align: center;
}
/** About **/
#contents div#about {
	width: 730px;
	padding: 20px 115px 0;
}
#about h3 {
	margin: 30px 0 0;
}
#about p {
	font-size: 13px;
	margin: 0 auto;
	text-align: justify
}

#email {
	font-size: 12px;
	a{color:#000;}
    a:hover{color:#0e5ba4;}
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	background: url(images/bg_ftr.png) repeat-x center bottom;
	padding: 18px 0 30px;
}
/** Connect **/
#connect {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: center;
}
#connect a {
	background: url(images/links.png) no-repeat;
	display: inline-block;
	height: 39px;
	width: 40px;
	margin: 0 20px;
}
#connect a.facebook {
	background-position: 0 0;
}
#connect a.email {
	background-position: 0 -49px;
}
#connect a.twitter {
	background-position: 0 -98px;
}
#connect a.googleplus {
	background-position: 0 -147px;
}
#footer p {
	color: #956836;
	font-size: 13px;
	line-height: 24px;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
