#outerContainer {
	width: 900px; /*Width of main container*/
}

#contentWrapper {
	float: left;
	width: 100%;
	margin: 15px 0;
	min-height: 50em;
	_height: 50em;
	background: url("/images/assets/2columnBackground.gif") 0 15px repeat-y;
}

#leftColumn, #rightColumn {
	margin-top: 15px;
}

#contentColumn {
	margin-left: 190px; /*Set left margin to leftColumnWidth*/
	border-left: 1px solid #ccc; /* Replace this property with an image to fake 100% height*/
}

#leftColumn {
	float: left;
	width: 190px; /*Width of left column*/
	margin-left: -900px; /*Set left margin to -(outerContainerWidth)*/
}



/******************************
* Overview Box Styles
******************************/

#headerBox {
	display: block;
	float: left;
	clear: right;
	width: 175px;
	_width: 180px;
	height: 140px;
	margin-left: 5px;
	background: #35699a url('/images/assets/corner-btm-rt.gif') bottom right no-repeat;
}

#headerBox * {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#innerBox {
	padding: 17% 5px;
}

#headerBox h3 {
	margin: 1.8em 5px 0 5px;
	font-size: 130% !important;
	color: #B2CADF !important;
	line-height: 1.1em;
}

#headerBox p {
	margin: .5em 0 0 0;
	font-size: 95%;
	color: #fff;
}

#headerBox p a {
	display: inline-block;
	color: #fff;
	/* Needed if you use red arrow image on links 
	padding: 0 18px 0 0;
	background: url('/images/assets/arrow-link-hover.png') no-repeat 100% 100%; 
	*/
}

#headerBox a img {
	margin-left: 10px;
	_margin-left: 7px;
	padding: 0 !important;
}

