/*
 * CSS for home Template 
 * 
 * - news-slider div
 * - no right column
 * - left footer only
 * 
 */

div#breadcrumb {
	display: none;
}

div#top-area {
	display: block;
}

div#right-column {
	display: none;
}

div#main-column {
	display: inline-block;
	float: right;
	width: 731px;
	margin-left: 0;
	border-top: none;
}


div#left-footer {
	margin-top: -1px;
}

div#main-footer {
	display: none;
}

div#right-footer {
	display: none;
}


