@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #191919;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #dad4b2;
	padding-top: 10px;
	margin: 0px;
	text-align: center;
}
#container {
	width: 1050px;
	background-color:#95796e;
/*	background-image: url(images/back_grad.jpg);
	background-position: Left Top;
	background-repeat: repeat;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#MenuLeft {
	width: 400px;
	float: left;
}
#MenuRight {
	width: 650px;
	float: right;
	height: 34px;
	background-color: 000000;
}
#ColumnContainer {
	width: 1050px;
	background-image: url(images/front_back.jpg);
	background-position: Left Top;
	background-repeat: no-repeat;
	height: 318px;
}
#lrgImage {
	margin: 0 auto;
	width: 1000px;
	background-color: #dad4b2;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
}

#FullColumn {
	width: 990px;
	float: left;
	margin: 0px 0px 10px 20px;
}

#FullBox{
	float:left;
	width: 990px;
	background-color: #dad4b2;
	min-height:300px;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

#LeftColumn {
	width: 640px;
	float: left;
	margin: 0px 0px 10px 20px;
}
#LeftBox{
	float:left;
	width: 620px;
	background-color: #dad4b2;
	min-height:300px;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

#RightColumn {
	width: 340px;
	float: right;
	margin: 0px 20px 10px 20px;
	background-color: #555;
}

#RightPicBox {
	margin-top:10;
	text-align: center;
	color: #FFF;
}

#RightPicBox a{
	color: #FFF;
}

#ColumnLeft {
	width: 820px;
	float: left;
	height: 317px;
}
#FrontTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #060201;
	margin: 0px 50px 20px 50px;
	text-align: left;
	line-height: 1.3;
}
#ColumnRight {
	width: 230px;
	float: right;
	height: 317px;
}
#RightColumnContainer {
	margin: 0px 0px 0px 5px;
}
#Footer {
	width: 1050px;
	background-image: url(images/menu_bk.jpg);
	background-position: Left Top;
	background-repeat: repeat-x;
	background-color: 000000;

}
#FooterTxt {
	height: 26px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	color: #CCC;
	padding-top: 8px;
	font-weight: bold;
}
#FooterTxt a{
	color:#dad4b2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

#FooterTxt a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#ColumnContainerBk {
	width: 1050px;
	margin: 0px;
	min-height: 400px;
	font-size: 12px;
}
#titleLeftBk {
	width: 550px;
	float: left;
	padding: 0px 0px 0px 100px;
}
#titleRightBk {
	width: 350px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAF8CF;
	padding: 0px 50px 0px 0px;
}

#ColumnLeftBk {
	width: 400px;
	float: right;
	text-align: center;
}
#TripBox{
	background-color: #BCB476;
	border: 1px solid #000000;
	width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#TripBox_header {
	width: 300px;
	height: 40px;
	background-image: url(images/trip-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#TxtBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #060201;
	padding-top: 8px;
	padding-left: 15px;
	margin: 0px;
	text-align: left;
	padding-bottom: 8px;
}
#TourBox{
	background-color: #91A5C6;
	border: 1px solid #000000;
	width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#TourBox_header {
	width: 300px;
	height: 40px;
	background-image: url(images/other-tours-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#RightLeftTxt{
	float:left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 10px 20px 20px;
	color: #FFF;
}

#TourBoxTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #060201;
	padding-top: 8px;
	padding-left: 15px;
	margin: 0px;
	text-align: left;
	padding-bottom: 8px;
}
#TourBoxTxt a{
	color:#060201;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

#TourBoxTxt a:hover{
	color:#ffffff;
	text-decoration:underline;
}

