/* AboutUs_mini */
#layoutWrapper {
	
	}
#leftCol {
	width: 250px;
	float: left;
	}
#topRow { /* in leftCol */
	height: 300px;
	width: 250px;
	}
#quickSearch { /* in bottomRow */
	padding: 30px 0 0 45px;
	}
#rightCol {	
	width: 750px;
	float: left;
	}
#rightColContent { /* in rightCol */
	border-width: 10px;
	border-style: solid;
	border-color: #666;
	padding: 20px 20px;	
	background-color: #000; /* necessary to show the border correctly in IE */
	min-height: 440px;
	
	}
#rightColText {
	width: 400px;	
	float: left;
	}
#rightColImg {
	padding-left: 20px; 
	width: 260px;
	float: left;
	}
hr {
	display: none;
}

