body {
	font-family: Papyrus;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	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 */
	font-size: 14px;
	background-image: url(images/greenfade.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #002100;
}

#tickets {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

hr {
	color: #003300;
}


#main  a:link,#main  a:visited {
	color: #A51EB5;
}
#main  a:hover,#main  a:active {
	color: #330099;
}


#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #336600;
	text-align: left;
	overflow: hidden;
	background-image: url(images/backgroundSwirl.gif);
	background-repeat: no-repeat;
}

#container #header table {
	font-size: 12px;
}

#container #header a {
	color: #333333;
}

#container #header a:hover {
	color: #000000;
}
#container  #main  li  {
	list-style-type: disc;
}

#MenuBar1 #knowingchrist {
	background-image: url(images/knowingchrist.gif);
	background-position: left;
	height: 18px;
}

#MenuBar1 #scottsdale {
	background-image: url(images/scottsdale.gif);
	background-position: left;
	height: 28px;
}

#MenuBar1 #podcasting {
	background-image: url(images/podcasting.gif);
	background-position: left;
	height: 18px;
}

#MenuBar1 #resources {
	background-image: url(images/resources.gif);
	background-position: left;
	height: 18px;
}

#MenuBar1 #donation {
	background-image: url(images/donation.gif);
	background-position: left;
	height: 18px;
}

.outline {
	border: thin outset #003300;
}
