/* GENERAL STUFF HERE */
body{
	font-family: verdana, arial, sans-serif; font-size: 12px; background: white ;
}


/* HIDE THE FOLLOWING DIVS */
#leftContainer, #blueBand, #orangeBand, #logo, #pageLinks, #atoz, #numItems, #footer, #banner, #additionalPages{
	visibility: hidden; height: 0; font-size: 0px;}

#rightContainer{
	width: auto;
	top: 0;
	margin: 0 5%;
	border: 0;
	padding: 0;
	background: transparent;
	float: none !important;
	border: 0px solid olive;
}


#bread, #col1{
	width: auto;
	background: white;
	margin-top: 5px;
	padding: 2px;
}


h1,h2,h3{
	font-size: 115%;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 1px;
}

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

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

a[href^="/"]:after{
	content: " (http://www.amber-valley.co.uk" attr(href) ") ";
}