#header {
	width: 750px;
	margin: 15px;
}

/* @group Page Elements */

.greyhr {
	width: 750px;
	height: 25px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #c6c6c6;
	background-image: url(../images/bg_grey.gif);
	color: #fff;
	padding-top: 5px;
}

.bluehr {
	width: 750px;
	height: 25px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #c6c6c6;
	background-image: url(../images/bg_blue.gif);
	color: #fff;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-indent: 10px;
	text-shadow: #1d1d1d 0 1px 1px;
	padding-top: 5px;
	margin-top: 15px;
	border: 1px outset #c3c3c3;
}

.tour {
	width: 710px;
	padding: 20px;
	background-color: #ececec;
	border: 1px outset #c3c3c3;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	height: auto;
	overflow: auto;
}

.tourtext {
	width: 230px;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #464646;
	float: left;
}

.tourbuttons {
	width: 210px;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #464646;
	float: left;
	margin-left: 30px;
	padding-right: 30px;
}

.tourimage {
	width: 200px;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #464646;
	float: right;
	position: relative;
}

/* @end */

/* @group Text Styles */

.smalltext {
	font: 10px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: none;
	text-indent: 5px;
	color: #8d8d8d;
}

.hrtitle {
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-indent: 10px;
	text-shadow: #1d1d1d 0 1px 1px;	
}

.table {
	font: bold 10px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-indent: 5px;
	color: #000;
}

.table2 {
	font: 10px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-indent: 5px;
}

.language a:link {
	font: 10px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: none;
	text-decoration: none;
	text-indent: 5px;
	color: #fff;
	padding-right: 10px;
}

.language a:hover {
	text-decoration: underline;
}



/* @end */
