html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: white;
}

#wrapper {
	width: 100%;
}

#header {
	width: 100%;
}

#breadcrumb{
	width: 100%;
	}
	
#alertMessageBox{
	width: 100%;
	}

#middle {
	width: 100%;
	border-right: none;
	border-left: none;
}



#headerContent {
	width: 100%;
}


#nav {
	display: none;
}

