@charset "utf-8";
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #300;
}
#Content #lipsum h2 {
	font-style: italic;
}

body {
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
	background-color: #5E501F;
	background-attachment: fixed;
	text-align: center;
}
p {
	text-align: left;
}

a:link {
	color: #C30;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #903;
	text-decoration: none;
	background-color: #C93;
	font-weight: bold;
}
a:visited {
	color: #C30;
	text-decoration: none;
}
a:active {
	color: #F60;
	text-decoration: none;
}
.footer {
	font-size: 9px;
	color: #000;
}
#Content {
	width:60%;
	z-index:1;
	background-image: url(../Images/vellum.png);
	padding: 20px;
	border: 1px solid #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
