@charset "utf-8";
/* CSS Document */

#PI_row 

{
	
	width: 900px;
	Height: Auto;
	margin-left: auto;
	margin-right: auto;
    border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DDD;
	display: table;
}


.Stu_row 

{
	
	width: 900px;
	Height: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DDD;
	display: table;
}


.Photo_ID 
{
	float: left;
	width: 190px;
	padding: 10px;
}

.Photo_ID img
{display:block;Margin:auto}

.Photo_ID_descrip

{
	float:left;
	width: 660px;
	padding: 5px;

}


.Photo_ID_Stu 
{   clear: left;
	float: left;
	width: 190px;
	padding: 10px;
}

.Photo_ID_Stu img
{display:block;Margin:auto}

.Photo_ID_Stu_descrip

{
	float:left;
	width: 660px;
	padding: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DDD;
}