body {
   background: white;
   font-size: 12pt;
   }
#nav, #subnav, #flash {
   display: none;
   }

#wrapper, #container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

#picture{
	display:none;
}

#caption{
	display:none;
}

div#content{
	clear:both;
}   
   
div#container, div#footer, div#header {
   margin-left: 10%;
   padding-top: 1em;
   }
   
div#footer{
border-top: 1px solid #930;
}
   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
   a.logolink img{ border:0px; }
   
#content a.logolink,#content a.logolink:link, #content a.logolink:visited{

	text-decoration:none;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
.pictureholder{
	float:right;
	width: 176px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 10pt;
	}
   
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
