/* 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: #000;
	   background:#FFF;
    	 
	  }


	

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

/* The containing box for the gallery. */
#container {
    position:relative;
    width:885px;
    height:520px;
    margin:5px auto 0 auto;
    border:1px solid #cccccc;
    background:#000;
  
    }
    #blog  {
    float: left;

   
    }
    #portfolio    {

    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:0px;
    left:0px;
    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: black; text-decoration: none;}
	a:visited {color: black; text-decoration: none;}
	a:focus {color: black; text-decoration: none;}
	a:hover {color: black; text-decoration: none;}
	a:active {color: black; text-decoration: none;} 