body {

	background: #C8D2BF;
	font-family: Futura, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;

}

#page {

	display: block;
	text-align: center;

}

#layout {

	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

.alt {

	display: none;

}

#header {

	width: 778px;
	height: 305px;
	background: url("header.jpg") center no-repeat;
	margin-bottom: 10px;
	border: 1px solid #601B00;

}

#content {

	background: #fff;
	width: 778px;
	border: 1px solid #601B00;

}

#content .container {

	padding: 15px;

}

#photos {

	display: block;
	text-align: center;

}

#photos .container {

	width: 620px;
	margin-left: auto;
	margin-right: auto;

}

* html #photos .container {

	width: 660px;

}

#photos .container img {

	margin: 2px;
	border: 2px solid #601B00;

}

.buttonLink {

	background: #601B00;
	padding: 4px 10px 4px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;

}

.buttonLink:hover {

	background: #400B00;

}