/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-size: 0.8em;
}
p {
	padding: 0;
	margin: 0;
	font-size:0.9em;
}
a:link {
	color:#cccccc;
	font-weight: bold;
	text-decoration:underline;
	margin:0;
	padding:0;
}
a:visited {
	color:#cccccc;
	font-weight: bold;
	text-decoration:underline;
	margin:0;
	padding:0;
}
a:hover {
	color:#cccccc;
	font-weight: bold;
	text-decoration:underline;
	margin:0;
	padding:0;
}
/*-----------------Actors------------------*/
.actor_outer {
	width:136px;
	height:160px;
	text-align:center;
	float: left;
}
.actor_image {
	width:75px;
	height:94px;
	padding:2px;
}
.actor_image1 {
	width:79px;
	height:98px;
	border: 3px solid #fff;
	margin:0 28px 4px 28px;
}
/*-----------------Actresses------------------*/
.actress_outer {
	width:137px;
	height:160px;
	text-align:center;
	float: left;
}
.actress_image {
	width:75px;
	height:94px;
	padding:2px;
}
.actress_image1 {
	width:79px;
	height:98px;
	border: 3px solid #fff;
	margin:0 28px 4px 28px;
}
/*-----------------News------------------*/
.news_outer {
	width:340px;
	height:185px;
	float: left;
}
.news_image {
	width:104px;
	height:130px;
	padding:2px;
}
.news_image_border {
	border:3px solid #fff;
	width: 108px;
	height: 134px;
	float: left;
	margin: 10px 0 0 0;
}
.news_text {
	float:left;
	width:173px;
	height:160px;
	padding: 0 15px 0 15px;
	text-align: center;
}
.news_text_pad_10 {
	float:left;
	width:213px;
	height:177px;
	padding: 8px 0 0 13px;
	text-align: center;
}
.news_text_pad_20 {
	float:left;
	width:173px;
	height:140px;
	padding: 20px 15px 0 15px;
	text-align: center;
}
.news_text_pad_30 {
	float:left;
	width:173px;
	height:130px;
	padding: 30px 15px 0 15px;
	text-align: center;
}
.news_text_pad_40{
	float:left;
	width:173px;
	height:120px;
	padding: 40px 15px 0 15px;
	text-align: center;
}
.news_text_pad_50 {
	float:left;
	width:173px;
	height:110px;
	padding: 50px 15px 0 15px;
	text-align: center;
}
