@charset "UTF-8";
/* CSS Document */

body {
	background:#FAF6D8;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
  font-size: 1.2em;
  color: #FAF6D8;
}

.redtext{
  color:#EF4136;
}

/* */

#container{
	margin-top:12px;
	width:792px;
	left:50%;
	margin-left:-417px;
	position:absolute;
	padding-left:28px;
}

#head{
	background:url(../_image/head.jpg) no-repeat;
	width:764px;
	height:164px;
}

/* MENU */

#menu{
	width:820px;
	height:26px;
	margin-left:-28px;
	margin-right:-28px;
}
#menu_left{
	background:url(../_image/menu_left.png);
	float:left;
	width:151px;
	height:26px;
}
#menu_bio{
	background:url(../_image/menu_bio_active.png);
	float:left;
	width:68px;
	height:26px;
}
#menu_preform{
	background:url(../_image/menu_preform.png);
	float:left;
	width:151px;
	height:26px;
}
#menu_talent{
	background:url(../_image/menu_talent.png);
	float:left;
	width:97px;
	height:26px;
}
#menu_credit{
	background:url(../_image/menu_credit.png);
	float:left;
	width:94px;
	height:26px;
}
#menu_contact{
	background:url(../_image/menu_contact.png);
	float:left;
	width:102px;
	height:26px;
}
#menu_right{
	background:url(../_image/menu_right.png);
	float:left;
	width:157px;
	height:26px;
}

#menu_bottom{
	widows:820px;
	height:70px;
	margin-left:-28px;
	margin-right:-28px;
	background:url(../_image/menu_bottom.png) no-repeat;
}

/* PAGE CONTENT */

#content{
	padding-top:32px;
	padding-bottom:30px;
	background:#EF4136;
	width:764px;
}
#bio_image{
	width:603px;
	height:130px;
	margin-left:80px;
	margin-top:-70px;
}
#bruce{
	background:url(../_image/bruce.png);
	width:172px;
	height:130px;
	float:left;
}
#BW{
	background:url(../_image/BW.png);
	width:258px;
	height:130px;
	float:left;
}
#wayne{
	background:url(../_image/wayne.png);
	width:173px;
	height:130px;
	float:left;
}
#bio_intro{
	background:url(../_image/bio_intro.png);
	margin-top:35px;
	margin-left:97px;
	margin-bottom:5px;
	width:570px;
	height:153px;
}
#footer{
	margin-top:8px;
	margin-left:-28px;
	text-align:center;
	color:#EF4136;
	font-size:.6em;
	letter-spacing:.1em;
}