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



/* reset browser styles ------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* element styles ------------ */

html {
	background-color: #000;
}
	
body {
	font-family: Arial, Helveticda, sans-serif;
	/*font-size: 87.5%;*/
	margin: 0 auto 0;
	width:960px;
	background-color:#000;	
}

.bold {
	font-weight:bold;
}


.italics {
	font-style:italic;
	font-size:.9em;
	line-height:1.2em;
}


.pageContainer {
	width:960px;
}

.header, .menu, .content, .footer {
	width:960px;
	margin:0;
	padding:0;
}

.header {
	height: 139px;
}


.menu {
	height: 46px;
}


.contentHomePageTop {
	height: 620px;
}

.contentHomePageBottom {
	height: 116px;
}


.content {
	color:#ba5b11;
	width:900px;
	padding-top:50px;
	margin-left:30px;
	margin-right:30px;
}

.contentContainer {
	
	min-height:690px;
	/*
	background-image:url('images/paperBKGtile.jpg');
	background-repeat:repeat-y;
	background-attachment:local;
	background-position:left; 
	*/
	background-color:#FFF;
}

.footer {
	height: 179px;
}

.footerImage {
	height:250px;
	background-image:url('images/paperBKGtile_bottom.jpg');
	background-repeat:no-repeat;
	background-attachment:local;
	background-position:left; 
}


h1 {
font-size:2em;
margin-bottom:.75em;
}

h2 {
font-size:1.25em;
margin-bottom:.75em;
}

p {
margin-bottom:.5em;
}

.screenplayContainer
{
margin-top:1.25em;
margin-bottom:1em;	
color:#000;
}

.screenplayContainer h2 {
font-size:1em;
margin-bottom:.35em;
font-weight:bold;

}

.screenplayContainer p {
margin-bottom:.25em;
line-height:1.25em;
}




























