body {
  margin: 0;
  font: 68% Verdana, sans-serif;
  background: #CC9;
  color: #FFF;
 }

 
 /* grid */
 
#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #999; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
} 

#header {
	height: 110px;
	text-indent: -5000px; /*moves text out of view */
	background: url(images/topname.jpg) no-repeat;
	background-position: 25px 50px;
}

/* main div contains and nav and content divs 
it exists to give the nav something to position to*/

#main {
	position: relative;
	padding: 1px;
}

/* navbar elements */

#nav {
  width: 500px;
  position: absolute;
  top: 0;
  right: 30px;
  line-height: 2em;
  font-size: 1.5em;
  color: #FFC89F;
}

#nav ul {
	text-align:right;
	list-style-type: none;

}

#nav li {
	display: inline;



}

#nav a {
	text-decoration: none;
	color: #FFC89F;
	


}

#nav a:visited {
	text-decoration: none;
	color: #FFC89F;
}

#nav a:hover {
	text-decoration: none;
	color: #FC3;
}



#footer {
	font-size: 90%;
	color: #333;
	text-align:center;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #CC9;

  }	  




  
  
 /* content */
 
#content {
	margin-top: 100px;
 }

#content h2 {
	padding-left: 100px;
	padding-right: 150px;
	color: #CC6;
	font-size: 120%;

}  

#content h3 {
	padding-left: 100px;
	padding-right: 150px;
	padding-top: 5px;
	font-size: 100%;
	color: #CC6;

}  

.bodytext {
	font-size: 100%;
	line-height: 1.5em;
	padding-left: 100px;
	padding-right: 150px;
}
	
	
#content ul {
	list-style-type: none;
	font-size: 100%;
	padding-left: 100px;
	padding-right: 150px;
}

#content li {
	padding: .25em 0em;
	line-height: 1.5em;

}

a:link {
	text-decoration: none;
	color: #ffcc99;
}
a:visited {
	text-decoration: none;
	color: #ffcc99;
}
a:active {
	text-decoration: none;
	color: #FFCC66;
}

 
a img {
	border: none;
}



#newsitem {
  width: 200px;
  float: left;
  margin-top: 50px;
  margin-left: 20px;
  line-height: 1.5em;
  color: #CC6;

  }


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */


 /* art popups */
 
 
 #artworkcontainer {
	width: 400px;
	margin: auto;
 }
 
 
   
  #artwork {
	  background: #000;
  }
	  
 
    
  #artcaption {
	background-color: #CC6;
	color: #333;
	padding-left: 6px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
  }
	  
  #artfooter {
	font-size: 90%;
	color: #333;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
  }	  
  
  
   /* thumnail positioning */
   
#thumbnailcontainer {
	margin-top: 60px;
	border: 10px double #F96;
 }
 
 
#thumbnail {
	float: left;
	margin: 2px;
}



#thumb-start1 {
	float: left;
	margin-left: 100px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;

}


#thumb-start2 {
	 clear:left;
	float: left;
	margin-left: 24px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;

}

#thumb-start3 {
	 clear:left;
	float: left;
	margin-left: 100px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;

}

#thumb-start4 {
	 clear:left;
	float: left;
	margin-left: 252px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;

}

#thumb-start5 {
	 clear:left;
	float: left;
	margin-left: 328px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;

}

#thumb-start6 {
	 clear:left;
	float: left;
	margin-left: 176px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;

}

#thumb-start7 {
	 clear:left;
	float: left;
	margin-left: 100px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;

}