@charset "utf-8";


/* CSS Document */

body {
	background-color: #D0CEC6;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6D6D4E;
	text-align: center;
}

h1 {
	font-weight: normal;
	letter-spacing: 0.5em;
}
#content {
	background-color: #EEEDEA;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#navbar {
	text-align: center;
	width: 800px;
	background-color: #D0CEC6;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#content a img {
	padding-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navbar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #DCDBD3;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-right: 8px;
	margin-left: 8px;
	font-size: 0.9em;
}

#navbar a:link {
	color: #8C8A7B;
}
#navbar a:hover {
	color: #5E5235;
	background-color: #BEBCB1;
}
#navbar a:active {
	color: #CCC;
	background-color: #6F6A5B;
}
#header {
	text-align: center;
	padding-bottom: 40px;
}
#footer {
	font-size: x-small;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 160px;
}

.info {
	vertical-align: bottom;
	font-size: 0.85em;
	line-height: 135%;
	padding-left: 2em;
	letter-spacing: 0.05em;
	padding-bottom: 1.1em;
	width: 300px;
	text-align: left;
}
.item {
	margin-top: 40px;
	margin-bottom: 60px;
}
#content .item a img {
	padding-left: 50px;
}
