#container{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
border:2px solid #a0a0a0;
}
/*******************************Header************************/
#header  {
	color: #ffffff;
	background-image: url("vitalist_theatre_banner.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 1px 1px;
	width: 758px;
	height: 110px }
	
body {
background-color: #d0d0d0;
}

/*******************************Navigation************************/
#navigation{
height:2.2em;
line-height:2.2em;
width:758px;
margin:0 1px;
background:#578bb8;
color:#ffffff;
}

#navigation ul{
margin: 0;
padding: 0 0 0 0;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}
/*******************************CONTENT************************/
#content{
float: left;
width: 530px;
font-size: 0.9em;
padding: 20px 0px 0 20px;
}

p.withPicture {
indent: 40px;
}

.bigger{font-size: 1.25em;}

p.citation {
margin-top: -15px;
margin-left: 1.25em;
}

h2.inlegend {
margin: 0 10px;
color: #578bb8;
}

h3.show{
//color: #578bb8;
}

h4.inlegend {
margin: -5px 0 0 20px;
color: #578bb8;
}

h5.showdate {
margin: -15px 0 0 0;
color: #578bb8;
}

table.contact {
text-align: center;
border: 1px solid;
}

table.contact tr td.left {
text-align: right;
border: 1px solid;
}

table.contact tr td {
text-align: left;
border: 1px solid;
}
/*******************************SUB-CONTENT************************/
#subcontent{
float:right;
width:170px;
padding:20px 20px 10px 0;
line-height:1.4em;
}

/*******************************FOOTER************************/
#footer{
clear:both;
width:758px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
background:#467aa7;
}