﻿﻿/* choose a suitable font and center the #container div in 

Internet Explorer */ 
	body { 
	   text-align:center; 
	   font-family: canadra, calibri, constantina, arial, 

sans-serif; 
	   font-size:110%;
	   background:#fff;
    	 
	  }


	

#nav	{
	position: center;
        text-align:center;
        font-size: 100%;
	word-spacing:2px;	}
	

/* The containing box for the gallery. */
#container {
    position:relative;
    width:885px;
    height:520px;
    margin:10px auto 0 auto;
    border:1px solid #000;
    }



    #text  {
    float: left;
    margin-left:80px;
    margin-top: 45px;
   
    }
     
     #portrait    {
    margin-right:75px;
    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:#fff;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#fff;
    text-decoration:none;
    border:1px solid #cccccc;
    margin:7px 7px 7px 7px;
    text-align:right;
    cursor:default;
    }





/* set the size of the unordered list to neatly house the 

thumbnails */
#container ul {
    width:80px;
    height:520px;
    }
#container li {
    float:left;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:10px;
    float: left;
    }

/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #000;
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:760px;
    height:500px;
    top:10px;
    left:100px;
    color:#fff;
    background:#fff;
    }

#container a.gallery:hover img {
      float:left;
    margin-right:5px;
    }
    

    
    	a:link {color: black; text-decoration: none;}
	a:visited {color: black; text-decoration: none;}
	a:focus {color: black; text-decoration: none;}
	a:hover {color: gray; text-decoration: none;}
	a:active {color: black; text-decoration: none;} 
