
    html {font-size:100.1%;height:100.01%;}/* very important for Safari */

    body {background-color:#773903;
	  background-image:url(images/rust.jpg);
	  background-repeat:repeat;
	  background-attachment:fixed;
	  color:#431D00;
	  font-family:helvetica,arial;
      scrollbar-base-color:#773903;
        line-height:2em;}
	  
    h2          {color:white; margin-top:0px; margin-bottom:5px;}

    h3	        {margin-top: 0px;
                 margin-bottom:-15px;}
                 
    hr           {width:350px;
                 margin-left:5px;
                 text-align:left;}



    a:link      {color:#800000;}

    a:visited   {color:black;}

    a:hover	{color:#281A00;}

    a:active	{color:black;}


    .table      {margin-top:20px;}

    .content	{background-image:url(images/silver2.jpg);
                padding:10px;
                vertical-align: top;}

    .bio	{background-image:url(images/rust2.jpg);
		padding:20px;
		vertical-align:top;}

    .pic-right	{padding-left: 10px;
                padding-right: 5px;
		padding-bottom:10px;
                float:right;
                vertical-align: top;}

    .pic-left	{padding-left: 5px;
                padding-right:10px;
		padding-bottom:10px;}

    .heading    {text-align:left;
                padding-left:10px;
		padding-top:10px;
                vertical-align:top;}

    .navigation1 {background-image:url(images/menu-bkgd1.gif);
                 background-repeat:repeat-x;
                 background-position:top;
                 text-align: center;
                 vertical-align: top;
                 padding-top:6px;}


    .contentmenu	{background:#000000;
			border:3px solid #FFFFFF;
			color:#FFFFFF;}
			
   .lyrics  {padding-left:20px;
            padding-top:20px;
            line-height:1.3em;
            margin-top:-1em;}
            
    .credits      {font-size:.7em;}

					




	#dhtmlgoodies_slideshow{
		width:750px;	/* Total width of slideshow */
                margin-left:auto;
                margin-right:auto;

	}
	
	#previewPane{
		border:1px solid #CCCCCC;
                margin-bottom:10px;
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 462px;	/* IE 5.x */
		height/* */:/**/450px;	/* Other browsers */
		height: /**/450px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:300px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}

