@charset "ISO-8859-1";

/* photo-print.css */

#instructorcontent {
    /*background-color: #000000;*/
}

#instructorpage .photobox {
    width: 120px;
    /*height: 144px;*/
    /*border: 1px solid #ff6600;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#instructorpage .photobox .inner {
    padding:4px;
    position:relative;
}

#instructorpage .photobox .text {
    padding-left:4px;
    font-size: x-small;
    /*height: 60px;*/
}

#instructorpage .photobox .text a {
    color: #666666;
    text-decoration:none;
}

#instructorpage .photobox .text a:hover {
    font-style:italic;
}

div.clear {
    clear: both;
}

