/*  this css file is specifically written to display the slideshow
    created from the online version of the 1947 comic book 
    "Is This Tommorrow? America Under Communism" 
*/
html, body {
	margin:0;
	padding:0;
	background-image: url(../images/bricks.jpg)
}
body{
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
        background: #ffffff url(../images/img01.jpg) repeat-x scroll left top;
	color: #820010; /* sets color of subtitle & picture titles */
	font-size: 75%;
}
a{
	color: #000;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}

p, li {
	line-height: 1.4em;
}
h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 4px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 2em;
	color: #333;
}
h2 {
	padding-top: 4px;
	font-size: 1.7em;
}
/* banner css required to display banner image
#banner {
  margin: 0 auto;
  background: transparent url(../images/img03a.jpg) no-repeat scroll left top;
  width: 972px;
  height: 130px;
}
 done with banner css */
pre {
	font-size: 1.2em;
	line-height: 1.1em;
	overflow-x: auto;
}
div#gallery_page {
	width: 790px; /* this sets width of the useful page */
    height: 1140px; /* this sets height of the useful page */
	background-color: #D7D7D7;
	margin: 0 auto;
	text-align: left;
	border-color: #000000;
	border-style: outset solid solid;
	border-width: medium 1px 1px;
}
div#gallery_container {
	padding: 24px;
	background-color: #ECECEC
}
div#gallery_ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#gallery_footer {
	clear: both;
	color: #000000;
	margin: 0 auto;
	padding: 20px 0 40px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
