/* home page */

div#container div#header {
	background: transparent url('images/header-bg-home.gif') no-repeat;
}

div#content {
	background: transparent url('images/inner_footer-bg.gif') bottom no-repeat;
	padding-bottom: 24px;
}

div#content div.snapshot {
	width: 184px;
	padding: 20px 33px;
	float: left;
	overflow: hidden;
	opacity: .95;
}

	div#content div.snapshot a {
		display: block;
		width: 184px;
		overflow: hidden;
		text-indent: -1000px;
		background-repeat: no-repeat;
		height: 243px;
		border: 0;
	}
	
	div#content div.snapshot a:hover {
		background-position: -184px 0px;
	}
	
	div#content div.snapshot span {
		font-family: "Times New Roman", Times, serif;
		display: block;
		font-size: 24px;
		text-align: center;
		font-style: italic;
		line-height: 1.1em;
		text-transform: capitalize;
		padding-top: 8px;
	}

#content div#inner_footer {
	height: 63px;
	padding-top: 10px;
	position: relative;
	margin-top: 20px; /*temporary*/	
	clear: both;
}

	#content #inner_footer a#aboutcamp {
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 333px;
		height: 71px;
	}

	#content #inner_footer a#parents {
		display: block;
		position: absolute;
		right: 24px;
		bottom: 0;
		width: 236px;
		height: 22px;
	}
	
	div#footer {
		padding-top: 6px;
	}
		