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

body {
	background: #e9e6d4;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3e3523;
	line-height: 1.7em;
}

a {
	color: #3e3523;
	text-decoration: none;
}

a:visited {
	color: #82796f;
}

a:hover {
	color: #59c0e8;
}

#page_caption {
	padding: 10px;
	float: right;
	position: relative;
	top: 157px;
	right: 32px;
	color: white;
	font-size: 16px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: auto;
	width: 800px;
	padding-top: 30px;
}

#banner {
	border: solid 1px black;
	margin: auto;
	display: block;
	background: url(images/frontpage.jpg);
	width: 800px;
	height: 432px;
}

#body_text {
	margin: 15px 0 15px 0;
}

	#body_text a {
		text-decoration: underline;
	}

	#body_text img {
		margin: 20px auto 20px auto;
		border: #333 solid 10px;
		display: block;
	}
	
	#body_text .caption{
		width: 600px;
		margin: auto;
	}

#items {
	margin: 50px 0 50px 0;
}

.item {
	margin: 5px;
	font-size: 14px;
	color: #807360;
	font-weight: bold;
	width: 190px;
	float: left;
	padding-bottom: 10px;
	border-bottom: solid #e9e6d4 10px;
	cursor: pointer;
}

	.item:hover {
		border-bottom: solid #59c0e8 10px;
		color: #59c0e8;
	}

	.item .image {
		width: 90px;
		height: 80px;
		float: left;
		background: no-repeat;
	}

#footer {
	font-size: 10px;
	color: #82796f;
	text-align: center;
}