/* CSS Stylesheet for Speed City Filmworks */
 
body {
	background-color: #7D0001;
	margin: 5px 0 20px 0;
	padding: 0;
	text-align: center;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}
.pageContainer {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 0; 
	margin: 0; 
	width: 777px; 
	font-size : 11pt
}

div.content {
	margin: 0 64px 35px 60px;
	font-size : 11pt
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
}
h4 {
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
}

a 		{color: #F00; text-decoration: none;}
a:hover {color: #F00; text-decoration: none;}

#fwordtable 			{margin-top: 2em; background-image: url(fwordtitle.gif); background-repeat: no-repeat; background-position: center center;}
#fwordtable td 			{font-size: 10pt; width: 40px; height: 40px; font-family: Arial; font-style: italic; font-weight: bold; color: #F0F0F0;}
#fwordtable td a 		{color: #FFF; text-decoration: none;}
#fwordtable td a:hover 	{color: #F00; text-decoration: none;}


table.cast 					{margin-top: 0; }
table.cast td 				{font-size: 10pt; font-family: Arial; font-weight: bold; color: #FFFFFF;}
table.castPictures 			{margin-top: 0; }
table.castPictures td 		{text-align: center; font-size: 10pt; padding: 0 8px 0 8px; font-family: Arial; font-style: italic; font-weight: bold; color: #FFFFFF;}
table.castPictures td img	{margin-top: 2px; border: 2px solid #7D0001;}
.characterDesc 				{width: 530px; text-align: left; margin-top: 1em; font-size: 10pt;}

table.photoGallery 			{margin-top: 0; }
table.photoGallery td 		{text-align: center; font-size: 10pt; padding: 0 8px 0 8px; font-family: Arial; font-style: italic; font-weight: bold; color: #FFFFFF;}
table.photoGallery td img	{margin-top: 2px; border: 2px solid #7D0001; cursor: pointer; cursor: hand;}
table.photoGallery th 		{padding: 1px 0 1px 0; font-weight: bold; font-size: 11pt; font-family: Arial; color: #FFFFFF;}

table.films 	{margin-top: 0; }
table.films td 	{padding: 6px 0 4px 0; font-size: 11pt; font-family: Arial; color: #FFFFFF;}
table.films th 	{padding: 1px 0 1px 0; font-weight: bold; font-size: 11pt; font-family: Arial; color: #FFFFFF;}
