@charset "UTF-8";
/* CSS Document */

body {
	background-color: #131440;
	background-image: url("img/bkgd.png");
	background-attachment: fixed;
	background-size: cover;
	color: #FAF0DE;
}
a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}
#main {
	width: 60%;
	margin: 0 auto;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-align: center;
}
#content {
	background: url("img/bkgd_content.png");
  background-repeat: no-repeat;
  background-position: bottom center;
	background-color: #010322;
	padding: 2em 3em 20em 3em;
	border: 1px solid #FED9AF;
}
h1 {
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #FED9AF;
	font-weight: normal;
}
h2 {
	font-variant: small-caps;
	color: #FED9AF;
	font-size: 2em;
	font-weight: normal;
}
h3 {
	font-size: 1.7em;
	color: #FED9AF;
	font-weight: normal;
}
p {
	font-size: 1.2em;
	font-weight: normal;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	line-height: 2em;
	padding-bottom: 2em;
}
.small {
	font-size: 70%;
}