#outerWrapperDiv {
	width: 800px;
	background-color: white;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#logoDiv {
/*	background-color: yellow;
*/	clear: both;
	text-align: right;
}

#horizNavBarDiv {
/*	background-color: blue;
*/}

#breadCrumbsDiv {
	background-image: url(../images/nav/tab_bg_30.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#leftNavDiv {
	float: left;
/*	background-color: green;
*/

/*	
	margin-top: -15px;
*/
}

#contentAreaDiv {
	float: right;
	width: 610px; /* 740 - 150 for leftNavBar - 20 for padding */
/*	background-color: cyan;
*/	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px; /* to make it line up with the hor. nav bar */
/*	
	margin-top: -15px;
*/
}

#contentAreaDiv img {
/*	float: right;
	width: 100px;
	height: 101px;
*/
}

#footerDiv {
	clear: both;
}

.firstPara {
	margin-top: 2em;
}

img.portfolioThumbnail {
	float:left; 
	padding-right: 10px;
}
