* {
	margin: 0;
	padding: 0;
}

body {
}

.clear {
	clear: both;
}

#page-wrap {
	width: 680px;
}

.button {
	float: left;
}

#home {
	display: block;
	padding: 30px;
}
#home-button {
	opacity: 1.0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #634228;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-left: 24px;
}

#about {
	display: none;
	padding: 30px;
}
#about-button {
	opacity: 0.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #634228;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#contact {
	display: none;
	padding: 30px;
}
#contact-button {
	opacity: 0.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #634228;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
