/* Unwanted elements */
	#logo, #nav, .noprint, .spacer {
	display: none;
	}


/*  Spans the full width */
	#container, #leftcolumn, #maincontent, #textarea, #imagearea, #footer, #contact {
	width: 100%; margin: 0; float: none;
	}
	
/* Overide jquery equal heights */	
	#leftcolumn { height: 350px !important }
	

/* Change text colour and style */
	body {
	font-family: Georgia, serif;
	background: none;
	color:#000 ;
	}


/* Improve colour contrast of links */
	a:link, a:visited, a:hover, a:active, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active, #maincontent a:link, #maincontent a:visited, #maincontent a:hover, #maincontent a:active {
	color:#666;
	}
	

/* Show link path */
A:after {
	content: " (" attr(href) ")";
	}


	ABBR:after {
	content: " (" attr(title) ")";
	}