#top{margin-top: 20px;}
/* Flash */
#flash{
	background-image: url(../img/flashhome.jpg);
	width: 498px;
	height: 255px;
	float: left;
}
/* Mailing List */
#mailinglisthome{
	
	background-image: url(../img/mailinglisthome.jpg);
	width: 237px;
	height: 255px;
	float: left;
}
#mailinglisthome h1{
	text-indent: -9999px;
	margin:0; padding:0;
}
#mailinglisthome h2{
	text-indent: -9999px;
	margin:0; padding:0;
}

/* SEMINAR */
#seminar{
	float: right;
	width: 238px;
	height: 159px;
	margin-top: 20px;
	background-image: url(../img/seminar.jpg);
}
#seminar h2{
	text-indent: -9999px;
}
#seminartext{
	position: relative;
	top: 55px;
	padding: 0 10px;	
}
#seminar p{
	font-size: 13px;
}
#seminar a{
	text-decoration: none;
	color: #2559a4;
	font-size: 10px;
}
#seminar a:hover{
	text-decoration: underline;
	color: #2559a4;
	font-size: 10px;
}

/* FINANCING */
#financing{
	float: right;
	width: 238px;
	height: 159px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../img/financing.jpg);
}
#financing h2{
	text-indent: -9999px;
}