/* CSS Document */


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

body {
	background-color:#0033FF;
	}

.footer {
	background-color:#000000;
	}


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

A {color:#6633FF;}

A:visited {color:#009999;}


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


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

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

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


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

.description {
	background-color:#000000;
	}