html {
	background-color: #52615a;
}

#content {
	margin: 0 auto;
	width: 960px;
	max-width: 80%;
	
	font-size: 120%;
}

h1 {
	margin: 50px 0 60px 0;
	
	text-align: center;
	font-family: "times new roman", serif;
	font-size: 55px;
	font-weight: normal;
	font-family: helvetica;
	font-weight: bold;
	text-transform: uppercase;
	
	color: #fff;
	text-shadow: 0 1px 4px #000;
}

#illustrations {
	
}

#illustrations a.img {
	display: block;
	width: auto;
	margin-bottom: 5em;
	
	background-color: #94886E;
	padding: 1px;
	border: 10px solid #ADA28A;
	
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	box-shadow: 0 4px 10px rgba(0,0,0,0.5);

}

#illustrations img {
	display: block;
	width: 100%;
	max-width: 500px;
}

#illustrations .col1 {
	float: left;
	width: 45%;
}
#illustrations .col2 {
	float: right;
	width: 45%;
}

@media (max-width: 700px) {
	h1 {
		font-size: 40px;
	}
	
	#illustrations a.img {
		border-width: 7px;
	}
	
}

@media (max-width: 450px) {
	h1 {
		font-size: 30px;
	}
	
	#illustrations .col1,
	#illustrations .col2 {
		float: none;
		margin: 0 auto;
		width: 80%;
	}
}