/*--------------------------------------------------*/
/* Collections					                    */

	#content {
		float: left;
		width: 762px;
	}

	.section {
		border: 1px solid #ccc;
		float: left;
		width: 358px;
		padding: 8px 8px 8px;
		margin: 0 0 8px;
	}

		.section h2 {
			margin: -8px -8px 10px;
			padding: 0 8px;
			font-size: 1.7em;
		}

			.section h2 a {
				display: block;
				padding: 166px 0 6px;
				color: #fff;
			}

		.section p {
			min-height: 4.4em;
		}

			.section p.more {
				min-height: 0 !important;
			}

	#traditional h2 {
		background: url("/a/img/sofaCollections/traditional.jpg") no-repeat 0 0;
	}

		#traditional h2 a {
			color: #000;
		}

	#classic {
		float: right;
	}

		#classic h2 {
			background: url("/a/img/sofaCollections/classic.jpg") no-repeat 0 0;
		}

	#contemporary {
		margin: 0;
	}

		#contemporary h2 {
			background: url("/a/img/sofaCollections/contemporary.jpg") no-repeat 0 0;
		}

	#modern {
		margin: 0;
		float: right;
	}

		#modern h2 {
			background: url("/a/img/sofaCollections/modern.jpg") no-repeat 0 0;
		}

	