/*

h2= white, all major titles
h5/h1= white, subtitles
h6= black, subtitles (use if a title is needed for text written in h3 or h4)
p= white, reg text
h3 = black titles
h4= black reg text 
h7= same as h1/h5 but yellow,  for new products  
h9=Red, for cancelled show


*/
body { 
background: center;
background-repeat: no-repeat; 
background-image: url('graphic/backgroundtemp7.jpg') ;
background-position:top;
background-color:#633537}

body.long { 
background: center;
background-repeat: no-repeat; 
background-image: url('graphic/backgroundtemp8.jpg') ;
background-position:top;
background-color:#633537}

p{font-family:"Georgia","Times New Roman";
color:#FFFFFF;
font-size:14pt;
font-weight:400;
}

h9{font-family:"Georgia","Times New Roman";
color:red;
font-size:16pt;
font-weight:600;
}

h3{font-family:"Georgia","Times New Roman";
color:#000000;
font-size:18pt;
font-weight:900;
} 

h4{font-family:"Georgia","Times New Roman";
color:#000000;
font-size:12pt;
font-weight:600;
}


h1{font-family:"Georgia","Times New Roman";
color:#FFFFFF;
font-size:14pt;
font-weight:600;
font-style:italic;
} 
h7{font-family:"Georgia","Times New Roman";
color:#FFFF00;
font-size:14pt;
font-weight:600;
font-style:italic;
} 
h8{font-family:	"Comic Sans MS",Cursive, Verdana;
color:#FFFF00;
font-size:14pt;
font-weight:600;
font-style:italic;
} 




h5{font-family:"Georgia","Times New Roman";
color:#FFFFFF;
font-size:16pt;
font-weight:800;
font-style:italic;
}

h6{font-family:"Georgia","Times New Roman";
color:#000000;
font-size:14pt;
font-weight:600;
font-style:italic;
}

h2{font-family:"Georgia","Times New Roman";
color:#FFFFFF;
font-size:25pt;
font-weight:200;
font-style:italic;
}


A:link{font-family:"Georgia","Times New Roman";
font-size:12pt;
font-weight:800;
color:#FFFFFF;
}
A:visited{font-family:"Georgia","Times New Roman";
font-size:12pt;
font-weight:800;
color:#FFFFFF;
}
A:active{font-family:"Georgia","Times New Roman";
font-size:12pt;
font-weight:1000;
color:#FFFFFF;
}
A:hover{font-family:"Georgia","Times New Roman";
font-size:12pt;
font-weight:1000;
color:#FFFFFF;
font-style:italic;}

#center
 { text-align:center;
 padding-left:10px;
 padding-right:10px;
 
 
 }
 #left
 { text-align:left;
 text-indent:10px;
 padding-left:10px;
 padding-right:10px;
 
 }
 #right
  {
	text-align:right;
 text-indent:10px;
 padding-left:10px;
 padding-right:10px;
  }
 #centerpic
 { text-align:center;
  
 }
