/* Page Structure */

body {
    margin: 0;
    padding: 10px;
    min-width: 712px;
	background-color: rgb(195, 12, 62);
}
#page {
    margin: auto;
    padding: 0;
    width: 622px;
	border: 1px solid white;
	background-color: black;
}
#eastOxBallet {
    margin: 0 8px;
    padding: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: inherit;
}
#eastOxBallet h1 {
	display: block;
	margin: 0;
    padding: 20px 0;
	width: 604px;
	height: 36px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	color: white;
}
#eastOxBallet h1 span.red {
	color: rgb(195, 12, 62);
}
#bigPhoto {
	margin: 0 8px;
	padding: 0px;
	width: 604px;
	height: 404px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#bigPhoto img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
#navBar {
	margin: 0 8px;
	width: 606px;
	height: 32px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: inherit;
}
#navBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navBar ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: inherit;
}
#navBar li a {
	display: block;
	margin: 0;
	padding: 7px 0;
	width: 120px;
	height: 16px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
}
#navBar li.last a {
	border-right: 1px solid white;
}
#navBar a:link, #navBar a:visited {
	color: white;
}
#navBar li.active a:link, #navBar li.active a:visited, #navBar a:hover {
	color: rgb(195, 12, 62);
}
#content {
	margin: 0 8px;
	padding: 0;
	width: 606px;
	border-bottom: 1px solid black;
	background-color: black;
}
#content #text {
	margin: 0;
	padding: 10px 20px;
	background-color: white;
	font-size: 15px;
	line-height: 20px;
}
#content h2, #content h3, #content h4 {
	color: rgb(210, 20, 10);
}
#contact {
    margin: 0 8px;
    padding: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: inherit;
}
#contact p {
	display: block;
	margin: 0;
    padding: 7px 0;
	width: 604px;
	height: 16px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: white;
}

body {
	font-family: "Helvetica Neue", "Helvetica", "Verdana", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 130%;	
}
h4 {
	font-size: 100%;	
}
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	padding: 0;
}
p {
	margin: 15px 0;
	padding: 0;	
}
a, a:link, a:visited, a:hover {
	color: rgb(195, 12, 62);
}
a:hover {
	background-color: black;
}
.address {
	color: black;
	font-size: 70%;
	font-weight: bold;
}
.dates td {
	padding-right: 10px;
}
table {
	padding: 0;
}