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

#homeInfo {
	width: 660px;
	text-align: center;
	margin: 0 auto;
	padding-top: 75px;
}

/*news*/

.newsHeader {
	width: 660px;
	height: 60px;
	margin:0 auto;
	border-top: solid #fff 1px;
	border-bottom: dotted #fff 1px;
	background-image: url(../img_s/whiteBg.png);
	padding: 10px;
}
.newsIcon {
	float: left;
}
.newsTitle {
	float: left;
	font-size: 14px;
	text-align: left;
	padding-left: 20px;
}
.newsBody {
	width: 660px;
	margin:0 auto;
	text-align: left;
	padding: 10px;
}


/*tour dates*/
#tourBox {
	width: 660px;
	margin:0 auto;
	padding: 10px;
}
#tourBox td {
	border-bottom: solid #1f0d06 1px;
}

.tour_row_even {
	background-image: url(../img_s/whiteBg.png);
	color: #333;
	border: solid #ccc 1px;
}
.tour_row_even a:link, .tour_row_even a:visited {
	text-decoration: none;
	border-bottom: dotted #333 1px;
	color: #333;
}
.tour_row_even a:hover, .tour_row_even a:active {
	border: solid #000 1px;
}
.tour_row_odd {
	background-image: none;
	border: solid #ccc 1px;
	color: #000;
}
.tourHeader {
	color: #666;
	font-size: 14px;
	font-style: italic;

}