header,
nav,
article,
section,
footer {
  display: block;
}

h3{
	font-family: 'Arvo', Georgia, Times, serif ;
   font-size: 16px;
   line-height: 25px;
 }
 
 body {
  width:960px;
  font-size: 16px;
  margin:auto;
  background-image: url('/images/scene2.JPG'); 
  background-attachment:fixed; /*how to make the background image fixed so when you scroll the image doesn't move*/
  color:white;
  }
  
div#maincontainer{
margin:0px 0px 0px 0px;
/*width:960px;*/
/*background-color:rgba(225,225,225,0.6);*/
background-color:rgba(0,0,0,0.8);
height:645px;
}

div#leftcon{
width:530px;
float:left;
padding:10px;

}

div#rightcon{
width:375px;
float:right;
padding:60px 0px 0px 0px;
}

nav{
	padding:0px;
	margin:0px;
	overflow:hidden;
	height:50px;
	background-color:rgba(0,0,0,0.8);
}

 nav ul { 
	padding:0px 0px 5px 0px;
	text-align: center; 
	font-family: Verdana, sans-serif;
    font-size: 10px;
	height:50px;
	} 
 
nav ul li {  
	display: inline; 
	height:50px;
	
	} 
 
nav ul li a { 
	text-decoration: none; 
	padding: .2em 1em;
	color: white; 
	height:50px;
	
	} 
 
nav ul li a:hover{ 
	color: #9999ff; 
	height:50px;
	} 
	
ul.ppt {
	position: relative;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.ppt img {
	border: 1px solid #9B9797;
	padding: 5px;
	background-color: #9B9797;
}	
/*Coding to put slideshow in*/

#footer{
   background-color:rgba(0,0,0,0.8);
   width:100%;
   color:#fff;
   float:left
}
