/* Bauer Palazzo Moncenigo */

body {
	background-color: #859285;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial;
	font-size: 11px;
	color: #434f47;
	text-align: left;	
}

#page {
	width: 752px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#header {
	
}

	#header .logo {
		padding: 17px 0px 0px 0px;
		height: 130px;
		float: left;
		width: 250px;
	}
	
	#header .right {
		float: right;
		width: 500px;
	}
	
	#header .right .time {
		padding: 12px 0px 0px 0px;
		text-align: right;
	}
	
	#header .right .heading {
		padding: 0px 35px 0px 0px;
		font-size: 16px;
		color: #FFFFFF;
		text-align: right;
	}
	
	#header .right .heading h1,
	#header .right .heading #pgHeading h1 {
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		padding: 10px 0px 0px 0px;
		margin: 0px;
	}
	
#body {
	background-color: #FFFFFF;
	float: left;
}

	#body #banner {
		height: 207px;
		background-image: url(/images/pattern.jpg);
		text-align: left;
		float: left;
	}
	
		#body #banner .left {
			width: 200px;
			float: left;
			padding: 16px 0px 0px 30px;
		}
		
		#body #banner .left .links {
			width: 170px;
			float: left;
			padding: 0px 0px 18px 0px;
			line-height: 20px;
			font-size: 13px;
			font-weight: bold;
		}
		
			#body #banner .left .links .selected {
				width: 170px;
				padding: 0px 0px 10px 20px;
				background-image: url(/images/arrow.gif);
				background-position: top left;
				background-repeat: no-repeat;
				float: left;
				color: #a1370b;
			}
			
			#body #banner .left .links .unselected {
				width: 170px;
				padding: 0px 0px 0px 20px;
				float: left;
			}
			
			#body #banner .left .links a {
				color: #141a18;
				text-decoration: none;
				width: 193px;
				float: left;
				font-family: arial;
				font-size: 11px;
				padding: 0px 0px 10px 0px;
				font-size: 13px;
			}
			
			#body #banner .left .links a:hover {
				color: #a1370b;
			}
		
		#body #banner .left .address {
			width: 170px;
			float: left;
			padding: 0px 0px 0px 20px;
			color: #434f47;
			font-size: 12px;
		}
		
			#body #banner .left .address a {
				color: #434f47;
				text-decoration: underline;
			}
			
			#body #banner .left .address a:hover {
				text-decoration: none;
				color: #a1370b;
			}
		
		#body #banner .image {
			width: 500px;
			float: right;
			height: 207px;
		}
					
#footer {
	float: left;
	color: #ffffff;
	font-size: 10px;
}

	#footer .pgNav {
		width: 752px;
		float: left;
		padding: 5px 0px 5px 0px;
		text-align: center;
		line-height: 22px;
	}
	
		#footer .pgNav .currentPage,
		.currentPage {
			color: #434f47;
		}
	
	#footer .line1 {
		width: 752px;
		float: left;
		padding: 0px 0px 0px 0px;
		background-color: #c6cdc6;
		text-align: left;
	}
		
	#footer .line2 {
		width: 752px;
		padding: 10px 0px 3px 0px;
		text-align: center;
		float: left;
		margin: 0px;
	}
	
	.line3 {
		text-align: center;
		padding: 10px 0px 10px 0px;
	}
	
		.line3 a {
			font-size: 10px;
			color: #ffffff;
			text-decoration: none;
		}
		
		.line3 a:hover {
			text-decoration: underline;
		}
	
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

img {
	border: 0px;
}

.clear_both { 
	clear: both;
}