/* CSS Document */

#flashMiddle{
	width:100%;
	height:270px;
}

#bottomContent{	
	margin-left: 20px; /* MARGIN LEFT AND WIDTH ARE TO INDENT THE COLUMN IN BOTH IE AND FIREFOX -- PADDING DOESNT WORK */
	margin-top: 20px;
	width:840px;
	height:200px;
}
/* Bottom Content Left Column */
#bottomContent .leftColumn{
	width:500px;
	float:left;
}
#bottomContent .leftColumn .header{
	width:100%;
	height:30px;
}
#bottomContent .leftColumn .middle{
	padding-top:10px;
	width:100%;
}
#bottomContent .leftColumn .middle .image{ /* To Accommadate for image on left side */
	width:0px;
	margin-right:20px;
	padding-top:15px;
	float:left;
}
#bottomContent .leftColumn .middle .content{
	width:470px;
	float:left;
}
#bottomContent .leftColumn .footer{
	width:100%;
	height:30px;
	text-align:right;
}
/* Bottom Content Right Column */
#bottomContent .rightColumn{
	width:290px;
	margin-left:50px;
	float:left;
}
#bottomContent .rightColumn .header{
	width:100%;
	height:30px;
}
#bottomContent .rightColumn .middle{
	padding-top:10px;
	width:100%;
}
#bottomContent .rightColumn .footer{
	width:100%;
	text-align:right;
}