/***************************** TYPOGRAPHY *****************************/

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21pt;
	color:#ffcc00;
}

.title2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#ffcc00;
}

.body1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#ffffff;
}

.sidebar_header1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	text-decoration:underline;
	color:#ffcc00;
	margin:0 0 10px 0;
}

.footnote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:6pt;
	font-style:italic;
	color:#ffffff;
}

/***************************** END TYPOGRAPHY *****************************/








/***************************** MENU *****************************

see menu_style.css and ie.css

***************************** END MENU *****************************/









/***************************** LAYOUT *****************************/

body {
	margin:0 0 0 0;
	background-color:#000000;
	min-width:660px;
}

 #header {
   	 position:relative;
	 top:45px;
	 margin: 0 auto;
	 width:960px;
	 height:auto;
	 text-align:center;
 }

 #main_container {
	 position:relative;
	 width:960px;
	 height:450px;
	 margin:60px auto 20px auto;
 }
 
  #main_left {
	  position:relative;
	  float:left;
	  width:150px;
	  height:500px;
	  text-align:left;
  }
  
  #main_center {
	  position:relative;
	  float:left;
	  width:660px;
	  height:500px;
	  margin:0px auto;
	  text-align:center;
  }

       #title {
		   position:relative;
	   	   float:left;
	   	   width:100%;
	       text-align:center;
       }
   
   	   #primary_content_index { /* this DIV is used for the index page ONLY due to complications with the slideshow script interfering with centering */
	       position:relative;
	       float:left;
	       width:100%;
	       text-align:center;
	       margin:5px 0 0 150px;
       }
	   
	   #main_banner_index { /* this DIV is used for the ad banner on index page ONLY due to complications w/ slideshow script interfering with centering */
		   position:relative;
		   float:left;
		   width:100%;
		   text-align:center;
		   margin:0 0 0 0;
	   }
	   
	   #main_banner_arts { /* artsdistrict.php ONLY */
		   position:relative;
		   float:left;
		   width:100%;
		   text-align:center;
		   margin:70px 0 0 0;
	   }
	   
	   #main_banner_genos { /* arts_genos.php ONLY */
		   position:relative;
		   float:left;
		   width:100%;
		   text-align:center;
		   margin:70px 0 0 0;
	   }
	   
	   #primary_content { /* this is the main primary content DIV for the rest of the site, unless otherwise noted */
	       position:relative;
	       float:left;
	       width:100%;
	       text-align:center;
		   margin:20px 0 0 0;
       }

  #main_right {
	  position:relative;
	  float:left;
	  width:150px;
	  height:500px;
	  text-align:center;
  }
  
  #link {
	  position:relative;
	  float:left;
	  width:100%;
	  margin:10px 0 0 0;
	  text-align:center;
  }
  
 #footer {
	 position:relative;
	 margin:0 auto;
	 width:960px;
	 text-align:center;
	 border-top:1px solid #ffcc00;
 }

/***************************** END LAYOUT *****************************/