#container {
	background: url(images/tier2_bg.gif) top left repeat-y;
	
}
#content_area {
	position: relative;
}
	#content_area h2 {
		background: #e7e3de;
		padding: 16px 18px 8px 18px;
		font-size: 18px;
		color: #3e3d3b;
		color: #000;
	}
	
	#tier2_nav, #content_box, #sidebar { /* weird hack for IE and z-index of content */
		position: relative;
	}
	#sidebar {
		
	}
	
	#content_box {
		width: 348px;
		float: left;
		padding-bottom: 20px;
		overflow: hidden;
	}
		#content_box p {
			color: #5e5a51;
			padding: 0 20px;
			margin-top: 1em;
		}
		#content_box p img {
			margin: 0 -20px;
			margin-top: -1em;
		}
		
	#sidebar {
		float: left;
		margin-left: 1px;
		width: 266px;
	}
		#callouts {
/*			min-height: 343px;
			height: auto !important;
			height: 343px;
*/
			min-height: 326px;
			height: auto !important;
			height: 326px;
			overflow: visible;
		}
			.callout {
				margin-left: 7px;
				padding-right: 30px;
				border-bottom: 1px dotted #c0b7ac;
				clear: both;
				padding-bottom: 4px;
				margin-bottom: 4px;
			}
			.callout.spaced {
				padding-bottom: 10px;
			}
			.callout img {
				float: left;
				border: 0;
			}
			.callout p {
				color: #696763;
				margin-bottom: 0;
				margin-left: 70px;
				line-height: 1.3;
			}
			.callout strong, .callout b {
				display: block;
			}
		#promos {}
			#promos img {
				border: 0;
			}
			.promo {
				border-top: 1px solid #c0b7ac;
			}
			.promo.first {
				border-top: 0;
			}
