* {
	margin: 0;
	padding: 0;
 }
body {
 background-color: #eaead2;
	font-size: 62.5%;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
body, table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*div#pagewrap {
	margin: 0 auto;
	background: blue;
}*/
div#header {
 background-image: url(images/header.jpg);
 margin: 0 auto;
	width: 1050px;
	height: 322px;
}
div#contentwrap {
	margin: 0 auto;
	width: 1050px;
	clear: none;
	background-image: url(images/bottombackground.jpg);
	background-repeat: repeat-y;
}
div#content {
	float: left;
	width: 560px;
	margin-left: 15px;
	padding: 0 20px;
	/*background-image: url(images/contentfooter.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	min-height: 350px;
	}
div#content img.right {
	margin: 5px;
 float: right;
}
div#content img.left {
	float: left;
	margin: 0 10px;
}
div#content ul {
	color: #881d19;
 padding: 10px 10px 10px 50px;
	font-size: 1.3em;
	font-weight: bolder;
}

div#content p {
	padding: 10px 0 10px 20px;
	color: #000;
	font-size: 1.2em;
}
div#content a:link, div#content a:active, div#content a:visited {
	color: #881d19;
	text-decoration: none;
	font-weight: bolder;
}
div#content a:hover {
 border-bottom: 1px dotted #881d19;
 }
.italic {
	font-style: oblique;
	text-align: center;
}
div#contentfooter {
	height: 19px;
	width: 774px;
	margin: 0 auto;
	background-image: url(images/contentfooter.gif);
	background-position: right;
	background-repeat: no-repeat;
	clear: left;
	}
div#footer {
 width: 595px;
	margin: 0 auto;
	height: 51px;
	padding-left: 200px;
	background-color:	#dfdbb5;
	clear: both;
}
div#navwrap {
 position: absolute;
	top: 50px;
	left: 580px;
}
div#footer img, div#navwrap img {
	display: inline;
	border: none;
	float: left;
}
div#pageheading {
/*	background-image: url(images/pageheading.jpg);*/
	height: 117px;
	width: 1050px;
 }
div#vertnav {
 float: left;
	/*margin: 0 0 0 120px;*/
	padding-left: 135px; 
	width: 170px;
	position: relative;
	bottom: 40px;
	}
div#vertnav li {
	font-family: "Copperplate Gothic Bold", "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 5px 2px;
	border-bottom: #d6ce9e 2px dotted;
}
div#vertnav ul {
 list-style: none;
}
div#vertnav a:link, div#vertnav a:hover, div#vertnav a:active, div#vertnav a:visited {
 color: #881d19;
	text-decoration: none;
}
div#vertnav ul#navtours li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: none;
	padding-left: 10px;
}
div#vertnav ul#navtours li a {
	color: #000;
}

.replace {
	display: none;
}
div#content p.photo {
	float: right;
 color: #881d19;
	width: 188px;
	padding: 0 5px;
	font-weight: bolder;
	text-align: center;
}
div#content img {
	padding: 3px;
	background: #fff;
	border: 1px solid #d6ce9e;
}
div#content h2 img {
	border: none;
}
div#content img.center {
	display: block;
	margin: 10px auto;
	clear: left;
}
h2 {
 font-size: 1.7em;
	clear: none;
	color: #881d19;
}

/* HEADINGS */
h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3 {
 font-size: 1.4em;
	margin: 5px 5px 20px 0;
 color: #881d19;
}
h4 {
	font-size: 1.4em;
	margin: 5px 5px 5px 0;
}
h5 {
	font-size: 1.2em;
	margin: 5px 5px 5px 0;
}
h6 {
	font-size: 1.1em;
}
