/* Styles specific to the home page */

#leftColumn h2 {
	background: url(../images/la_maison/heading_1.gif) no-repeat;
}

#leftColumn h2.secondHeading {
	background: url(../images/la_maison/heading_2.gif) no-repeat;
}

#pageFooter {
	background: none;
	position: relative;
	margin: 0;
}

#breakoutBox {
	/*border: 1px solid #ff0000;/* for debugging */
	background: #8d8d52 url(../images/breakout_bg_gradient_tile.jpg) repeat-x;
	width: 693px;
	height: 236px;
	margin-left: 4px;
	margin-top: 4px;
}

#breakoutContent {
	/* t r b l */
	/*border: 1px solid #00ff00;/* for debugging */
	background: url(../images/la_maison/page_bottom.gif) no-repeat;
	width: 693px !important;
	width: /**/668px; /* IE */
	height: 203px;
	/* hide from mac IE5 \*/
	height: 236px;
	/* */
	position: relative;
	top: -8px;
	padding: 44px 0 0 25px;
	margin-bottom: -18px; /* for Opera */
}

#breakoutContent #breakoutText {
	float: left;
	width: 248px;
}

#breakoutContent #breakoutText h2 {
	background: url(../images/la_maison/your_hosts.gif) no-repeat;
	width: 248px;
	height: 15px;
}

#breakoutContent #affiliates {
	/*border: 1px solid #00ff00;/* for debugging */
	width: 368px;
	margin-left: 283px;
}

#breakoutContent #affiliates h2 {
	background: url(../images/la_maison/our_affiliates.gif) no-repeat;
	width: 368px;
	height: 15px;
	margin-bottom: 10px;
}

#breakoutContent #affiliates img {
	border: 1px solid #666600;
	vertical-align: top;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}

#affiliates a {
	background: none; 
	padding: 0;
}

#affiliates a:hover {
	background: none; 
}


