body {
   background: white;
   font-size: 12pt;
   }
#left, #right {
   display: none;
   }
#outerwrapper, #wrapper, #center {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://library.leduc.ab.ca" attr(href) ") ";
   }
img, a img, a{
	border: 0; /* turns off gaps around images */
	border:none;
}
img.imgborder{
	background: #A4D5FF;
	border-bottom: #51697e 1px solid;
	border-left: #d2eaff 1px solid;
	border-right: #51697e 1px solid;
	border-top: #d2eaff 1px solid;
	padding: 2px;
}
img.imgleft{
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

img.imgright{
	float: right;
	margin: 0 0 10px 10px;
	position: relative;
}