body {
	background-color: #669933;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
}

#menu {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	position: relative;
	top: -50px;
	z-index: 100;
	border: 1px solid #ccc;
	height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	font: Arial, Helvetica, sans-serif;
	word-spacing: 50px;
	
	-moz-box-shadow: 3px 3px 6px #606060;
	-webkit-box-shadow: 3px 3px 6px #606060;
	box-shadow: 3px 3px 6px #606060;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.active_menulink {
	color: #ee8d25;
}

a {	color: black; text-decoration: none; }
a:hover { color: #ee8d25; }



#content {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 20px;
	padding-top: 40px;
	top: -70px;
	background-color: #fff7f2;
	border: 1px solid black;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-khtml-border-radius: 1em;
	-moz-box-shadow: 3px 3px 6px #606060;
	-webkit-box-shadow: 3px 3px 6px #606060;
	box-shadow: 3px 3px 6px #606060;
}

#page_left {
	float: left;
	width: 75%;
}

#page_right {
	border-left: 1px solid #666;
	float: right;
	padding-left: 10px;
}

#footer {
	position: relative;
	top: -70px;
	text-align: right;
	padding-right: 35px;
	padding-top: 5px;
	color: white;
	font-size: 9px;
}

hr {
	border-top: 1px solid #666;
}

h1 {
	color: #ee8d25;
	padding: 0;
	margin: 0;
	font-style: italic;
	font-weight:400;
	font-size: 16px;
}

/* Tours page */
.tour {
	padding-bottom: 20px;
}

