/* choose a suitable font and center the #container div in Internet Explorer */ 
	body { 
	   text-align:center; 
	   font-family: Hoefler Text, Georgia, century gothic, sans-serif; 
	   font-size:100%;
	   color: #FFF;
	   background:#000;
    	 
	  }


	

#nav	{
	font-size: 110%;
	word-spacing:5px;
	}
	

/* The containing box for the gallery. */
#container {
    position:relative;
    width:885px;
    height:520px;
    margin:10px auto 0 auto;
    border:1px solid #cccccc;
  
    }
    #text  {
    float: left;
    margin-left:30px;
    margin-top: 65px;
   
    }
    
    #portrait    {
    margin-right:65px;
    margin-top:33px;
    float:right;

    	}



/* Removing the list bullets and indentation */
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }

/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#000;
    }


/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:760px;
    height:500px;
    top:10px;
    left:100px;
    color:#cccccc;
    background:#000;
    }


#container a.gallery:hover img {
    border:1px solid #000;
    float:left;
    margin-right:5px;
    }
    

    
    	a:link {color: white; text-decoration: none;}
	a:visited {color: white; text-decoration: none;}
	a:focus {color: white; text-decoration: none;}
	a:hover {color: gray; text-decoration: none;}
	a:active {color: white; text-decoration: none;} 