/* overwrite to account for larger footer width */
#wrapper {
	width: 1110px;
}
		
#footer {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: none;
	font-size: .75em;
	line-height: 1.6em;
}

#footer .column {
	display: inline;
	float: left;
	min-height:100px;
	height:auto !important;
	height: 100px;
	padding-top: 2px;
}

#footer #column1 {
	width: 150px;
	padding-left: 148px;
	background: transparent url(/style/images/logo_footer_futurecinema.gif) 75px 0 no-repeat;
}

#footer #column2 {
	width: 150px;
	padding-left: 55px;
	background: transparent url(/style/images/logo_footer_futureshorts.gif) top left no-repeat;
}

#footer #column3 {
	float: right;
	/*width: 400px;*/
	width:300px;
	text-align: right;
}

