body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}
a {
	color: #009999;
	text-decoration: none;
	padding: 0px;
}
a:hover {
	background-color: #EEFDF7;
}
.floatr {
	float: right;
}
.floatl {
	float: left;
}
#green_tour {
	width: 760px;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	text-align: left;
	color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #FFFFFF;
	position: relative;
	height: 100%;
}
#gt_header img {
	display: inline;
}
#gt_menu {
	width: 310px;
	height: 100%;
	padding: 40px 0px;
	position: absolute;
	top: 155px;
}
#gt_menu a {
	display: block;
	font-size: 75%;
	text-align: right;
	border: 0px solid #BFE5CC;
	border-bottom-width: 1px;
	padding: 4px 20px;
}
#gt_menu .sub {
	font-size: 60%;
	padding: 1px 30px;
	border: 0px solid #BFE5CC;
}
#current a {
	background-color: #009999;
	color: #FFFFFF;
	background-image: url(current_bg2.gif);
	font-weight: bold;
}
#gt_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#gt_menu li {
	padding: 0px;
	margin: 0px;
}
#gt_content {
	width: 380px;
	padding: 30px;
	font-size: 75%;
	top: -40px;
	position: relative;
	left: 310px;
}
h2 {
	font-weight: bold;
	background-color: #EEFDF7;
	font-size: 100%;
	padding: 2px;
}
#gt_content ul {
	text-indent: 15px;
}
#gt_content a {
	font-style: italic0;
}
#gt_content p {
	margin: 0px;
	white-space: normal;
	text-align: justify;
}
#gt_footer {
	background-color: #006666;
	background-image: url(current_bg.gif);
	text-align: right;
	width: 100%;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	height: 14px;
	border: 0px solid #BFE5CC;
	border-top-width: 3px;
	white-space: nowrap;
	clear: both;
	position: relative;
}
#gt_footer a {
	color: #FFFFFF;
}
#gt_footer a:hover {
	color: #FFFF00;
	background-color: #006666;
	background-image: url(current_bg.gif);
}
