@charset "UTF-8";


#container>header h1 {
	clear:both; /* Tuck under the other items */
}
#container>header h2 {
	text-align:center;
	width:100%;
}

/* RH Margin */
aside.split {
	float: right;
	min-width: 250px;
	width: 37%; /* Collapses at 640px */
}
section.split {
	float: left;
	width: 55%;
}


img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

img.door {
	width:auto;
	max-width:none;
}

.float-2-boxes, .float-2-images, .float-350-r, .float-450-r {
	float:none;
	clear:both;
	width:auto;
}

