	#boxHomeContent1 {
		float: left;
		margin: 0 0 13px 13px;
		display: inline;
		width: 404px;
		height: auto;
	}
	
	#boxHomeContent2 {
		float: left;
		margin: 0 0 13px 0;
		display: inline;
		width: 205px;
		min-height: 277px;
		height: auto !important;
		height: 277px;
		
		border-left: 1px solid #8cd9f6;
	}
	/*use this class to remove top margin on first p tag in firefox*/	
	.txtHomePromo h2:first-child {margin-top:0;}
	.txtHomePromo p:first-child {margin-top:0;}
	
	.txtHomePromo h2 {
		margin: 15px 0 0 0;
		font-size: 14px;
		color: #00aaea;
	}	
	.txtHomePromo p {
		margin: 0 0 0 0;
	}
	.txtHomePromo a:link {
		color: #989898;
		text-decoration: underline;
	}
	.txtHomePromo a:visited {
		color: #989898;
		text-decoration: underline;
	}
	.txtHomePromo a:hover {
		color: #989898;
		text-decoration: underline;
	}
	.txtHomePromo a:active {
		color: #989898;
		text-decoration: underline;
	}
	
	#boxHomeContent3 {
		float: right;
		margin-right: 13px;
		display: inline;
		width: 313px;
		height: 279px;
	}
	
	#containerFooter {
		margin: 0 auto;
		position: relative;
		width: 995px;
		height: auto;
		text-align: center;
		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;
	}