/* Bauer Palazzo Moncenigo - Photo Tour Page */
	#body #banner {
		width: 752px;
		height: 279px;
		background-image: url(/images/pattern2.jpg);
		text-align: left;
		float: left;
	}
		
	#body #banner .image {
		width: 500px;
		float: right;
		height: 279px;
	}
	
	#body #content {
		float: left;
		padding: 40px 0px 43px 50px;
		text-align: left;
		line-height: 15px;
		/*height: 50px;*/
	}
	
		#body #content a {
			color: #434f47;
			text-decoration: none;
		}
		
		#body #content a:hover {
			color: #a1370b;
			text-decoration: underline;
		}
	
		
