/* CSS Document */



/* available width from #section: 898px */

h1					{
					font-size: 20px;
					line-height: 26px;
					color: #ffed77;
					margin-top: 4px;
					margin-bottom: 26px;
					}


/* Top centre panel: applied to <td> in artist.php */
#intro				{
					background-color: #444444;
					background-image: url('/artists/laura_koonjean/laura_koonjean_logo.gif');
					background-repeat: no-repeat;
					background-position: top center;
					/* Must add up to 369 */
					height: 289px;
					padding-top: 80px;
					/* Must add up to 369 */
					width: 349px;
					padding-left: 10px;
					padding-right: 10px;
					border: none;
					text-align: center;
					vertical-align: bottom;
					}
					
.intro_text			{
					margin-top: 9px;
					margin-bottom: 14px;
					line-height: 17px;
					}
					
/* Top right panel: Applied to <td> in artist.php */	
#picture			{
					height: 369px;
					background-color: #444444;
					background-image: url('/artists/laura_koonjean/laura_wall.jpg');
					background-repeat: no-repeat;
					background-position: top right;
					/* Must add up to 369 */
					width: 164px;
					padding-left: 10px;
					padding-right: 195px;
					text-align: left;
					vertical-align: bottom;
					border: none;
					}
					

/* Laura's links: Applied to <td> in artist.php */	
#bottom_left_panel	{
					width: 140px;
					height: 349px;
					padding: 10px;
					border: none;
					background-color: #444444;
					background-image: url('/artists/laura_koonjean/guitar.jpg');
					background-repeat: no-repeat;
					background-position: bottom left;
					vertical-align: top;
					}
					
					
/* Bottom centre panel: Applied to <td> in artist.php */
#album		
					{
					width: 349px;
					height: 349px;
					padding: 10px;
					border: none;
					text-align: center;
					vertical-align: top;
					}
					
/* Bottom right panel: Applied to top row <td> in artist.php */			
#about_top
					{					
					width: 341px;
					height: 324px;
					background-color: #444444;
					background-image: url('/images/panel_shade_diagonal.jpg');
					background-repeat: no-repeat;
					background-position: top left;
					padding-left: 14px;
					padding-right: 14px;
					padding-top: 10px;
					padding-bottom: 5px;
					border: none;
					text-align: left;
					vertical-align: top;
					}
				
/* Bottom right panel: Applied to bottom row <td> in artist.php (next and previous icons) */		
#about_bottom
					{
					width: 369px;
					height: 20px;
					padding-left: 0px;
					padding-right: 0px;
					padding-top: 0px;
					padding-bottom: 0px;
					vertical-align: bottom;

					}					
					
/* Controls the visibility of the 4 pages of 'about' text */

#aboutpage1			{
					display: block;
					}
					
#aboutpage2			{
					display: none;
					}
					
#aboutpage3			{
					display: none;
					}
															
#aboutpage4			{
					display: none;
					}
										


.highlight			{
					color: #ffed77;
					font-size: 14px;
					font-weight: bold;
					}
					
/* Don't need previous icon initially as start on page 1 */
#previous_icon		{
					visibility: hidden;
					}
