@charset "UTF-8";
body {
	background: #8D001F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #640D0D;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 80%;
	background: #F5F9E8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 20px solid #F69799;
	text-align: left;
	margin-top: 100px;
	margin-bottom: 100px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px;
	text-align: center;
}
h1 {
	font-family: zapfino, "times new roman";
	text-align: center;
}
h2 {
	font-family: zapfino;
	font-size: 20px;
	color: #640D0D;
}
h3 {
	font-family: zapfino;
	color: 640d0d;
	font-size: 14px;
}
link {
	font-family: zapfino;
	color: #640D0D;
	text-decoration: underline;
}
a:hover {
	color: 640d0d;
	text-decoration: underline;
}
#innlink {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: underline;
}
