html {
	width: 100%;
	}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 13pt;
	line-height: 150%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 7in;
	}

#toolbar, #top, #bottom, #header, #menu, #submenu, #quicklinks, #prod-margin, #footer {
	display: none;
   	}

#ziploc {
	width: 7in;
	border: 0;
	padding: 0;
	margin: 0;
	background: white;
	background-image: none;
	color: black;
	}

#container {
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	background-image: none;
	color: black;
	}

#content {
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	background: transparent;
	background-image: none;
   	color: black;
   	}

#container a:link, a:visited {
   color: #333;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	}

h4, h5, h6	{
	font-family: verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	}
	
#container p	{
	line-height: 1.75em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 13pt;
	}

/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
#container a:link:after, #container a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
	}

h1 a:after {font-size: 40%;}

#container a[href^="/"]:after {
   	content: " (http://www.childsworld.com" attr(href) ")";
	}
/* will affect all links, thus making URLs much longer and malformed; needs to be killed
#container a[href^=""]:after {
   	content: " (http://www.childsworld.com/" attr(href) ")";
	}
*/