h1 {
	text-indent: -9999px;
	margin: 0;
	width: 760px;
	height: 160px;
	border: none;
	padding: 0;
	background: url(../images/header.png) top left no-repeat;
}

#styleSwitcher {
	border: 1px solid #dddddd;
	background-color: #FCFCFC;
	height: 2em;
	width: 260px;
	margin-top: 10px;
	margin-left: 467px;
	padding: 5px 10px 3px 10px;
}
#styleSwitcher #label {
	display: block;
	float: left;
	width: 35%;
}
#styleSwitcher ul {
	display: block;
	margin-left: 35%;
	width: 64%;
	text-align: right;
}
#styleSwitcher ul a{
	color: black;
	font-weight: bold;
	border-bottom: 1px dashed black;
}

#schedule {
	padding-bottom: 10px;
}
#schedule h3 {
	margin-bottom: 0;
}
#schedule ul {
	margin-top: 0;
	padding-top: 0;
}

.internalBox {
	width: 425px;
	margin-top: -36px;
	display: inline;
	background-color: #FCFCFC;
	border: 1px solid #dddddd;
	padding: 0 10px 0px 10px;
	float: left;
}
.internalBox p{
	margin-bottom: 1em;
}
.internalBox img {
	display: inline;
	padding: 5px;
	background-color: white;
	border: 1px solid #dddddd;
	float: left;
	margin: 5px 5px 10px 0px;
}

.internalBoxRight {
	/*display: inline;*/
	display: block;
	width: 260px;
	/*float: left;*/
	background-color: #FCFCFC;
	border: 1px solid #dddddd;
	margin: 10px 0px 0px 467px;
	padding: 0px 10px 0px 10px;
}

#MENU#

div#globalnav   {
        height: 40px;
        width: 760px;
        margin: 0px 0px 0px 0px;
        padding: 0;
        border: 0;
        display: block;
        background: #eed;
}

div#globalnav ul#menu   {
        height: 40px;
        width: 760px;
        background: transparent url(/images/menu.png) top left no-repeat;
        margin: 0;
        padding: 0;
        position: relative;
}

div#globalnav ul#menu li {
        display: inline;
        list-style: none;
        font-weight: bold;
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        top: 0;
}

ul#menu li, ul#menu a {
        height: 40px;
        display: block;
        /* This is to remove any border bottom added to standard links */
        border-bottom-style: none;
}

div#globalnav ul#menu li a {
        text-indent: -9999px;
        text-decoration: none;
}
#homeButton { left: 0; width: 95px; }
#aboutButton { left: 95px; width: 95px; }
#artistsButton { left: 190px; width: 95px; }
#venueButton { left: 285px; width: 95px; }
#sophoclesButton { left: 380px; width: 125px; }
#acknowledgementsButton { left: 503px; width: 200px; }

#homeButton a:hover { background: transparent url(../images/menu.png) 0 -40px no-repeat; }
#aboutButton a:hover { background: transparent url(../images/menu.png) -95px -40px no-repeat; }
#artistsButton a:hover { background: transparent url(../images/menu.png) -190px -40px no-repeat; }
#venueButton a:hover { background: transparent url(../images/menu.png) -285px -40px no-repeat; }
#sophoclesButton a:hover { background: transparent url(../images/menu.png) -380px -40px no-repeat; }
#acknowledgementsButton a:hover { background: transparent url(../images/menu.png) -503px -40px no-repeat; }

