		BODY
		{ background-color: #5d542d; }
		
		BODY, TD, TABLE
		{ color: #fffcee; font-size: 10pt; font-family: Arial; text-align: justify;}
		
		H2
		{ font-size: 13pt; color: #ead948; font-weight: normal;}
		
		H3
		{ font-size: 15pt; color: #ead948; font-weight: normal;}
				
		.titleComment
		{color: #d7c572; position: relative; left: 7}
		
		.quote1
		{ color: #ffe3a5; font-style: italic; font-size: 11.5pt; margin-left: 20px; text-align: right;}
		
		.highlight1
		{ font-style: italic; font-weight: bold;}

		
		a:link, a:visited, a:active
		{ color: #ecc951; }
		
		a:hover
		{ text-decoration: none; }
		
		/*.bordertest 
		{border: 1px dotted white;} */
		
		  /* NEWS PAGE */
		      div.newspage 
		      { font-size: 9pt }	
		  
		      div.newspage p b
		      { color: #d2c65c }
		
			/* MUSIC PAGE */
			
			div#clickableart {display: table-cell; vertical-align: top; text-align: center; width: 28%; #display: inline; #height: 100px}
			
			span.albumtitle { font-size: 11pt; color: #ebba5a; font-weight: bold; position: relative; }

			
				/* Clickable artwork*/
				
				div#clickableart a
				{display: block; text-decoration: none; padding: 20px;  #display: inline; }
				
					div#clickableart a 	/* IE TABLE-CELL WORKAROUND (see sandbox, div-css.php) */
						{height: 140px; width: 150px}
				
				div#clickableart a:hover
				  {background-color: #80743e}
				
				div#albumcell {display: block; vertical-align: top; width: 72%; #position: relative; #display: inline;} /*  #top: -163; #left: 160 */
				
			     	div#albumcell li a, div#albumcell li a:visited, div#albumcell li a:active {text-decoration: none}
			     	div#albumcell li a:hover {text-decoration: underline}
			
			/* GALLERY PAGE */
        
        table.galleryimages tr
			  { background-color: #6f6536;}
			  
			  table.galleryimages td
			  { padding: 7px; text-align: center; vertical-align: top; }
        
        table.galleryimages tr td a
				{display: block; text-decoration: none; padding: 10px; }
				
				table.galleryimages tr td a 	/* IE TABLE-CELL WORKAROUND (see sandbox, div-css.php) */
						{height: 85px; width: 109px} 
				
				table.galleryimages tr td a:hover
				  {background-color: #80743e}
			
			
			
			
			/*  CONTACT PAGE */
			
		    	td.contact_title1
	   	   	{ color: #dfd191; background-color: #6f6536; font-weight: bold;}
			
		    	font.contact_grey1
		    	{ color: #d1be65; }
			
			/* LINKS PAGE */
			
		      	div.linkList p
		      	{ display: block; padding: 10; background-color: #6f6536; }
			
			/* TOUR PAGE /*
			
		      	/* set THEAD element to have block level attributes. All other non-IE browsers */
			
		      	html>body thead.fixedHeader tr {
		      		display: block;			
	       		}
		      	

		      	/* make the A elements pretty. makes for nice clickable headers  */
			     thead.fixedHeader th a, thead.fixedHeader th a:visited 
            {
			     	background: #6f6536;
			     	color: #FFF;
			     	display: block;
		      	text-decoration: none;
		      	width: 45px;
		    		height: 27px;
		    	 	font-weight: bold;
		    		text-align: center;
		    		line-height: 200%;
			      }
			
			/* make the A elements pretty. makes for nice clickable headers                */
			thead.fixedHeader th a:hover {
				background-color: #453E21;
				color: #FFF;
				display: block;
				text-decoration: none;
				width: 45px;
				height: 27px;
			}
			
		/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
		/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
		/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
		html>body thead.fixedHeader th {
				width: 50px;
				height: 30px;
			}

