
#content {
	padding:0;
	background: none;
	margin:0;
}

#colContainer {
	position:absolute;
	top:133px;
	padding-top:50px;
	left:98px;
	background-image: url(/images/overview_grad.png);
	width:961px;
	line-height:160%;
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
	
}

#leftColumn {	
	/*position:absolute;*/
	left:0px;
	top:0px;
	background-color:#424b56;
	width:160px;
	height:280px;
	color:#cfd2d7;
	padding: 35px 5px 5px 20px;
	float:left;
}

h3 {
	font-size: 15px;
}

#leftColumn h1 {
	font-size:20px;
	margin-left:0px;
}

#rightColumn {
	width:425px;

	background:transparent;
	left:195px;
	top:0px;
	color:#424b56;
	padding:8px 10px 8px 0px;
	text-align:left;
	float:left;
	
}

#midRight {
	float:left;
	background-color:white;
	border-left: 10px solid #424b56;
	border-bottom: 10px solid #424b56;
	border-top: 10px solid #424b56;
}

#rightColumnContent {
	padding:20px;
	width:385px;
	height:100%;
	background-color:white;
	min-height:400px;
	
}

#extremeRightColumn {
	background-color:#414b56;
	width:319px;
	left:640px;
	top:0px;	
	float:left;
	/*position:absolute;*/
	border-left: 10px solid #424b56;
	
}

#extremeRightColumnContent {
	min-height:400px;
}

p {
	text-align:left;
}

#searchBar {
	left:824px;
}
