@charset "utf-8";

/* profile.css */

#profile {
	width: 775px;
}

#profile .header {
	width: 775px;
	height: 35px;
	background-image: url('../img/cast_profile.png');
	background-repeat: no-repeat;
}

#profile .body {
	width: 773px;
	border: 1px solid #ddd;
}

#profile .body .name {
	width: 700px;
	margin: 20px auto 10px;
	font-size: 110%;
}

#profile .body .images {
	width: 600px;
	margin: 10px auto;
}

#profile .body .images ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#profile .body .images ul li {
	width: 180px;
	padding: 5px 10px;
	list-style-type: none;
	float: left;
}

#profile .body .prof_table {
	clear: both;
	width: 600px;
	margin: 10px auto;
}

#profile .body .prof_table table {
	width: 100%;
}

#profile .body .prof_table table th {
	width: 25%;
	padding: 5px 10px;
}

#profile .body .prof_table table td {
	width: 75%;
	padding: 5px 10px;
}

#profile .footer {
	width: 775px;
	height: 35px;
	background-image: url('../img/cast_profile_footer.png');
	background-repeat: no-repeat;
}

