body{
	margin:0px;
	background-color: #CCCCCC;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.image_left {
	float: left;
	padding-right: 10px;
	width: 250px;
}
.image_right {
	float:right;
	padding-left: 10px;
	width: 250px;
}
#container {
	margin: 0px auto;
	width: 99%;
	background-color: #CCCCCC;
	padding: 0%;
}
#nav_column {
	background-color: #CCCCCC;
	width: 20%;
	float: left;
	padding: 0%;
	height: auto;
 	}

#content {
	background-image: url(images/brick_pattern2.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #FFFFFF;
	position: relative;
	width: 79%;
	margin-left: 20%;
	border-left: solid #000000 3px;
}
#footer {
	background-image: url(images/footer_white.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 76px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 110%;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 110%;
	color: #000000;
	text-decoration: underline;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 110%;
	color: #CC0000;
	text-decoration: none;
	padding: 0;
	margin: 0 0 5px 0;
	text-align: left;
}
#footer div {
	font-family: "Abadi MT Condensed Extra Bold", "Arial Rounded MT Bold", "Arial Black", Arial;
	font-size: 16px;
	position: relative;
	padding-top: 50px;
}
#header {
	padding: 2%;
	text-align:center;
}
#footer_grey {
	background-image: url(images/footer_grey.gif);
	background-repeat: repeat-x;
	height: 43px;
}
#nav_header {
	background-image: url(images/header_grey.gif);
	height: 43px;
	background-repeat: repeat-x;
}
#text {
	padding: 0% 4% 0% 4%;
	width: 92%;
	margin-bottom: 0px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	color: #CC0000;
	text-decoration: none;
	width: 250px;
}
.long_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #CC0000;
	text-decoration: none;
	font-style: italic;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
}

#nav_column ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	width: 141px;
}
#nav_column li{
	margin-bottom:20px;
}
#nav_column a, #nav_column a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 54px;
	width: 141px;
	display: block;
	background-image: url(images/bckgrnd_btn2.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	color: #000000;
	padding: 18px 0px 0px 0px;
}
#nav_column a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 54px;
	width: 141px;
	display: block;
	background-image: url(images/bckgrnd_btn_light2.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	color: #000000;
	padding: 18px 0px 0px 0px;
}
#nav_column .active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 54px;
	width: 141px;
	display: block;
	background-image: url(images/bckgrnd_btn_light2.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	color: #000000;
	padding: 18px 0px 0px 0px;
	cursor:default;
}
.new_section {
	margin-bottom: 20px;
	min-height: 220px;
	width: 99%;
	float: left;
	border-bottom: solid #cccccc 3px;
	padding-bottom: 10px;
}
.new_section2 {
	margin-bottom: 20px;
	min-height: 320px;
	clear: both;
}
.tourtext_column1{
	width: 47%;
	padding-right: 3%;
	text-align: center;
	float: left;
}
.tourtext_column2{
	width: 49%;
	text-align: center;
	float: left;
}
table {
	width: 99%;
	border-spacing:0px;
	border-collapse:collapse;
}
td {
	text-align: left;
	border: thin solid #999999;
	padding: 5px;
	margin: 0px;
}
#text .centered {
	text-align: center;
	font-style: italic;
}
