html { 
  height: 100%;}

* { 
  margin: 0; 
  padding: 0;}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;}

img { 
  border: 0;}


  
 #site_content,  { 
  margin-left: auto; 
  margin-right: auto;}

#site_content {
	width: 100%;
	overflow: hidden;
	margin: 100px auto 20px auto;
	padding: 5px auto 0 auto;
}





/* styling for the slideshow on the homepage */
ul.slideshow {
	width: 1150px;
	height: 650px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 20px 5px 0 5px;   
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 0% arial, sans-serif;}
  
  
