/* photo.css 
   provides a framed photograph
*/

div#photo {
    float: right;
    margin: 0.125in;
}

/* style: could do ridge, outset or solid */
/* color: light wood brown, 
                could do dark blue, rgb(0, 0, 108); */

div#photo img {
    border: thin outset #a35e2b;
}
