@charset "UTF-8";
body {
	background: #ccc;
	margin: 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*.main #container #header {
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}*/

#header h1 {
	padding: 0;
	margin: 15px 0 0 20px;
	color: #666;
	font-size: 1.2em;
	font-weight: lighter;
	letter-spacing: 0.6em;
}
.main #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left;
	height: auto;
}
h1 strong {
	color: #900;
	font-weight: lighter;
}
#splash img {
	margin: 5px 0 0 20px;
	border-bottom: 1px solid #666;
	border: 1px solid #999;
}
#imageGallery  {
	padding: 10px 20px;
	background-color: #FFF;
	margin: 0;
}
#imageGallery strong {color:#900;}

#infoBox {
	padding: 20px;
	border: solid 1px #999;
	margin: 20px;
	background-color: #CCC;
	font-size: 0.8em;
	}
#infoBox h3 {
	color: #990000;
	margin: .2em 0 .6em 0;
}
#infoBox a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#infoBox strong {
	color: #990000;
	font-weight: bold;
}

