@charset "utf-8";
#PI {
    width: 84%;
    left: 8%;
	box-sizing: border-box;
    position: relative;
    background-color: #F9F9F9;
    height: 350px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding-right: 30px;
	text-align: left;
    padding-top: 10px;
    font-size: larger;
    font-family: "Times New Roman";
}
#PI #pic {
    width: 215px;
    background-color: #F6F3F3;
    height: 230px;
    float: left;
    margin-right: 30px;
    background-image: url(../images/photo.jpg);
    background-repeat: no-repeat;
    background-position: 46% 0%;
    background-size: contain;
    margin-bottom: 100px;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 20px;
}



#STU {
    width: 84%;
    height: 700px;
    left: 8%;
    position: relative;
    background-color: #F9F9F9;
    margin-bottom: 20px;
    border-radius: 20px;
    padding-top: 20px;
}
tr td #pic1 {
    width: 215px;
    background-color: #F6F3F3;
    height: 230px;
    background-image: url(../images/photo1.jpg);
    background-repeat: no-repeat;
    background-position: 46% 0%;
    background-size: contain;
    position: relative;
    left: 18%;
}
tr td #pic2 {
    width: 215px;
    background-color: #F6F3F3;
    height: 230px;
    float: left;
    background-image: url(../images/photo2.jpg);
    background-repeat: no-repeat;
    background-position: 46% 0%;
    background-size: contain;
    left: 18%;
    position: relative;
}
tr td #pic3 {
    width: 215px;
    background-color: #F6F3F3;
    height: 230px;
    float: left;
    background-image: url(../images/photo3.jpg);
    background-repeat: no-repeat;
    background-position: 46% 0%;
    background-size: contain;
    left: 18%;
    position: relative;
}


#ALU {
    width: 84%;
    left: 8%;
    position: relative;
    background-color: #F9F9F9;
    height: 230px;
    border-radius: 20px;
    padding-top: 11px;
}

#pic4 {
    width: 215px;
    background-color: #F6F3F3;
    height: 230px;
    background-image: url("../images/photo4.jpg");
    background-repeat: no-repeat;
    background-position: 46% 0%;
    background-size: contain;
    position: relative;
    left: 18%;
}

#pic5 {
    width: 215px;
    background-color: #F6F3F3;
    height: 230px;
    background-image: url("../images/photo5.jpg");
    background-repeat: no-repeat;
    background-position: 46% 0%;
    background-size: contain;
    position: relative;
    left: 18%;
}
