body {
	font-family: 'Palatino Linotype', 'Helvetica', 'Arial';
	font-size:100%; /*:76%;*/
	color: #1B2A8F;
	margin: 0;
	padding: 0px;
	background-color: #fff;
}

#container {
	position:absolute;
	/* left: 50px; */
	/* top: 60px; */

	left: 0.5em;
	top: 2.5em;

	width: 1024px;

	margin:1px auto 0 auto;
	border:1px solid #aaa;
}


.poster {
	float: none;
	position: absolute;
}

.openingCredits {
	margin-top: 0px;
	margin-bottom: 1.5px;
}

.title {
	font-size: xx-large;
	/*font-style: oblique;*/
	margin-top: 0px;
	margin-bottom: 1.5px;
}

.author {
	margin-top: 0px;
	margin-bottom: 1.5px;
}

.director {
	margin-top: 0px;
	margin-bottom: 1.5px;
}

.withJack {
	margin-top: 0px;
	margin-bottom: 1.5px;
}

.aboutJack {
	font-size: smaller;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 1.5px;
}
.aboutJackAttribution {
	font-size: medium;
	font-style: normal;
}

.cast {
	width: 650px;
	text-align: left;
	margin-bottom: 1.5px;
}

.credits { 
	width: 725px;
	text-align: left;
	margin-bottom: 1.5px;
}

.role { 
	font-size: x-small;
}
.name {
	font-size: medium;
}

.smallText {
	font-size: smaller;
	font-style: normal;
}

.strongText {
	
}

.calendar {
	margin-top: 0px;
	margin-bottom: 1.5px;
	margin-left: 0px;
}

.synopsis {
	width: 700px;
	text-align: left;
	margin-bottom: 1.5px;
	font-size: smaller;
}
