/*CSS for Amazing Camera Obscura pages excluding shop */body {  background:url(images/paperbkgrnd.jpg);  font-family: Verdana, Helvetica, Arial, sans-serif;  text-align: center;  line-height: 125%;  padding: 15px; }	 #nav  {   position: absolute;   text-align: left;   top: 165px;   width: 190px;   height: 200px;}    #banner  {  font-size: large;  color: blue; }  #spec {  position: relative;  text-align: left;  left: 200px;  width: 800px;  height: 180px; }  #footer {  font-size: x-small;  color: blue; } h1, h2 {  font-family: Verdana, Helvetica, Arial, sans-serif;  font-size: x-large;  text-align: center; } h2 {	color: red;	}   #bodycontent {    position: absolute;    top: 180px;    left: 210px;	right: 99px;	}/* This adds temp borders to help set position*/#heading, #nav, #bodycontent {  border: 0px solid red;  padding: 0px;  margin-bottom:0px;  }