@charset "utf-8";
/* CSS Document */


* {
  box-sizing: border-box;
}

body {
	font-family: "Lucida Sans", sans-serif;
	background-image: url(images/bkgnd1.gif);
	max-width: 960px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	margin: 0 auto;
	padding-left: 10px;
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
/*	padding-bottom: 30px;*/
}

.home-btn {
/*	
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-right: 40px;
*/
	margin-top: 20px;
	margin-bottom: 20px;
	width: 70px;
	height: 30px;
/*	padding-right: 70px;
	padding-bottom: 30px;
*/
	background: url("images/home_gr.gif") no-repeat;
	display: inline-block;
    }
.home-btn:hover {
	background: url("images/home_or.gif") no-repeat;
}

.next-btn {
/*	
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-right: 40px;
*/
	margin-top: 20px;
	margin-bottom: 20px;
	width: 70px;
	height: 30px;
	margin-left: 30px;
/*	padding-right: 70px;
	padding-bottom: 30px;
*/
	background: url("images/next_gr.gif") no-repeat;
	display: inline-block;
    }
.next-btn:hover {
	background: url("images/next_or.gif") no-repeat;
}

.prev-btn {
/*	
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-right: 40px;
*/
	margin-top: 20px;
	margin-bottom: 20px;
	width: 70px;
	height: 30px;
	margin-right: 30px;
/*	padding-right: 70px;
	padding-bottom: 30px;
*/
	background: url("images/prev_gr.gif") no-repeat;
	display: inline-block;
    }
.prev-btn:hover {
	background: url("images/prev_or.gif") no-repeat;
}


.resp-img, video {
	max-width: 100%; 
	height: auto;	
	align: center;	
}

/*figure {
	max-width: 100%; 
	height: auto;	
	text-align: center;
}
*/
figcaption {
	font-size: smaller;
/*	margin-left: 10%;
	margin-right: 10%;*/
	margin-bottom: 10px;
}

h1 {
	font-style: italic;	
}

