BODY {
/*	background-color:#ccc; */
	background-image: url(./images/tatami.jpg); 
}

P { /*Default look for all text*/
	font-size: 14px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #300;
/*	background-color: #fff;*/
}

.BodyText {	/*Used in <span> tags and the like to match <P> without the breaks*/
	font-size: 14px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #300;
}

.BodyTextB {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #300;
	font-weight: bold;
}

/*Alternate code for bold text*/
P bld {
	font-weight: bold;
}

P.bldcntr {
	font-weight: bold;
	text-align: center; /* text-align is not inheritable */
}

.PageHeader {
/*	display: none;*/
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #300;
	text-align: center;
}

.Head {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #300;
}

.Head2 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	color: #006;*/
	color: #300;
}

.Title {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #300;
	text-align: center;
}

a:link {
	color: navy;
	text-decoration: underline;
}

a:active {
	color: yellow;
	text-decoration: none;
}

a:visited {
	color: #A33;
	text-decoration: underline;
}

a:hover {
	color: green;
	text-decoration: underline;
}

.searchHighlight {
	background-color:#FF0;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*.eventsClosure {
	background-color: #ddd;
}*/

/*.eventsClosureJunior {
	background-color: #ddd;
}*/

/*.eventsParty {
	background-color: #dde;
}
*/

.eventText {
	padding: 0px 5px;
	font-size: 14px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #300;
}

img {
	display: block;
	margin: 5px;
}

img {
	display: block;
	margin: 5px;
}

img.Navigation {
	margin: 0px;
}

.pagination { /*Gallery page numbers*/
	font-family: courier, serif;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.notice {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red;
	margin-bottom: 1em;
}

.table1 {
/*	Borders are in the HTML, seems necessary? (border="1")*/
	background-color: #300;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	color: #300;*/
/*	font-style: italic;
	font-weight: bold;
	text-align: center;
*/	
}

.headerRow { /*Gray header. When a head is inside a headerRow, we need to ignore the italics and bold. How?*/
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #300;
	font-style: italic;
/*	font-weight: bold;*/
	text-align: center;
	background-color: #aaa;
}

.subHeader { /*Brown sub-headers*/
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #300;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: #C96;
}

.normRow {
	background-color: #FC6;
}

.altRow {
	background-color: #CCA;
}

#Staff {
	clear: both;
	margin: 20px;
	float: left;
}

.StaffThumb {
	float: left;
	text-align: center;
	margin: 5px;
}

.notCurrent {
	color: #C33;
}

.navLinks { /*Not Used anywhere*/
	font-weight: bold;
	font-size: 15px;
}

.navRelative { /*Navigation placement*/
	position: relative;
	margin: 0px;
	width: 125px; 
}

/*content form*/
.contactForm {
	width: 700px; 
	background-color: #aaa; 
	padding: 5px; 
	margin: 0px auto;
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 580px;
	text-align: left;
}

div.spacer {
	clear: both;
}

/*IDs*/
#navigation {
	margin-bottom: 1em;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#ZenNav {
	display: none; /*Don't show Zen navigation on Tatami*/
}

.LinkList {
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	text-indent: -1em;
}

.LinkList li {
	margin-bottom: 1em;
}

/*POSITIONING*/
/*All of the content belongs to the content class.*/
.content {
	position: absolute;
/*	line-height: 1.0;*/ /*Why did I do this? Makes for tighter text*/
	top: 14px;
	left: 150px;
	right: 10px;
	width: auto;
	min-width: 725px;
	padding: 0px;
}
/* http://www.positioniseverything.net/explorer/escape-floats.html */
/*Does not fix visit and events float problems. Removed*/
/*Should be able to give static width to fix these two pages*/
/* hide from IE-mac \*/
* html .hollyhack {height: 1%;}
/* end hide */

.admin {
	position: absolute;
	padding: 0;
	margin: 0;
}