body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: #ffffff }

#page {
	padding: 1em 2em 1em 2em;
	width: 900px;
	margin: 0 auto;
}

h1 {
	text-align:center;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
}

#header {
	height: 200px;
	width:100%;
	overflow: hidden;
}

* html #container {
	height: 1%;
}

#schedule {
	width: 100%;
	clear: both;
}

img.logo {
	display:block;
	margin-left:20%;
	width:180px;
	height:200px;
	margin-bottom:50px;
	float:left;
	display:inline;
}
	
p.tag {
	text-align:center;
	font-style:italic;
	margin-top:50px;
	float:left;
	display:block;
}
	
p.textblurb {
	margin-top: 10px;
}

p.textheading {
  margin-top: 10px;
  font-weight: bold;
  text-decoration: underline;
}

.bldul {
  font-weight: bold;
  text-decoration: underline;
}
 	
#nav-container {
	width: 21em;
	float: left;
	overflow: hidden;
}

* html #nav-container {
	height: 1%;
}	

#content {
	width: 60%;
	margin-top: 2em;
  float: right;
}

#content h1 {
	text-align:center;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 1.5em;
}

ul.navbar {
	list-style-type: none;
	display:block;
  position: relative;
  float:left;
	top: 2em;
	width: 400px;
}
	
img.orch-logo {
	text-align:center;
	display:block;
	margin-top: 40px;
	margin-left:50px;
	width:251px;
	height:147px;
}
	
#footer {
	margin-top: 40px;
	clear:both;
}	

a:link    {color:blue;}
a:visited {color:purple;}
a:hover   {color:red;}
a:active  {color:black;}

#currentpage a{
  color: black;
	text-decoration: none;
}


