body {
	color: #4A0404;
  	font-family: "Raleway", sans-serif;
  	font-style: normal;	
  	font-size: 20px;
  	background-color: #967969;
  	background-attachment: fixed;
}
#column {
	width: 1050px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #C4A484;
}
h1 {
	font-family: "Gravitas One", serif;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 40px;
  	color: #4A0404;
  	text-align: center;
}
h2 {
	font-family: "Gravitas One", serif;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 20px;
  	color: #5C4033;
  	text-align: center;
}
h3 { 
	font-family: "Gravitas One", serif;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 30px;
  	color: #5C4033;

}
p {
	line-height: 130%;
}
.smaller {
	font-size: 15px;
}
.center {
	display: block;
	margin: auto;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}
.leftalign {
	text-align: left;
}
a:link {
	color: #4A0404;
}
a:visited {
	color: #4A0404;
}
a:hover {
	text-decoration: none;
	color: #5C4033;
}