
DIV#content {
	position: static;
	float: right;
	margin: 4em 0 0 0;
	width: 676px;
	/*border: 1px solid green;*/
}

DIV#productsHeadline {
	background: transparent url(../images/solid_line_640.gif) no-repeat left bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
	text-align: right;
	width:676px;
}

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: 284px;
	/*border: 1px solid green;*/
}

DIV.collection DIV.right {
	float: right;
	width: 388px;
/*	width: auto;*/
	text-align: right;
	/*border: 1px solid red;*/
}



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; } 

