body {
	background: white;
	font-size: 12pt;
	}
	
#topright {display: none;}
#nav-middle {display: none;}
#mainleft {display: none;}
#rightbox {display: none;}
#nav-bottom {display: none;}

#logo {display: block; float: none; position: static; margin-left: 10px;}
#main {clear: both;}
/*videolinks*/
#vidlink {display: none;}
/* TOOLBOX OUTPUT */
/*category*/
h1 {font-size: 17px; color: #758d5a; margin: 0 0 0.5em 0;}
/*listing*/
/*.listing {clear: right;}*/
h2 {font-size: 15px; color: #758d5a; margin: 1em 0 0.5em 0;}
/*image*/
.imageleft {float: left; margin: 0 10px 5px 0; }
/*THESE LINES HAVE THE IE INTENDATION BUG SOLVED WITH display: inline; */
.imageright {float: right; margin: 0 0 5px 15px; position: relative; display: inline;}
.imageleft img, .imageright img { border: 1px solid #cfa778;}
.imagecaption {font-style: normal; margin: 0 auto; color: #758d5a; border-bottom: 1px solid #758d5a;}




a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
a[href^="/"]:after {
  content: " (http://www.petoskeylibrary.org" attr(href) ") ";
   }
	