DIV#content {
	position: static;
	float: right;
/*	margin: 4em 20px 0 0;*/
	margin-top: 100px;
	width: 675px;
	/*border: 1px solid;*/
}

DIV#productsHeadline {
	background: transparent url(../images/solid_line_640.gif) no-repeat left bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: right;
}

DIV.collection {
	background: transparent url(../images/dotted_line_640.gif) no-repeat left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
	height: 230px;
}

DIV#finalCollection {
	background: transparent url(../images/solid_line_640.gif) no-repeat left bottom;
}

DIV.collection DIV {
	float: left;
}

DIV.collection DIV.left {
	width: 333px;
/*	border: 1px solid;*/
}

DIV.collection DIV.right {
	width: 332px;
	float: right;
	text-align: right;
	/*border: 1px solid;*/
}

DIV.collection DIV H3 {
	margin: 0 0 10px 0;
}

DIV.collection DIV IMG.flagshipSalons { margin: 5px 0; }


HTML BODY.collectionsLanding DIV#footer { position: static; padding-bottom: 1em; } 
