#first-block, #second-block, #thumbnails-block, #contact-block {
	text-align:center;
	padding:1.5em 0;
}
#slideshow {
	text-align:center;
	background:#000001;
	padding:0.0em;
	background:#222;
	padding:0.1em 0;
}
#first-block {
	background:#fff;
}
#second-block {
	background:#000000;
}
#thumbnails-block {
	background:#000001;
}
#end-block-separator {
	line-height: 4000%;
}
#end-block {
	color:#444;
}
.imageBorder {
	padding: 5px;
	border: solid 1px #AAA;
	vertical-align: middle;
}
.imageDropShadow {
	padding: 5px;
	border: solid 1px #AAA;	-moz-box-shadow: 1px 1px 5px #999; 
	-webkit-box-shadow: 1px 1px 5px #999; 
    box-shadow: 1px 1px 5px #999; 
}

img.max-width {
	max-width: 300px;
	width: auto;
}

img.footer-max-width {
	max-width: 32px;
	width: auto;
    text-align:center;
}


footer {
	text-align:center;
	padding:1.5em 0;
	/*color:#900; */ /* dark red */
	color:#DD0000; /* semi-bright red */
}
@media screen and (max-width: 800px) {
.right {
	float:none;
}
}
/*  BEGIN: ERRORS for contact form  */
.err {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 20px;
	color: red;
	font-style:italic;
	border: dotted 1px #F00;
}
/*  END: ERRORS  */
