/* about.css */
.navcrumb {
	background-color: #9966CC;
}
#photoNav ul {
	background-color: #9966CC;
}
.thumbGroup .thumbImage {
	width:	120px;
	height:	140px;
	background-color: #9966CC;
}
/* end redifines */


/* end photo pages */

/* begin about idx page */
#aboutIndex {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	height: 500px;
}
#aboutIndex .row {
    height: 120px;
	margin-top: 10px;
	padding-top: 0px;
	vertical-align: top;
}
#aboutIndex .leftcol{
	float: left;
	width: 385px;
	height: 100px; 
}
#aboutIndex .leftimg {
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: 10px;
	border:0;
}
#aboutIndex p.indent {
	text-indent: 20px;
}
#aboutIndex p.txtlabel {
	vertical-align: middle;
	padding-bottom: 1em;
}
#aboutIndex .rightcol {
float: right;
	width: 385px;
	margin-left: 0px;
	height: 100px;

}
#aboutIndex a {
	font-size: 80%;
 	text-decoration: underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	text-align: center;
	width: 9em;
	border: 0;
}
#aboutIndex a:hover, #aboutIndex a:focus {
	background-color: #FFFFFF;
	color: #000000;
}


