#centercolumn {
	background-image: url("aboutheadingimg.png");
 	background-repeat: no-repeat;
	background-position: top left;
}

div#centercolumn h3 {
	margin: 15px 35px 7px 20px;
	padding: 5px 7px 1px 0;
	border-bottom: 1px dotted #AABBCC;
	
	display: block;
	
	font-size: 155%;
	font-family: Helvetica, "Trebuchet MS";
	font-weight: normal;
	text-align: left;
	
	color: #888;
}

div#centercolumn div#mininav {
	
	margin: 25px 0 25px 5px;
	
	/*width: 310px;*/
	
	/*border: 1px dotted #c55;*/
	
	font-size: 130%;
	font-family: Helvetica, "Trebuchet MS";
	font-weight: normal;
	text-align: left;
	
	color: #555;
}

div#centercolumn div#mininav a {
	display: block;
	margin: 2px 15px 2px 15px;
	color: #555;
	/*border-bottom: 1px dotted #ccc;*/
	text-decoration: none;
	
}

div#centercolumn div#mininav a:hover {
	color: #c55;
}