/* CSS Document */


/* Define Body */
.bodywrapper {
	background-color:#FF9900;
	}

body {
	background-color:#CC6600;
	}

.footer {
	background-color:#000000;
	}


/* Define Links */
A:hover {color:#990000; font-weight:bold;}

A {color:#CC3300;}

A:visited {color:#FF3399;}


/* Top Row */
.theatrehead {
	color:#FF6633;
	}


/* Text styles */
/* Main Text */
.style1 {
color:#CC9933;
}

/* Footer Text */
.style2 {
color:#CC9933;
}

/* Heading */
.style5 {
color:#996600;
}


/* Left Column */
.photocontent {
	background-color:#000000;
	}

.description {
	background-color:#000000;
	}