
/*
Inning index page
*/

div#index_wide {
	position 			: relative;
	left 				: 20px;
	top 				: 142px;
	width 				: 760px;
	height 				: auto;
	background 			: black;
	filter:alpha(opacity=80);
	-moz-opacity 		:.80;
	opacity 			:.80;
}

div#index_wide div#index_contentcolumn
{

	width				: 465px;
	color 				: white;
	margin-right	    : 15px;
	margin-top 			: 10px;
	margin-bottom	    : 100px;
	left                : 280px;
	position            : absolute;

}

div#index_wide div#index_contentcolumn img#leading
{
	float 				: left;
	margin-top 			: 20px;
	margin-right 		: 5px;
}

img#float_quote
{
    position 			: relative;
	display             : block;
	top                 : 0px;
	left 				: 400px;
	z-index             : 20;
}
