#flash {
	margin: 0px;
}
#espots {
	background-color: #FFF;
	height: 190px;
	width: 540px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	clear: both;
}

#espots .espot1 {
	background-image: url(../images/homepage/espot-text-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	width: 205px;
	height: 190px;
	float: left;
}
#espots h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 40px 5px 5px 10px;
	padding: 0px;
}
#espots .espot1 h2 {
	color: #333333;
}
#espots .espot1 p {
	font-size: 11px;
	padding: 0px 10px 2px 10px;
	margin: 0px;
	line-height: 16px;
	color: #000033;
}
#espots a{
	color: #000000;
}
#espots a:hover{
	font-weight: bold;
}
#espots .espot2 {
	background-image: url(../images/homepage/espot-bp-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	width: 335px;
	height: 190px;
	float: left;
}
#espots .espot2 h2 {
	color: #003366;
}
#espots .espot2 ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
}
#espots .espot2 li {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
}
.clear {
	clear: both;
}