@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	background: url(images/bg_page.png) repeat scroll;
}

#container {
	width: 900px;
	margin: 15px auto;
	border: 1px solid #444;
	background: #f2f2f2;
	-moz-box-shadow: 0 0 10px #444;
	-webkit-box-shadow: 0 0 10px #444;
	box-shadow: 0 0 10px #222;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

/* ---------- HEADER ---------- */

#header {
	width: 900px;
	height: 200px;
	display: block;
	background: url(images/header.jpg) center no-repeat #ccc;
}

/* ---------- CONTENT ---------- */

#content {
	width: 900px;
	display: block;
}

#main {
	width: 540px;
	float: left;
	margin: 0;
	padding: 15px 30px;
	background: url(images/bg_main_top.jpg) top left no-repeat;
	/*background: url(images/bg_main_bottom.jpg) bottom center no-repeat #f2f2f2;*/
}

#side {
	width: 300px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: url(images/bg_side.jpg) top right no-repeat;
}

.sideSection {
	width: 240px;
	float: left;
	margin: 0;
	padding: 15px 30px;
	background: url(images/bg_side_divider.png) bottom center no-repeat;
}

#sideBottom {
	width: 240px;
	float: left;
	margin: 0;
	padding: 15px 30px;
}

h1, h2, h3 {
	font-family: Georgia, Verdana, Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
}

p {
	margin-top: 0;
	line-height: 1.5;
	text-shadow: 0 1px 0 #fff;
}

a:link, a:visited {
	color: #cd6f00;
	text-decoration: none;
}

a:hover, a:active {
	color: #603503;
	text-decoration: none;
}

.tourDatesColumn {
	width: 160px;
	margin-bottom: 15px;
	padding: 0 10px;
	float: left;
	display: block;
}

.tourDatesColumnRight {
	width: 170px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
	float: left;
	display: block;
}

.hidden {
	display: none;
}

/* ---------- FOOTER ---------- */

#footer {
	clear: both;
	display: block;
	width: 900px;
	padding: 10px 0;
	background: url(images/bg_footer.png) top center no-repeat;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	font-size: 0.9em;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}