html, body {
	margin: 0;
  background: white;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	float: none !important;
}

#left-navbar, .yuimenubar,.bd, .breadcrumbs, #utillinks, #navigation, #left-sidebar-wrapper, #search-box-wrapper {
   display: none;
}

#page-container, #main-content, #page-wrapper, #header-wrapper, #vcu-wrapper, #header, #main-wrapper {
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
  float: none !important;
}

#page-wrapper {
	background: none;
}

#main p, #main ul, #main ol, #main blockquote {
	font-size: 12px;
	line-height: 16px;
	margin: 6px 0 12px 0;
}

#main ul li {
	list-style-type: square;
	list-style-image: none;
}

h1 {
	padding: 0 !important;
	font-size: 24px;
}

h2 { font-size: 21px; }

h3 { font-size: 18px; }

h4 { font-size: 15px; }

#footer a, a:link, a:visited, a, a:link {
   color: #444;
	 font-size: 14px;
   background: transparent;
   text-decoration: underline;
}

#main a:link:after, #main a:link:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	color:#999;
}

#main a[href^="/"]:after,
#main a[href^="/"]:visited:after {
  content: " (http://www.library.vcu.edu" attr(href) ") ";
 }


#vculib_logo:after {
	content: "VCU Libraries";
	font-size: 30pt;
}

#vculib_logo a {
	display: none;
}


