#container {
	background-color: #418ECD;
	background-image: url(/assets/images/bg-industry-links.gif);
	background-repeat: no-repeat;
	height: 616px;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
	padding: 0;
	background-position: left 96px;
	overflow: hidden;
}
#slideshow {
	width: 312px;
	height: 520px;
	float: left;
	margin: 0;
	background-image: url(../images/industry-links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 6px;
	color: #FFFFFF;
	overflow: hidden;
}
#intro {
	background-color: #FD1C14;
	width: 380px;
	color: #FFFFFF;
	height: 448px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	line-height: 200%;
	float: left;
	background-image: url(/assets/images/bg-industry-red.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	margin: 0px 24px;
}
#intro a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
#intro a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#intro a:hover {
	color: #00599C;
	text-decoration: underline;
}
