body {
	background-color: #2E2A25;
	margin-top: 20px;
}
a {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}
.Story:link, .Story:visited {
	background-color: #493930;
}
.Story:hover {
	background-color: #41322A;
}
.photo:link, .photo:visited {
	background-color: #5C5D5F;
}
.photo:hover {
	background-color: #4F5052;
}
.contact:link, .contact:visited {
	background-color: #847A6C;
}
.contact:hover {
	background-color: #70685C;
}
.home:link, .home:visited {
	background-color: #954812;
}
.home:hover {
	background-color: #803E0F;
}
#nav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#btn {
	margin: auto;
	background-image: url(../img/btn_home.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
#center  div {
	width: 900px;
	margin: auto;
	margin-top: 15px;
}
#btn a {
	text-align: left;
	width: 15px;
	display: block;
}
#btn img {
	border: 0;
	border: none;
}
#btn:link, #btn:visited {
	background-image: url(../img/btn_home.gif);
	background-repeat: no-repeat;
}
#btn:hover {
	background-image: url(../img/btn_home-f2.gif);
	background-repeat: no-repeat;
}
