BODY {
	font-family: verdana, helvetica, arial;
	font-size: 12pt;
	background-color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

DIV.BodyContents{
	text-align: left;
	width: 800px;
        margin:0 auto 10px;
	padding-top: 90px;
	*padding-top: 0px;
}

DIV.Section{
	clear: both;
}

DIV.Chapter{
	clear: both;
}


DIV.Contacts{
	clear: both;
	padding-above: 10px;
	font-size: smaller;
	text-align: left;
}

DIV.Contacts UL
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
}


A { text-decoration: none;}

P { 
	text-align: justify;
	padding-left: 10px;
}

H2{
	color:#c60;
}

IMG.ImageRight{
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
}

DIV.BottomMenuBar{
	width: 100%;
}

DIV.BottomMenuItem{
	display: inline;
	position: relative;
	font-size: 80%;
	float:left;
	width: 14%;
	text-align: center;
}

DIV.Logo{
	border: 0px;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	top: 0px;
	left: 0px;
}

DIV.Location {
	text-align: left;
	margin-bottom: 20px;
	clear: both;
}

/* styles for puppet theatre */

DIV.PerformanceBar {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
}


/* css styles for gallery page */

DIV.Gallery {
        text-align: center;
}

DIV.GalleryItem {
	vertical-align: top;	
	margin: 5px;
	padding: 5px;
	background-color: white;
	display:-moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	_width: 174px;
}

DIV.GalleryItemImage {
	height: 174px;
}

DIV.GalleryItemText {
	text-align: center;
	font-size: smaller;
}

BlockQuote.Credit {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

BlockQuote.MajorCredit {
	margin-bottom: 30px;
	background:#ffffaa;
       	padding: 10px;
       	border-color:black;
       	border-style: solid;
       	border-width: 1px;
}

H1.Header {
	display: none;
}

TD.ShowHeading {
	padding-top:10px;
       	padding-bottom: 5px;
       	padding-left: 10px;
}


a img {border: none; } 

/* CSS styles for top menu bar */

DIV.MenuBar{
	
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 80px;
	background-image: url(images/curtain.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

DIV.MenuLeftItem{
	display: inline;
	text-align: center;
	width: 14.2%;
	overflow: hidden;
	Float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

img.hover {display:none;border:0;}

A:hover img.hover {display:inline;}
A:hover img.nohover {display:none;}

DIV.MenuRightItem{
	display: inline;
	text-align: center;
	width: 15%;
	Float: right;
	position: relative;
}

DIV.Logo{
	border: 0px;
	display: fixed;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 80px;

}

/* CSS styles for blog integration */

DIV.Newsfeed{
	width: 450px;
	float: left;
}

DIV.NewsSidebar{
	width: 300px;
	float: right;
}

h2.date-header {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
  
DIV.{
	border: 0px;
	margin: 0px;
	padding: 0px;
}


