

body {
	font-size: 12pt;
}

#sidebar, body > #sidebar, #leftmenu, #logo, #corner, #logo img {
	display: none;
	position: relative;
}

#content {
	width: auto;
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 5% 0 5%;
	float: none !important;
	color: black; 
	background: transparent;
}

#content p {
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
	float: none;
}

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

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

#content a[href^="/"]:after {
	content: " (www.neongoat.com" attr(href) ") ";
}
*/


