body {
	font-family: "American Typewriter", "American Typewriter Condensed", "American Typewriter Condensed Light", "American Typewriter Light";
	font-style: normal;
	font-weight: normal;
	background-color: #FFC;
	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-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #002100;
	background-image: none;
}

#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: #F90;
}
#main  a:hover,#main  a:active {
	color: #F60;
}
.podcast {
	color: #030;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}


#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: none;
	background-color: #FFF;
}

#header {
	background-color: #FFC;
}

#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;
}

