body {
	font-family: "Times New Roman", Times, serif;
	/* color: #fff;
	background-color: #00000; */
}
a {color:#fff;}

.centered-text {
	text-align:center;
}
h2, h3, p {
	color: #000;
}
.container {
	float: left;
	margin-bottom:10px;
	width: 100%;
}

.site-title > img {
	border: none;
}

.float-right {
	float: right;
}

img {
	border: 1px #000 solid;
	border-radius: 5px;
}




/* tour-info page */
h3 {
	margin-top:10px;
}
.well {
	background-color: #99B27F;
	margin-bottom: 30px;
}
#tbl-heading {
	text-align: center;
}

/* about us page */

.well-pad {
	margin-top: 25px;
	margin-bottom:25px;
	border-color: #000;
}

.panel {
	margin-top:40px;
	margin-bottom: 20px;
	padding-left:15px;
	padding-right:15px;
	background-color: #c0c0c0;
	border: 1px solid #000;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact ul {
	padding: 0px;
}
.contact ul li {
	margin-bottom: 10px;
	list-style: none;
}

#contact-area {
	max-width: 600px;
	margin-top: 25px;
	
	margin-left:auto;
	margin-right:auto;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

/* Google Maps */
.container-full {
	margin-bottom:25px;
}
.top-space {
	margin-top: 35px;
}
#map {
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	
	width:75%;
	height:400px;
	
	border:2px solid #000;
	border-radius: 15px;
}
.table td {
	border-color: #000 !important;
}