/* CSS Document */


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

body {
	background-color:#000033;
	}

.footer {
	background-color:#000000;
	}


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

A {color:#6633FF;}

A:visited {color:#009999;}


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


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

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

/* Heading */
.style5 {
color: #6666FF;
}


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

.description {
	background-color:#000000;
	}