@charset "UTF-8";
/* CSS Document */

body {
	background: white;
	}


#left, #bcbar, #header, #mainnav, #incontrol {
	display: none;
	}
	
#topbar{
	height: 100px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}
	
#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	margin-bottom:100px;
	
	}
#wrapper{
	margin-left:100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;	
}

#footer{
	display: none!important;
	position: fixed!important;
	bottom: 0!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 30px!important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;	
}
