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