/* CSS Document */


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

body {
	background-color:#660000;
	}

.footer {
	background-color:#000000;
	}


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

A {color:#6633FF;}

A:visited {color:#009999;}


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


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

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

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


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

.description {
	background-color:#000000;
	}