/* About CSS */
#aboutlogo {
	width: 800px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

svg.define {display:none}
svg.logo {
	width:80%;
	stroke: none;
	fill: white;
	filter: drop-shadow(0.5em 0.5em 0.5em black);
}

#aboutinfo	{
	font-size: small;
	line-height: 1.4em;
	margin-top: -60px;
}
#aboutlink {
	margin: 0 auto;
	display: block;
/*	position: absolute;*/
/*	border: 1px solid red;*/
	width: 165px;
	text-align: left;
	font-size: small;
	line-height: 1.2em;
}
#aboutlink a {margin: 0 auto;}

.floatleft	{
	float: left;
	margin-right: 5px;
}
.clearboth	{
	clear: both;
}


