@import url("content.css");

* { float: none !important; background-image: none !important;}

body {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background: white;
	}
#crumbs, #basket, #tabs {
	display: none;
	}
#wrapper {
	width: auto;
	padding: 0;
	margin: 1em 5% 2em 5%;
	}
h1 {
	margin-bottom: 1em;
	}
h1 a {
	text-decoration: none;
	color: black;
	}
h1, h2, h3, h4 {
	color: black !important;
	}
div.pagebody {
	padding: 0;
	color: black; 
	background: transparent;
	}

div.pagebody a:link,
div.pagebody a:visited {
	color: black;
	background: transparent;
	text-decoration: none;
	}

div.pagebody a[href^="http"]:link:after, 
div.pagebody a[href^="http"]:visited:after {
	content: " (" attr(href) ") ";
	font-size: 85%;
	}
div.pagebody a[href^="/"]:after {
	content: " (http://www.website.com" attr(href) ")";
	}
#footer {
	font-size: 85%;
	text-align: left;
	}
#siteurl {
	display: block;
	margin-bottom: 1em;
	}

#footer ul,
#tictoc, a.adminedit {
	display: none;
	}