
body {
   background: white;
   font-size: 12pt;
   }

#header { xdisplay: none; 
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
border-bottom: solid 1px;

}


#menu {
   display: none;
   }
#wrapper {
		position: relative;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: 0px;
		width: 600px;
		min-height: 547px;
	}


.thumbnail
		{
		float: left;
		width: 104px;
		height: 78px;
		margin: 0 9px 4px 0;
		padding: 0px;
		background-color: #000;

		}
		.clearspotslights { clear: both; }


div#content_block {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 0px solid #930;
   }

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