body {
	background-image: url("../images/tudorbackground.jpg");
	color: #FFFFFF;
	font-family: Montserrat, Oswald, Verdana;
	font-size: 20px;
}
h1 {
	font-family: Lora, Cambria Math, Times New Roman;
	font-size: 55px;
	text-align: center;
	margin-top: 0px;
	color: #350012;
}
h2 {
	font-family: Lora, Cambria Math, Times New Roman;
	font-size: 35px;
	text-align: center;
	margin-top: 0px;
	color: #CFB082;
}
p {
	text-align: left;
	font-size: 15px;
	line-height: 135%;
}
#column {
	width: 900px;
	height: auto;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 20px 2px 20px;
	border: 10px ridge; #F5A300;
}
figcaption {
	font-size: 10px;
}
figure {
	margin-left: 0;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	padding: 2px 5px 2px 5px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
a:link {
	color: #9C2007;
}
a:visited {
	color: #9C2007;
}
a:hover {
	text-decoration: none;
	color: #440E03;
	font-size: 10px;
}
	
	
