h2#tour{
	float: left !important;
	width: 250px !important;
	height: 28px !important;
	margin: 25px 10px 5px !important;
	background: url(img/h2-tour.gif);
}

#signup_image_large {
  float: right;
  margin: 20px 0 0 0;
}


#menu_tour {
	clear:left;
	float:left;
	background: url(img/menu_tour_left.png) no-repeat;
	padding-left: 16px;
	width: 100px;
}

	#menu_tour div {
		background: url(img/menu_tour_right.png) no-repeat right top;
		padding-right: 13px;
	}

		#menu_tour div ul {
			background: url(img/menu_tour_bg.png) repeat-x;
			height: 273px;
			
			padding-top: 20px;
			font-size: 12px;
			font-weight: bold;
			padding-right: 10px;
		}
		
		#menu_tour div ul li {
			margin:0;
			padding:0;
		}
		
		* html #menu_tour div ul li {
			border: solid 1px #fff;
		}
		
		#menu_tour div ul li.active {
			background-color: #A80F3E;
		}

			#menu_tour div ul li.active a {
				color: white;
			}

			#menu_tour div ul li a {
				display: block;
				padding: 5px 5px;
				margin:0;
				text-decoration: none;
				color: #666666;
			}


.tour_right {
	float: right;
	width: 560px;
	
}
	.tour_right h3 {
		color: #636466 !important;
		margin-left: 0 !important;
		border-bottom: dotted 1px #ccc;
	}
	
	.tour_right h4 {
		margin: 10px 0 !important;
		color: #92C94A !important;
		font-weight: normal !important;
	}
	
	.tour_right p.center {
		text-align: center;
	}