*{margin:0;padding:0}
	body{
	text-align:center;
	color:#bba;
	font:80%/140% georgia,serif;
	padding: 20px;
}
	a{color:#348;text-decoration:none;outline:none;}
	a:hover{color:#67a;}
	.caption{
	font-style:italic;
	color:#333;
	width: 650px;
	position: relative;
	display: block;
	margin-left: 120px;
	padding: 20px;  /*Inserted Padding and set the space  between the text and the image*/
}
	.demo{
	float: left;
	width: 850px;
	background-image: url(images/bgd.jpg);
	padding-top: 50px;
	margin-left: 0px;
	padding-right: 0px;
	height: auto;
}
	
	.gallery_demo{
	width:100px;
	float: left;
	top: 200px;
	position: absolute;
	overflow: auto;  /*scroll bars and the height below at 430px. tried Auto no good*/
	height: 330px;
	background-color: #9C9473;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: thin groove #666; /*put a border around the thumbnails*/
}
	.gallery_demo li{
	width:68px;
	height:50px;
	border:3px double #111;
	background:#000;
	margin-top: 2;
	margin-right: 2px;
	margin-bottom: 2;
	margin-left: 10px;
}
	.gallery_demo li div{
}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{
	height:auto;
	width:850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px; /*This sets the hieght below the image, increase if you want more caption wording. This pushes the prevoius- forward links down*/
	margin-left: auto;
	float: right;
	background-image: url(images/bgd.jpg);
}
	
	#main_image img{
	margin-bottom:10px;
	margin-left: 80px;
}
.nav{
	padding-top:10px;
	clear:both;
	letter-spacing:3px;
	text-transform:uppercase;
	padding-bottom: 20px;
	font-family: 'helvetica neue', sans-serif;
	font-size: 80%;
	color: #006;
	margin-left: 0px;
}
	
	.info{
	text-align:left;
	width:700px;
	padding-top:30px;
	float: none;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-left: 250px;
	clear: both;
}
	.info p{margin-top:1.6em;}
	
