#page {
	margin: 0 auto;
	width: 760px;
/*	margin: 0 8% 0 8%;
*/	text-align: left;
}

#content_container {
	padding: 0.75em 2% 1% 1%;
}

#main_content, #main_content_portal {
	float: left;
	margin: 0;
}

#main_content {
	width: 75%;
}

#main_content_portal {
	width: 60%;
}

#toc {
	background-color: #E0DFE3;
	padding: 0;
	margin-bottom: 1em;
	border: 1px solid #333333;
}

#toc .head {
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
}

#toc .subhead {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 6px;
	font-size: 1.25em;
	font-style: italic;	
}

#toc ol {	
	margin-left: 1.5em; 
	padding: 0; 
}

#toc li {
	margin-bottom: 0.15em;
}

.rule {border-top-width: 1px;
       border-top-style: solid;
       border-color: #891C05; 
       margin: 0px;
	   padding-top : 0.25em;
}

#related_content, #related_content_portal {
	float: right;
	margin: 0;
	line-height: normal;
	background-color: #CCCCCC;
	padding: 0.5em;
	border: 1px solid black;
}

#related_content {
	width: 22%;
}

#related_content_portal {
	width: 38%;
}

#related_content h2, #related_content_portal h2, #featured h2 {
	color: white;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.4em;
}

#related_content h3 {
	color: #891C05;
	padding: 0;
	margin-bottom: 0.1em;
	text-transform: uppercase;
	font-size: 1.1em;
}

#related_content ul, #related_content_portal ul, #featured ul {
	margin-top: 0.1em;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

#related_content li, #related_content_portal li, #featured ul {
	margin-bottom: 1em;	
	list-style: disc url(/images/bullet_reel.gif) inside;
	vertical-align: text-top;
	padding: 0;
}

#pdf {
	float: right;
	padding: 0.25em;
	margin: 0 0 0.5em 0.5em;
	border: 1px solid #333333;
}

#pdf p {
	color: black;
	margin: 0 0.25em;	
}

#pdf img {
	padding-top: 3px; 
	padding-right:3px;
}

#subhead {
	font-size : 1.25em;
	font-style: italic;
	margin-bottom: 12px;
}

.sidenav {
	background-color: #c4d1db;
}

.sidenav ul {
	margin-left: 0; 
	padding: 0; 
	margin-bottom: 0px; 
	margin-top: 0px;
}

.sidenav ol {
	margin-left: 0; 
	padding: 0; 
	margin-bottom: 0px; 
	margin-top: 0px;
}

.sidenav li {
	margin-bottom: 0.25em;	
}

.photo_left, .photo_right, .photo_default {
	border: 1px solid #891C05;	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #891C05;
}

.photo_left {
	float: left;
	margin-right: 0.5em;
}

.photo_right {
	float: right;
	margin-left: 0.5em;
}

.photo_caption {
	color: white;
	font-style: italic;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	margin-top: 0;
}

.image_left, .image_right, .image_default {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.image_default {
	float: none;
	clear: both;
}

.image_left {
	float: left;
	margin-right: 0.5em;
}

.image_right {
	float: right;
	margin-left: 0.5em;
}

h1 {
	font-size : 1.9em;
	font-weight : 900;
	margin-top: 0;
	color: #891C05;
	text-transform: uppercase;
}

.no_bullets {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#portal_heading {
	border-top: 1px solid #dedb7f; 
	border-bottom: 1px solid #dedb7f; 
	padding: 0 0 0 0.5em;
	background-color: #FBFAEA;
	margin: 0;
}

#portal_heading h1 {
	font-size: 2.1em;
 	margin: 0;
}

a:link {
	color: #891C05;
	text-decoration: underline;
}

a:visited {
	color: #464646;
}

a:hover {
	color: #4D687D;
	text-decoration: underline;
}

blockquote {
	color: #333333;
}

.pullquote {
	background-image: url(/images/blockquote_open.gif);
	background-repeat: no-repeat;
	float: left;
	width: 30%;
	margin: 0 1em 1em 0;
	padding: 10px 0 0 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #891C05;
}

.pullquote p {
	margin: 0;
	width: 90%;
	padding: 0 22px 10px 0;
	line-height: 1.3em;
	background-image: url(/images/blockquote_close.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#updated {
	background-color: #666666;
	color: #FFFFFF;
	padding: 3px;
	margin-top: 6px;
	margin-bottom: 12px;
}

.text_table {
	border: 1px solid #891C05;
	border-collapse: separate;
	margin : 4;
	background : White;
	margin-bottom: 1em;
	width: 90%;
}

.text_table tr {
	vertical-align: top;
}

.text_table th {
	border: solid #891C05 1px;
	background : #FFFFCC;
	text-align : center;
	font-weight: bold;
	vertical-align : bottom;
	padding: 3px;	
}

.text_table td {
	border: solid #891C05 1px;
	background : white;
	text-align: right;
	vertical-align : top;
    padding: 3px;	
}

.filmography {
	width: 100%;
	margin-bottom: 0.5em;
	margin-top: 0;
}

#filmography ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
}

#filmography li {
	padding: 0.4em 0 0.4em 0;
	border-top: 1px #CCCCCC solid;
}

#filmography h2 {
	margin-top: 0.5em;
}

#filmography small {
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

.filmography_record {
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px #CCCCCC solid;
}

.film_title {
	width: 35%;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	float: left;
}

.film_title img {
	vertical-align: text-bottom;
}

.role {
	width: 15%;
	vertical-align: top;
	float: left;
}

.director {
	width: 45%;
	vertical-align: top;
	float: left;
}

.screening_record {
	padding: 0.5em 0 0.5em 0;
/*	border-bottom: 1px #CCCCCC solid;
*/}


.no_text_formatting {
	font-weight: normal; 
	font-style: normal;
}

.writing_record {
	margin-bottom: 1em;
	border-bottom: dotted thin gray;
}

.writing_record img {
	margin-bottom: 0.5em;
}

.voiceover_record {
	margin-bottom: 1em;
}

.toc_article_headline {
	font-size: 1.1em;
	font-weight: bold;
}

.halloween_selected {
	background-color: #CCCCCC;
}

.film_still_record {
	padding-bottom: 1em;
	margin-bottom: 1em;
	display: block;
}
