	#boxContentLeft {
		float: left;
		margin: 0 0 13px 13px;
		display: inline;
		width: 580px;
		height: auto;
	}	
	
	#boxContentRight {
		float: right;
		margin: 0 13px 13px 0;
		display: inline;
		width: 314px;
		height: auto;
	}
	
	.txtContent h1 {
		margin-top: 0;
		font-family: georgia, serif;
		font-size: 22px;
		font-weight: normal;
		color: #00aaea;
		font-variant: small-caps;
	}
	 .grey {
		color: #a9a9a9;
	 }
	
	#containerFooter {
		margin: 0 auto;
		position: relative;
		width: 995px;
		height: auto;
		text-align: right;
		background-image: url("/arrabelleclubBase/wrap/theme2/images/bg_footer_shadow.gif");
		background-repeat: no-repeat;
		background-position: top center;
	}
	.txtFooter {
		font-size: 10px;
		line-height: 18px;
		color: #919191;
	}
	.txtFooter a:link {
		color: #919191;
		text-decoration: none;
	}
	.txtFooter a:visited {
		color: #919191;
		text-decoration: none;
	}
	.txtFooter a:hover {
		color: #919191;
		text-decoration: underline;
	}
	.txtFooter a:active {
		color: #919191;
		text-decoration: underline;
	}
	
	.divFooterPad {
		display: inline;
		padding: 0 5px 0 5px;
		font-size: 10px;
		color: #919191;
	}
