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

body {
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-x;
}
.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #FFF;
	height: 2750px;
}.shade {
	background-image: url(images/shade.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
	height: 2750px;
}
.footer {
	background-color: #595F23;
	text-align: center;
	float: left;
}

.header {
	background-color: #595F23;
	height: 95px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: italic;
}
.border {
	background-image: url(images/border.png);
	background-repeat: no-repeat;
	background-position: center;
}
.header_pic {
	background-image: url(images/Untitled-15.jpg);
	height: 239px;
	background-position: center;
}
.main_menu {

}
.tours {
	width: 800px;
	float: left;

}



.sub_header {
	font-size: 15px;
}
.text {
	color: #000;
	font-family: Georgia;
	font-size: 16px;
	text-align: left;
}

.header_text {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.lower_text {
	color: #000;
	font-family: Georgia;
	font-size: 16px;
}
.footer_ad {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
.content {
	font-family: Georgia;
	color: #000;
	font-size: 16px;
	text-align: justify;
}
.headers {
	font-weight: bold;
	color: #000;
}

