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

.container {
	width: 960px;
	margin: 0 auto;
	
}

h1, h2, h3, h4, h5 {
	font-family: Arial Black, Impact, sans serif;
	color: #fff;
}

h1 {
	text-align: center;
	font-size: 3em;
}

h2 {font-weight:normal; font-style:italic;
}

.thumbnails p {
	float: left;
	margin: 20px;
	border: thin solid
#fff;
}

.footer {
	text-align: center;
	clear: both; }
	
.arrow {
	color: #fff;
	float: left;
	font-size: 10em;
	margin: 45px;

}

.main {
	width: 600px
	float: left;

}

.caption {
	clear:both;
	padding: 1.5em;
	text-align: center;
	font-size: 1.3em;
	
}