/*type*/

html,body {
margin:0;
padding:0;
}

body {
background-color: #c9f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:62.5%;
}

p {
font-size:1.2em;
margin:0 10px 10px;
}

p.caption {
font-size:1.0em;
margin:0 20px;
text-align:center;
}

p.copyright {
background-color:#c9f;
font-size:0.9em;
margin:0;
text-align:center;
}

p.back {
font-size:0.8em;
margin:0;
text-align:left;
}

p.prevnext {
font-size:0.8em;
margin:5px 0 0 0;
text-align:right;
border-top:#666666 solid 2px;
}

h1 {
font-size:1.4em;
font-weight:bold;
margin:0 0 10px 10px;
}

h1.banner {
color:#c9f;
font-size:1.4em;
font-weight:bold;
margin:10px;
}

h1.graphic {
font-size:1.4em;
margin:0 0 10px 10px;
}

h2 {
font-size:1.4em;
font-weight:bold;
color:#69f;
margin:20px 10px 5px 10px;
}

h3 {
font-size:1.4em;
font-weight:bold;
margin:20px;
text-align:center;
}

li {
font-size:1.2em;
}

ul {
list-style: disc;
}

a.content {
color:#812383;
text-decoration:none;
}

a.content:hover {
color:#666;
text-decoration:underline;
}

#content p {
line-height:1.4;
}

#footer {
background:#666;
color:#fff;
}

#footer p {
margin:0;
padding:5px 10px;
text-align:center;
}

.form {
display:inline;
margin:0 0 0 20px;
}

.floatLeft {
float:left;
margin:0 5px 5px 10px;
}

#homephoto {
text-align:center;
}


/*structure*/

#container {
width:770px;
margin:20px auto;
background-color:#fff;
}

#top {
background-image:url(../images/roofboxtop.gif) top left no-repeat;
height:22px;
width:770px;
}

#middle {
background:url(../images/roofboxmid.gif) repeat-y center top;
width:770px;
}

#header {
width:750px;
background-color:#fff;
margin:0 10px;
padding:0;
text-align:center;
}

#nav {
width:750px;
margin-left:10px;
padding:0;
}

#content {
margin:10px 20px;
background:url(../images/bigdancer.gif) top left no-repeat;
min-height:350px;
height:auto !important;
height:350px;
}

#photo {
margin:10px auto;
text-align:center;
}

#photonav {
margin:10px auto;
width:400px;
}

.staff {
clear:left;
width:100%;
padding: 5px 0 0 0;
}

img.floatLeft {
float:left;
margin:0 5px 5px 10px;
}

#clearer {
height:0;
clear:both;
}

#bottom {
background-image:url(../images/roofboxbottom.gif) top left no-repeat;
height:35px;
width:770px;
margin:-10px 0 0 0;
padding:0;
}
	

/* Schedule Table */
table {
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
	}
	
th, td {
	padding: 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}

td {
	font-size:1.0em;
	}

th {
	background-color:#c9f;
	font-size:1.2em;
	}

td.time {
	background-color:#ccc;
	font-size:1.2em;
	font-weight:bold;
	padding:0;
	}

table.rooms, td.rooms {
	width: 100%;
	border:none;
	}
	
tr.main {
	background-color:#96f;
	}

tr.white {
	background-color:#fff;
	}

tr.blue {
	background-color:#69f;
	}
	
tr.orange {
	background-color:#f93;
	}