body {
	margin: 0;
	padding: 0;
}

/* For the top image - no text */
#header {
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 850px;
	height: 169px;
}
/* Houses the left navigation, content, and right imagery */
#main {
	width: 858px;
}
#index {
	padding-top: 169px;
	width: 858px;
}
#leftNav {
	background-color: #FFE27E;
	border: 10px solid #000000;
	float: left;
	width: 100px;
	height: 250px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
	#leftNav ul {
		list-style-type: none;
		margin: 0;		
		padding: 0;
	}
	#leftNav a {
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 11px;
		color: #0033CC;
		font-weight: bold;
		text-decoration: none;
	}
	#leftNav a:hover {
		text-decoration: underline;
	}
#rightNav {
	background-color: #FFE27E;
	border: 10px solid #000000;
	float: left;
	width: 100px;
	height: 250px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
	#rightNav ul {
		list-style-type: none;
		margin: 0;		
		padding: 0;
	}
	#rightNav a {
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 11px;
		color: #0033CC;
		font-weight: bold;
		text-decoration: none;
	}
	#rightNav a:hover {
		text-decoration: underline;
	}
#contentIndex {
	width: 464px;
	padding: 0px 42px 5px 42px;
	text-align: left;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	min-height: 300px;
}
#content {
	background-image: url(../images/contentBG.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 464px;
	padding: 0px 42px 5px 42px;
	text-align: left;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	min-height: 300px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
}
	#content h1 {
		color: #990000;
		font-size: 26px;
	}
	#content img {
		padding: 0px 5px 0px 5px;
	}
	#content a{
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 11px;
		color: #0033CC;
		font-weight: bold;
		text-decoration: none;
	}
	#content a:hover{
		text-decoration: underline;
	}
#right {
	background-color: #FFE27E;
	border: 10px solid #000000;
	float: left;
	width: 100px;
	height: 265px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
/* For the bottom of the shrine and copyright */
#footer {
	background-image: url(../images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 810px;
	padding: 72px 40px 5px 0px;
	clear: both;
	color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
	#footer a{
		color:#FFFFFF;
		font-weight: bold;
		text-decoration: none;
		text-decoration: underline;
	}
/* Index Footer */
#footerIndex {
	width: 810px;
	padding: 147px 40px 5px 0px;
	clear: both;
	color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
	#footerIndex a{
		color:#FFFFFF;
		font-weight: bold;
		text-decoration: none;
		text-decoration: underline;
	}
#schedule.tableCentered{
		border-width: thin;
		border-color:#333300;
		text-align:center;
}
#schedule.tableLeft{
	width: 50px;
}
	#schedule.td{
		border-width:thick;
		border-color:#330000;
		text-align:center;
	}
#img.osensei{
	}