/* wash U red:   #9-d-0-9-1-7  */
/* wash U green: #1-6-6-6-3-F  kind of*/
/* wash U green: #0-0-7-3-6-0  really*/
/* dark grey:    #3-3-3-3-3-3  */
/* wash u tan:    #e-6-d-2-b-a  */
/* deep blue;    #0-0-3-3-6-6  */

div.ta {

	
	float: left;
	background-color: #333333;
	border: solid 10px #333333;
	width: 184px;
	margin: 20px;
}

div.ta img{

	width: 184px;

}

div.ta_photo{

	float: left;
	width: 184px; 
	/*border-left: solid 8px #333333;*/
	/*border-right: solid 8px #333333;*/
}

div.ta_name {

	float: left;
	text-align: center;
	background-color: #007360;
	color: white;
    width: 174px;
    margin-top: 10px;
    padding: 5px;
}

div.ta_contact {

	float: left;
	background-color: #9d0917;
	color: white;
    width: 174px;
    margin-top: 10px;
    padding: 5px;
}

div.ta_title {

	float: left;
	text-align: center;
	background-color: #003366;
	color: white;
    width: 174px;
    margin-bottom: 10px;
    padding: 5px;
}

#ta_block{

   width:100%;
   float: left;
}

#wiki_note{

   float:left;

}