

#container {
	width:600px; /* was 540*/
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:1px dashed #333;
	background-color:#eee;
	}

div#content {
  /* position: absolute; */ 
  /* top: 120px;
    /* left: 0px; /* was 150 */
  /* right: 0px; /* was 50 */
  /* padding: 0 50 1em; */
  /*background:orange; */
  /* height:300px; */
  width:600px;
  margin:0px auto; /* was 0px auto */
  padding:0px 0px 0px 0px;
}

div#content2 {
  /* position: absolute; */
  top: 320px;
  left: 150px;
  right: 50px;
  padding: 0 0 1em;
  margin:0px 0px 200px 0px;
}


h1, h2 {
	/* background:green; */
	text-align:center;
	margin: 10px 0px 20px 0px;
	clear: both;
}


div.preview { margin: 0px 0px 60px 60px; display:inline;}
img.preview { position: absolute; }

div.caption {
	margin: 0px 0px 52px 0px;
  font-size: 10px;
  color: gray;
  text-align: center;
  line-height: 8px;
}

img { border: none; }

a:link { color: #016; }
a:visited { color: #048; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }




