/* change all pages to strict rendering to force IE to use the correct box model */

/*layout*/
body {
	 background:#FFF;
	 text-align:left;
	 }
#container,#text {
	 width:100%;
	 }
#content,#iebug,#footer {
	 background:transparent;
	 }
#header,#navcontainer ul,#sidebarcontainer,#totop  {
	 display:none;
	 }
#textcontainer {
	 background:transparent;
	 float:none;
	 }
/*text and links*/
h3 {
   	 text-align:center;
   	 }
li {
     margin:0 0 0 20px;
	 }
a:link,a:visited {
	 color:#000040;
	 }
a:link:after,a:visited:after {
   content: " (" attr(href) ")";
     }
.gallery a:link:after,.gallery a:visited:after {
   content: " ";
     }