#mainlist {
	padding: 15px 15px 0 15px;
}

.title {
	text-align: center;
	color: #d02552;
	border-bottom: dashed 4px #d02552;
	border-top: dashed 4px #d02552;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 130%;
	border-bottom: dotted 1px;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.name {
	font-family: verdana, sans-serif;
	font-size: 80%;
	border-left: solid 10px #b2cecf;
	padding-left: 15px;
	margin-left: 300px;
	margin-top: 20px;
	margin-bottom: 10px;
}
   
.photo {
	float: left;
	margin-left: 50px;
	border: solid 1px #d02552;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.briefinfo {
	font-family: verdana, sans-serif;
	font-size: 80%;
	width: 13%;
	padding-left: 0;
	padding-bottom: 5px;
	margin-left: 295px;
	margin-bottom: 0;
}

.infotext {
	font-family: verdana, sans-serif;
	font-size: 75%;
	margin-top: 8px;
	margin-left: 295px;
	text-indent: 20px;
	text-align: justify;
	margin-right: 50px;
	padding-bottom: 10px;
}

.listitem {
	border-bottom: dotted 1px #9b9b9b;
	margin-bottom: 13px;
}

#lastitemdirector {
	border-bottom: 0;
}

#lastitemactor {
	border-bottom: 0;
}

#lastitemactress {
	border-bottom: 0;
}

.personinfo {
	background-color: rgba(0,0,0,0);
	width: 63%;
	border-spacing: 1px;
	margin-left: 295px;
	padding-bottom: 7px;
	margin-bottom: 13px;
	border-bottom: solid 1px black;
   }
   
.personinfo td {
	background-color: rgba(0,0,0,0);
	padding: 5px;
	border-top: dashed 1px gray;
	font-size: 65%;
	font-family: verdana, sans-serif;
   }

.seefull:hover {
	text-decoration: none;
	color: #d02552;
}

td a:hover {
	color: #d02552;
	text-decoration: none;
}