body {
	position: relative;
	background:#000 url('images/background.jpg') no-repeat 0 0 fixed;
	font-family: Helvetica, sans-serif;
	color:#747687;
	width:850px;
}

body.schedule {
	width:1000px;
} 
body.schedule {
	width:1000px;
} 
p {
	padding: 0;

}
h1 {
	background: url('images/logo-blue.png') no-repeat 0 0;
	margin:0;
	padding: 0;
	text-indent: -9999px;
	margin-left: 360px;
	height:288px;
	width:375px;
}
h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
h3 {
	color:#fff;
	font-size:30px;
}
.sub {
    margin-top:10px;
}
#content, #footer {
	float:left;
	width:470px;
	/*margin-left:25px;*/
	margin-left: 370px;
	
}
body.schedule #content, body.schedule #footer{
	width:700px;
}
body.schedule #navigation { 
	width:260px;
}
#content h2 {
	text-indent: 0;
}
#content .bio {
	border-bottom: 2px solid #478ba8;
}
#content .bio img {
	float:right;
	border:2px solid #b4b4b4;
	margin: 0 0 4px 4px;
}
#content .bio p a {
	margin:0;
}
#content .bio a {
	display: block;
	margin-bottom: 20px;
}

a {
	color:#fff;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
#navigation {
	float: left;
	list-style: none;
	text-align: right;
	width:350px;
	padding: 0;
	margin: 0;
}

#navigation li {
	padding:3px 10px;
	border-right: 10px solid #478ba8;
}

#navigation li.active {
	border-right:10px solid #b4b4b4;
}

#navigation li ul{
	list-style: none;
}

#navigation li ul li {
	padding: 3px 5px;
	border-right: 2px solid #478ba8;

}
#navigation li ul li.active {
	border-right:2px solid #b4b4b4;
}

#footer {
	margin-top: 20px;
}
table {border-collapse:collapse;}
th {
	color:#fff;
	border-left:1px solid #ccc;
}

td {
	border-left:1px solid #ccc;
	padding: 5px 10px;
}
table .first {
	border: none;
}
table .day, tr.header {
	border: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
