/* ============= Begin Global Styles ================= */

body {
	margin: 0 auto;
	text-align: center;
	background: #f7f7f7;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, form, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}


/* ============= End Global Styles ================= */

/* ============= Begin Structural DIVs ================= */


#wrap {
	margin: 0 auto;
	width: 794px;
}

#content {
	width: 774px /*794px*/;
	text-align: left;
	background: #fff;
	padding: 0 10px;
	float: left;
	background: url(images/backgrounds/content.gif) repeat-y 10px #fff;
}

#header {
	width: 759px /*774px*/;
	height: 40px;
	background: #8eb47b;
	color: #fff;
	font: normal 18px/40px georgia, 'Times New Roman', times, serif;
	border-bottom: 8px solid #fff;
	padding-left: 15px;
	float: left;
}

#leftCol {
	width: 165px;
	height:1120px;
	overflow: auto;
	background: #dfdfdf;
	text-align: center;
	float: left;
	display: inline;	
}

#rightCol {
	width: 609px;
	background:#e7e7e7;
	float: left;
	display: inline;
}

#footer {
	float: left;
	width: 774px;
	padding-top: 10px;
	border-top: 8px solid #fff;
	background: #fff;
}


div.footer {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #8eb47b;
	border-left: 0;
	border-bottom: 0;
	padding: 5px 0 10px 10px;
}


/* ============= Begin Other DIVs ================= */

#leftCol img {
	margin: 15px 0 4px 0;
}

#sectionHeader {
	background: url(images/backgrounds/sectionHeader.gif) repeat-x #dbdbdb;
	padding: 15px 20px 17px 20px;
	height: 43px /*75px*/;
}

#pager {
	width: 130px;
	float: right;
	margin: 22px 0 0 0;
}

#tourContent {
	margin-top: 50px;
	text-align: center;
}

#tourContentText {
	width: 522px;
	text-align: left;
	margin-left: 50px;
	padding-bottom: 25px;
}

/* ============= End Other DIVs ================= */


/* ============= Begin Typography ================= */

#sectionHeader h1 {
	font: normal 24px/24px georgia, 'Times New Roman', times, serif;
	color: #000;
}

#sectionHeader h3 {
	font: normal 14px/14px georgia, 'Times New Roman', times, serif;
	color: #000;
	margin-bottom: 5px;
}

#tourContent h1 {
	font: normal 24px/24px georgia, 'Times New Roman', times, serif;
	color: #000;
	margin: 35px 0 25px 0;
}

#tourContent p {
	font: normal 12px/14px georgia, 'Times New Roman', times, serif;
	color: #000;
	margin-bottom: 15px;
}

/* ============= End Typography ================= */


/* ============= Begin Links ================= */

#header a {
	color: #fff;
	font: normal 18px/40px georgia, 'Times New Roman', times, serif;
	text-decoration: none;
}

#leftCol a {
	color: #000;
	font: normal 11px/14px georgia, 'Times New Roman', times, serif;
}

/* ============= End Links ================= */

