a {
      color: #0f3; 
	    text-decoration: none;
	    
}

a:visited {
  color: yellow;
	text-decoration: none;
}

a:hover {
	color: yellow; 
	text-decoration: underline;
}
a:active {
	
/*	color: #00FFFF; */
	text-decoration: none;
	font-weight:700;
}
.currentLink {
font-weight:700	
}

	body{
	    margin-left: 10%; margin-right: 10%;
   		color: white; background: black;
   		font: 0.9em georgia; 
/*		ORIGINAL CODE */
		margin:0px;
		margin-top:3px;
		width:90%;
		text-align:center;
		padding-left: 70;
/*		background-color:#E2EBED; ORIGINAL CODE */
        background-color: black;
/*		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;  ORIGINAL CODE */
	}
	#mainContainer{
		margin: 0 auto;
		width:1200px;
		text-align:left;
/*		background-color:#FFF;   ORIGINAL CODE */
        background-color: black;	
		padding:3px;
		border:3px solid #317082;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width 1100px; /* 240px gives row of 2 */ 
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
		padding-left: 15px;
	
    }
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:390px;	/* Height of thumbnail div */
		width:590px;
		position:relative;	/* Never change this */
		float:left;
		padding: 14px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:400px;	/* Width of large image div */
		height:350px;	/* Height of large image div */
		float:left;
		padding-left:0px;	/* "Air" */
		padding-right:0px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
/*		width:100%;  Caused problems on IE - float didn't work */
/*		height:100%; Caused problems on IE - float didn't work  */
		text-align:left;
/*  	    vertical-align: left; 	*/
}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:5px solid white;	/* Border around large image */
        vertical-align: middle;
        height:350px;   /*  determines height of main image */
    }
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
	      	
		width:118px;	/* Width of strip */
		height:94px;
		padding:10px;	/* "Air" inside filmstrip div */
/*      	text-align: center;  */
    	position: absolute; 

	}
	.strip_of_thumbnails div{
/*		width:100%;  */
/*		height: 100%;  */
      
		padding-top:15px;
/*		text-align:right;  */

	}
	.strip_of_thumbnails img{
		border:2px solid blue;
		padding 0px;
		height: 98px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid white;	/* Border around active thumbnail */
		padding:px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:535px;
       	padding:10px;
	}

div.pageSelecter
 {line-height: 10px; 
   vertical-align: middle;
   text-align: center; 
   color:blue;
   background-color: red; 
   margin: 5px 0px 0px 0px;
   padding-left: 70;
   padding-right:0;
   border: solid;
   border-width: thin;
   width: 15px;

   }			

	
div.menubox
   {line-height: 25px; 
   vertical-align: middle;
   text-align: center; 
   background-color: black; 
   margin: 5px 0px 0px 0px;
   padding-left: 70;
   padding-right:0;
   border: solid;
   border-width: thin;
   width: 86%

   }	
   
div.box 
  {line-height: 25px; 
   vertical-align: middle; 
   text-align: left; 
   background-color: black; 
   margin: 5px 0px 0px 0px;
   padding-left: 50;
   padding-right:50;
   border-width: thin;
   
   width : 83% }

div.picture
  {line-height: 25px; 
   vertical-align: middle; 
   text-align: right; 
   background-color: black;
   margin: 30px 0px 0px 0px;
   padding-left: 30px;
   border: none;
   width:400px;   
   } 
   
   
div.text 
  {line-height: 25px; 
   vertical-align: middle; 
   text-align: center; 
   background-color: black; 
   margin: 5px 0px 0px 0px;
   padding-right: 30px;
   width:500px;}
		