
/* frameworkphtotos sets the bee frame as the background for Photos Pages*/
#frameworkphotos {   
	max-width: 900px;
	min-width: 900px;
	background:url(images/bees_hive.jpg) left top repeat;
    width:90%;
    margin:30px auto;
    height:660px;  
    padding:70px 30px 0 0; 
}

/* whitespacephotos sets the white space (very pale yellow) over #framework and text margins for Photos Pages*/     
#whitespacephotos {
    background:#FFFDED; 
    padding:8px 35px 10px 10px;
    height:660px;
}

