@CHARSET "UTF-8";

table#person{}
table#person{}
table#person{}

table#person tr td#image {
	width:230px;
	height:344px;

}

table#person tr td#image img {
	width:230px;
	height:344px;
}

table#person tr td#category-list{
 	vertical-align:bottom;
	text-align:left;
	margin:0;
	padding:0;
	width:460px;

}
table#person tr td#category-list ul li {
	text-transform: lowercase;
	line-height: 25px;
}

table#person tr td#category-list ul#description-types li a:hover , table#person tr td#category-list ul#description-types li.current a {
	color:#DE242F;
}

table#person tr td#category-list ul li.current  , table#person tr td#cateogry-list ul li:hover  {

}

table#person tr td#category-list ul li a {
	font-size:18px;
	font-family: Georgia;
    font-style: italic;
    color:black;

}

div#description {
	/*border-top:1px solid #DE242F;*/
	border:0!important;

}
div#description p {
	margin:12px;
	padding:0;
}

hr.red{
	border:0;
	border-bottom:1px solid #DE242F;
	margin-top:20px;
	margin-bottom:20px;

}

ul#person-performances {
	list-style: none;
	margin:0;
	padding:0;
	margin-top:20px;
	margin-bottom:20px;
}
ul#person-performances li {
	margin:0;
	padding:0;
}
ul#person-performances li p {
	padding:0;
	margin-top:5px;
	font-weight:normal;
}





