/* Common */
body {
	margin-bottom: -180px;
}

h1 {
	margin: 0.5em 0;
	font-size: 300%
}

h2 {
	margin: 0.5em 0;
	font-size: 200%;
}

h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}

/* Intro */
/*h1, h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}*/

.intro {
width: 895px;
height: 430px;
margin: -5px 0 -10px 0;
padding: 0;
background-color: transparent;
background-image: url("/images/tour/intro.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
}

.introdescription {
width: 340px;
padding: 0 30px 0 30px;
}

h1#introtitle {
padding-top: 40px;
height: 120px;
font-size: 41px;
line-height: 42px;
font-weight: bold;
font-family: helvetica,arial,sans-serif;
letter-spacing: -1px;
}

h2#introdescription {
padding-top: 5px;
height: 105px;
font-family: georgia,times;
font-size: 22px;
font-weight: normal;
line-height: 1.2em;
color: #222222;
}

#introtour {
text-align: center;
padding: 0 50px 0 50px;
height: 40px;
font-size: 25px;
line-height: 25px;
font-weight: bold;
margin: 0;
}

#introdownload {
width: 100%;
text-align: center;
}

/* Tour */

.tour {
width: 865px;
text-align: center;
}

.tour hr {
	width: 90%;
	border: 1;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* .tour h2 {
	size: 200%;
}

.tour h3 {
	size: 150%;
} */