#wrap {
	width: 80%;
}
#header {
	height: 80px; 
}
#headSearch {
	display: none;
}
#headLink {
	display: none;
}
#breadcrumb {
	display: none;
}
#leftPanel {
	display: none;
}
#mainContent {
	position: static;
	top: 0;
	margin: 0;
	padding: 0;
	width: 80%;
}
#homeContent{
	position: static;
	top: 0;
	margin: 0;
	padding: 0;
	width: 80%;
}

#midHomePanel{
	position: static;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

#rightPanel{
	display: none;
	/* position: static;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;*/
}

#rightHome{
	position: static;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footA {
	display: none;
}

.fullTextLink  a:link:after,.fullTextLink a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  padding-left: 10px;
}