#studentpicture
    {
    border:groove 7px white;
    padding:10px;
    float:left;
    margin:15px;
    width:400px;
    height:auto;
    }
#studentpicture img
    {
    width:400px;
    height:auto;
    }

#journal
    {
        
    border:groove white;
    padding:10px;
    float:right;
    margin:15px;
    width:300px;
    height:auto;
        
    }
    
#contentbio
    {
    border:groove 7px white;
    padding:10px;
    margin:15px;    
    width:auto;
    height:auto;
    clear:both;
    }


