@charset "utf-8";
body {
	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;
	background-color: #000000;
	background-image: url(images/swirls-sm.jpg);
	font-family: Papyrus;
	font-size: 16px;
}
.oneColElsCtr {
	font-family: Papyrus, Arial;
	font-size: 16px;
	color: #722723;
	text-align: center;
}	
.oneColElsCtr #container {
	width: 65em;  /*this controls the width of the text box (pink box) */
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #8C231E;
	font-family: Papyrus, Arial;
	font-size: 16px;
	text-align: left;
	background-color: #D57332;
}
.oneColElsCtr #mainContent a {
	font-size: 16px;
	font-family: Papyrus;
	color: #722723;
}
.oneColElsCtr #mainContent a:hover {
	font-size: 16px;
	font-family: Papyrus;
	color: #99CC00;
}


.oneColElsCtr #nav {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #722723;
	font-family: Papyrus, Arial;
	font-size: 14px;
	text-align: center;
	background-color: #D57332;
}
.oneColElsCtr #nav a {
	font-family: Papyrus, Arial;
	font-size: 14px;
	color: #722723;
}
.oneColElsCtr #nav a:hover {
	color: #99CC00;
	font-size: 14px;
}
h1 {
	color: #722723;
	font-family: Papyrus, Arial;
	font-style: italic;
	font-size: 36px;
	font-weight: bold;
}
h2 {
	color: #722723;
	font-family: Papyrus, Arial;
	font-style: italic;
	font-size: 18px;
}

blockquote {
	color:#990099;
	text-align: center;
	font-style: italic;
}
.oneColElsCtr #header {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #8C231E;
	font-family: Papyrus, Arial;
	font-size: 17px;
	text-align: left;
	background-color: #D57332;
}
.oneColElsCtr #header a {
	font-size: 14px;
	font-family: Papyrus;
	color: #722723;
	font-weight: bold;
}
.oneColElsCtr #header a:hover {
	font-size: 14px;
	font-family: Papyrus;
	color: #99CC00;
	font-weight: bold;
}
