/*css sheet for the tickets home page and subsidiary sheets*/



body{
background-image: url(images/FolliesLogoBackgroundYellow.gif);
background-repeat:repeat; 
font-family: Verdana, Helvetica, sans-serif;
color: #840084;
}

#wrapper {
	width: 900px;	
}
#content {
	width: 850px;
}
#headline {
text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1.5em; 
 line-height: 24px; 
 color: #840084; 
 font-weight: bold
}

.bigbottom  {margin-bottom:20px;}

#pic {
/*align: center;*/
margin-left:auto;
margin-right:auto;
}
#headText {
text-align:center;
}

#container {
position:static;
width:850px;

margin-left:5%;
margin-right:5%;
}

#nav {
width:160px;
height:600px;
float:left;
margin-top:17px;
color: #840084;

}
#infoIndex {
width:690px;
height:600px;
margin-right:0;
margin-top:0;
float:right;
/*background-image: url(images/FolliesLogoBackgroundYellow.gif);
background-position:50% 5%;
background-repeat:no-repeat;*/
}
#infoIndex p {
font-size:1.25em; 
font-weight:bold;
text-align:left;
color: #840084;
}
h1 {color: #840084;
text-align:center;
font-size:2.5em;
margin-bottom:0;
} 
#show {color: #840084;
margin-top:0;
}

h3,h4 {color: #840084;
}

#modified {clear:both; font-size:.75em;
}
strong {color:red;
}
.colRed {
color: red;	
font-weight: bold;	
}
a:link {
color: #840084;
}

/*Classes imported from follies web site for possible use*/
.boxHead { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; color: #FF8000; font-weight: bold}
.sidebarHead { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color: #666633; font-weight: bold }
.sidebarText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; color: #666633; font-weight: normal}
.baseTextLight { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; color: #FFFFCC; font-weight: normal }
.headTextLight { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 22px; color: #FFFFCC; font-weight: bold}
.baseTextSm { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #666633; font-weight: normal }
.headPurple {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 28px; color: #840084; font-weight: bold}
.head13Purple { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 28px; color: #840084; font-weight: bold }
.head15Purple { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 24px; color: #840084; font-weight: bold }
.text13Purple { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; color: #840084; font-weight: bold }
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


