/* Commot tour stuff */
#tour h1 {
	font-size: 1.4em;
	color: #422200;
	font-family: Verdana, Arial, sans-serif; 
	padding-left: 40px;
	height: 37px;
	padding-top: 14px;
}

#tour {
	height: 466px; /* -50 because of padding */
	width: 800px;
	padding-top: 50px;
}

#tour dl dt {
	color: #422200;
	font-weight: bold;
	font-size: 0.9em;
}

#tour dl dd {
	margin: 0 1em 1.1em 0;
	font-size: 0.9em;
}


#tour h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
}

/* Page 1 */
.page1 {
	background: url(/images/tour/tour1-bg.jpg) white top left no-repeat;
}

.page1 dl {
	margin-left: 350px;
	margin-top: 0.5em;
}

.page1 h1 {
	background: url(/images/tour/tour1-h1.gif) white top left no-repeat;
	margin: 0 0 0 520px;
}

.page1 h2 {
	float: right;
	margin: 0 3em 0 0;
}

/* Page 2 */
.page2 {
	background: url(/images/tour/tour2-bg.jpg) white top left no-repeat;
}

.page2 dl {
	margin-left: 323px;
	margin-top: 0.5em;
}

.page2 h1 {
	background: url(/images/tour/tour2-h1.gif) white top left no-repeat;
	margin: 30px 0 30px 420px;
}

.page2 h2 {
	float: right;
	margin: 0 3em 0 0;
}

/* Page 3 */
.page3 {
	background: url(/images/tour/tour3-bg.jpg) white top left no-repeat;
}

.page3 dl dd {
	width: 400px;
	margin-top: 0.5em;
}
.page3 dl {
	margin-left: 33px;
	margin-top: 0.5em;
	margin-right: 400px;
}

.page3 h1 {
	background: url(/images/tour/tour3-h1.gif) white top left no-repeat;
	margin: 95px 100px 0 20px;
	width: 200px;
}

.page3 h2 {
	margin: 0 3em 0 33px;
}
