body, html {
	margin: 0px;
	background: #EBEAE6;
}

td {
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #333333;
}

td.pe_left {
	background: url(../images/pe_left.jpg) no-repeat right top;
}

td.pe_right {
	background: url(../images/pe_right.jpg) no-repeat left top;
}

td.vert_divider {
	border-left: 1px solid #938664;
}

h1 {
	font: 30px "Century Gothic", Tahoma, Arial;
	color: #474560;
}

.inputBox {
	font: 14px "Century Gothic", Tahoma, Arial;
	color: #4B443D;
	background: #FFFFFF;
	border-top: 1px solid #CCC9C1;
	border-right: 1px solid #CCC9C1;
	border-bottom: 1px solid #CCC9C1;
	border-left: 5px solid #938663;
	line-height: 16px;
	height: 16px;
	padding-left: 5px;
}

.inputTextBox {
	font: 14px "Century Gothic", Tahoma, Arial;
	color: #4B443D;
	background: #FFFFFF;
	border-top: 1px solid #CCC9C1;
	border-right: 1px solid #CCC9C1;
	border-bottom: 1px solid #CCC9C1;
	border-left: 5px solid #938663;
	padding-left: 5px;
}

.dropBox {
	font: 14px "Century Gothic", Tahoma, Arial;
	color: #4B443D;
	background: #FFFFFF;
	border-top: 1px solid #CCC9C1;
	border-right: 1px solid #CCC9C1;
	border-bottom: 1px solid #CCC9C1;
	border-left: 5px solid #938663;
	padding-left: 5px;
}

.button {
	font: 14px "Century Gothic", Tahoma, Arial;
	color: #4B443D;
	background: #FFFFFF;
	border-top: 1px solid #CCC9C1;
	border-right: 1px solid #CCC9C1;
	border-bottom: 1px solid #CCC9C1;
	border-left: 5px solid #938663;
	line-height: 16px;
	height: 22px;
}

a.top_menu:link, a.top_menu:visited, a.top_menu:active {
	font: 14px "Century Gothic", Tahoma, Arial;
	color: #FFFFFF;
	background: #4B443D url(../images/top_menu_off.jpg) no-repeat 10px 10px;
	display: block;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 30px;
	text-decoration: none;
	line-height: 30px;
}

a.top_menu:hover {
	background: #6F6964 url(../images/top_menu_on.jpg) no-repeat 10px 10px;
	text-decoration: none;
}

a.main_menu:link, a.main_menu:visited, a.main_menu:active {
	font: 14px "Century Gothic", Tahoma, Arial;
	color: #FFFFFF;
	background: url(../images/main_menu_off.jpg) no-repeat 5px 5px;
	display: block;
	padding-right: 10px;
	padding-left: 25px;
	text-decoration: none;
	line-height: 25px;
}

a.main_menu:hover {
	background: url(../images/main_menu_on.jpg);
	text-decoration: none;
}

.tours-centered {
	width: 500px;
	margin: 0 auto 50px auto;
}

.tours-centered h2 {
	margin: 30px 0 5px 0;
}

.tours-centered img {
	border: none;
}

.footer {
	font: 11px "Century Gothic", Tahoma, Arial;
	color: #938663;
}

a.footer_menu:link, a.footer_menu:visited, a.footer_menu:active {
	font: 11px "Century Gothic", Tahoma, Arial;
	color: #938663;
	text-decoration: none;
}

a.footer_menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer_menu_mantis:link, a.footer_menu_mantis:visited, a.footer_menu_mantis:active {
	font: 11px "Century Gothic", Tahoma, Arial;
	color: #938663;
	text-decoration: none;
}

a.footer_menu_mantis:hover {
	color: #4B443D;
	text-decoration: none;
}

