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

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#section-header {
	background-image: url(images/background_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 170px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#section-spacer1 , #section-spacer2{
	
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#section-spacer1 {
	background-image: url(images/background_02.png);
	}
#section-spacer2 {
	background-image: url(images/background_04.png);
	}
#section-footer {
	background-image: url(images/background_05.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#section-body {
	background-image: url(images/background_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 440px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#nav-bar {
	height: 418px;
	width: 172px;
	float: left;
	margin-left: 59px;
	text-align: left;
	margin-top: 10px;
}
#content, #content-synopsis, #content-credits {
	float: left;
	height: 418px;
	width: 558px;
	margin-left: 30px;
	margin-top: 10px;
	text-align: justify;
	font-size: 70%;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#content-synopsis {
	background-image: url(images/synopsis.png);	
}
#content-credits {
	background-image: url(images/credits.png);	
}
#footer {
	height: 46px;
	width: 750px;
	margin-left: 59px;
	text-align: center;
	margin-top: 10px;
	float: left;
	font-size: 60%;
	padding-right: 10px;
	padding-left: 10px;
}
#bio-img-float {
	height: 120px;
	width: 120px;
	padding-top: 15px;
	padding-right: 10px;
	float: left;
}
.bio-name {
	font-size: 125%;
	font-weight: bold;
}
