	#containerinnerTour{
		width:768px;
	}
	#headerTour{
		background-color:#f38911;
		text-align:left;
		vertical-align:top;
	}
	#headerTour img.logo{
		padding-left:10px;
	}
	#headerTour img.close{
		top:-50px;
		left:520px;
		position: relative;
	}
	#footerTour{
		width:768px;
		float:left;
		height:42px;
		background:url(/static/images/footer-bg.gif) top left no-repeat #c9c3c7;
		text-align:right;
		
	}
	h1{
		font-size:1.2em;
		margin-bottom:5px;
	}
	#tourImage{
		float:left;
		width:510px;
		background-color:purple;
	}
	#tourImageInner{
		float:left;
		width:510px;
/*		background:url(/static/images/image-bg.gif) top left no-repeat #FFF;*/
		padding:0px;
		margin:0px;
		text-align:left;
	}
	#tourImageInner img{
		margin:0px;
		padding:0px;
		border:0px;

	}
	#tourText{
		position:relative;
		top:15px;
		width:250px;
		height:660px;
		float:left;
		text-align:left;
		line-height:1.3em;
	}
	#tourMain{
		width:768px;
		float:left;
	}
