/**************** Generic Selectors ****************/ 

body { 
	font-size: 12pt;
	font-family: serif;
	color: #996633; 
	margin: 5px;
	padding: 0px;
	background-color: #000000;
	}

h1 {				/** Used only for Search Engines **/ 
	height: 1px;
	width: 1px;
	display: none;
	}

/**************** Pseudo classes ****************/ 
	
a:link { 
	color: #663399;	
} 

a:visited { 
	color: #663399;
	padding-bottom: 0px; 
} 

a:hover { 
	color: #996FC9; 
	text-decoration: none;
} 
	
a:active { 
	color: #996FC9; 
} 
/************************* ID's *************************/ 

#container {
	position: relative; 
	text-align: left;
	padding-top: 7px;
	padding-left: 7px;
	margin: 0px;
	border: double 3px #b2b2b2;
	background-color: #DFE5DB;
	background-image: url(images_menu/s_purple_jpg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 66px;
	height: 630px; 
  	width: 764px;
	visibility: visible; 
	}
		
#slideshow {	
	position: absolute;
	top: 218px;
	right: 30px;
	height: 385px;
	width: 150px;
	background-repeat: no-repeat;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
	
img {
	}

.imgfade {
	position:absolute;
	top:0px;
	left:0px;
	border:0px;
	}

#name { 
	position: absolute;
	top: 5px;
	left: 5px;
	border: none; /* DIVs need border value for Netscape 4.x */
	background-image: url(images_menu/logo_tim_green_small.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 140px;
	width: 338px; 
	margin: 0px;
	}
	
#news {
	position: absolute;
	top: 170px;
	border: none;
	margin-left: 21px;
  	width: 227px;
	text-align: left;
	font-size: 10pt;
	letter-spacing: 0.03em;
	color: #330033;
	visibility: visible; 
	}	
	
* html #news { /* IE hack from http://mxdj.sys-con.com/read/45288.htm to fit content within bordered container */
	padding-right: 6px;
	p\adding: 0px;
}

#about {  
	position: absolute; 
	display: block; 
	top: 143px;
	left: 510px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}

#concerts {  
	position: absolute; 
	display: block; 
	top: 162px;
	left: 440px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
	
#tickets {  
	position: absolute; 
	display: block; 
	top: 188px;
	left: 372px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
	
#repertoire {  
	position: absolute; 
	display: block; 
	top: 215px;
	left: 318px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
		
#recordings {  
	position: absolute; 
	display: block; 
	top: 245px;
	left: 270px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
		
#contribute {  
	position: absolute; 
	display: block; 
	top: 276px;
	left: 302px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
	
#press_kit {	
	position: absolute; 
	font-family: sans-serif;
	font-weight: bold; 
	font-size: 8pt;
	margin: 0px; 
	border: none; /* DIVs need border value for Netscape 4.x */
	top: 5px; 
	right: 10px; 
	padding-right: 8px; 
	visibility: visible; 
	}
  
#contact {	
	position: absolute; 
	font-family: sans-serif;
	font-weight: bold; 
	font-size: 8pt;
	color: #333333;
	margin: 0px; 
	border: none; /* DIVs need border value for Netscape 4.x */
	bottom: 5px; 
	left: 10px; 
	padding-right: 8px; 
	visibility: visible; 
	}
	
#contact a:link {
	color: #333333;
	}
		
#contact a:hover {
	color: #663366;
	}

  
#copyright {
	position: absolute; 
	bottom: -40px;
	font-family: sans-serif; 
	color: #AEAEAE;
	border: none; /* DIVs need border value for Netscape 4.x */
	visibility: visible; 
	}
		
#copyright a:link {
	color: #AEAEAE;
	font-weight: normal; 
	}
	
#copyright a:visited {
	color: #AEAEAE;
	font-weight: normal; 
	}
	
#copyright a:hover {
	color: #FFFFFF;
	}