/*-----------------------------------------------------------------------------------
the ul and li tags have padding/margins - original tag is in stylesheet.css
-----------------------------------------------------------------------------------*/
#nav-content ul{
	margin-top: 0;
}
#nav-content li{
	padding-bottom: 1em;
}

#paragraph-top{
	padding: 0 140px 1em 0;
	margin: 0;
	background-image: url(/images/about-wec/photo-02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#paragraph-01{
	padding: 0 0 2em 140px;
	margin: 1em 0 0 0;
	background-image: url(/images/about-wec/photo-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#thumbnail{
	padding-top: 2em;
}
#thumbnail-photo{
	float: left;
	width: 200px;
}
#thumbnail-text{
	float: right;
	width: 220px;
	padding: 3em 30px 0 0;
	text-align: center;
}
#thumbnail-text strong{
	font-size: 18px;
	color: #003366;
}
#thumbnail-text em{
	font-size: 11px;
	display: block;
	text-align: center;
	padding-top: .75em;
}


