html {
	width: 100%;
	}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 115%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 90%;
	}

#utility-bar, #primary-nav, #font-bar, #separator1, #separator2, #sidebar, #page-head1, #page-head2, #local-search, #bottom-bar, #secondary-nav, #banner-ad, .hide {
	display: none;
	}

#container {
	width: 100%;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: auto;
	background: white;
	color: black;
	}

#content {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}

img.left {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 6px 4px 0;
	border: 0;
	}

* html img.left { /* correct an issue with IE5.5/Win and image margins */
	margin: 0 -3px;
	ma\rgin: 0;
	}

img.right {
	float: right;
	display: block;
	margin: 0;
	padding: 4px 0 4px 6px;
	border: 0;
	}

* html img.right { /* correct an issue with IE5.5/Win and image margins */
	margin: 0 -3px;
	ma\rgin: 0;
	}

a:link, a:visited {
	color: #566;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	line-height: 1.2em;
	}

h4, h5, h6 {
	font-weight: normal;
	}

/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ")";
	font-size: 75%;
	 }

h1 a:after {font-size: 40% !important;}

#content a[href^="/"]:after {
	content: " (http://www.Realtree.fr" attr(href) ")";
	}
/* will affect all links, thus making URLs much longer and malformed; needs to be killed
#maincontent a[href^=""]:after {
	content: " (http://www.alistapart.com/" attr(href) ")";
	}
*/
