/* ImageTest CSS Document */

HTML { overflow:auto; }

BODY { 
	background-image:url(../images/parchmnt.jpg);
	font-size: 16px;
	color:#00004F;
	margin:7px;
}

a:link, a:visited { color:#FFCC00; text-decoration:none; font-style:normal; }
a:hover { color:#FFFFFF; text-decoration:underline; font-style:normal; }

#page {
	position:relative;
	width:752px; height:540px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:4px double #FFCC00;
	padding:2px;
	background-color:white;
}

#banner {
	font-family:Book Antiqua, Garamond, Times New Roman;
	font-size: 21px;
	font-weight: bold;
	font-style:italic;
	
	text-align:right;
	color:#FFCC00;
	padding:0;
	background-color:#00004F;
}

#goback {
	float:left;
}

#header {
	width:64%;
	text-align:center;
	padding-bottom:12px;
	border-bottom:4px dotted silver;
	z-index:1;
}

#ClubTitle {
	font-size:31px;
	font-weight:bold;

	padding-top:7px;
	padding-bottom:3px;
}

#ClassTitle {
	font-size:27px;
	font-weight:bold;

	padding-top:7px;
	padding-bottom:3px;
}

#ModeratorName {
	font-size:19px;
}

#ShowName {
	font-size:x-large;
	font-style:italic;
}

.ShowTitle {
	font-size:30px;
	font-weight:bold;
}

#images {
	position:absolute;
	top:0; left:0;
	width:100%;
}

#main {
	position:relative;
	width:100%; ZZheight:95%;
	font-size:15px;
}

#flyer {
	position:relative;
	font-size:18px;
	text-align:center;
	width:70%;
}


.J { text-align:justify; }

#para1 { width:65%; padding-top:14px; }
#para2 { width:73%; }
#para3 { width:80%; }
#para4 { width:82%; }

.dim_curtain { width:135px; height:471px; }


#stage_floor {
	background-image:url(../clipart/tex_wood.jpg);
	position:relative;
	bottom:0px; left:0px;
	margin-top:13px;
	padding:2px;

	border-left:1px inset;
	border-top:1px inset;
	border-right:1px outset;
	border-bottom:1px outset;
}

#stage_floor_2 {
	background-image:url(../clipart/tex_wood.jpg);
	position:relative;
	bottom:0px; left:0px;
	margin-top:16px;
	padding:2px;

	border-left:1px inset;
	border-top:1px inset;
	border-right:1px outset;
	border-bottom:1px outset;
}

.marq {
	border:4px dotted yellow;
	width:30%;
	text-align:center;
	color:#770000;
	font-family:Broadway, Tahoma, Arial;
	font-weight:bold;
	font-size:16px;
}

.marq2 {
	border:4px dotted yellow;
	width:100%;
	text-align:center;
	color:#770000;
	font-family:Broadway, Tahoma, Arial;
	font-weight:bold;
	font-size:16px;
}

.lights_on {
	border:4px dotted #770000;
	width:30%;
	text-align:center;
	background-color:tan;
	color:yellow;
	font-family:Broadway;
	font-weight:normal;
	font-size:17px;
}


#footer {
	position:relative;
	bottom:0px;
	font-size:10px;
	font-family:Arial;
	border-top:1px solid silver;
	width:100%;
	text-transform:uppercase;
	text-align:center;
}

.boxed {
	border:1px solid black;
}

