/* Comments by Chris Messineo */
/* Color Scheme: */
/* AAB500 - Green */
/* E34B1E - Orange */
/* B01535 - Red */
/* 671B68 - Purple */
/* 0087D7 - Blue */
/* 615C59 - Grey */
/* Reminder - CSS is Case Sensitive! */

*
{
	margin: 0px;
	padding: 0px;
}

A:link
{
	font-weight: normal;
	font-size: 12px;
	color: #0087D7;
	font-style: normal;
	font-family: Verdana;
	text-decoration: none;
}

A:visited
{
	font-weight: normal;
	font-size: 12px;
	color: #0087D7;
	font-style: normal;
	font-family: Verdana;
	text-decoration: none;
}

A:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #0087D7;
	font-style: normal;
	font-family: Verdana;
	text-decoration: underline;
}

A.body:link
{
	font-weight: normal;
	font-size: 12px;
	color: #0000FF;
	font-style: Normal;
	font-family: Verdana;
	text-decoration: none;
}

A.body:visited
{
	font-weight: normal;
	font-size: 12px;
	color: #0000FF;
	font-style: Normal;
	font-family: Verdana;
	text-decoration: none;
}

A.body:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #0000FF;
	font-style: Normal;
	font-family: Verdana;
	text-decoration: underline;
}

A.menu:link
{
	font-weight: normal;
	font-size: 12px;
	color: #AAB500;
	font-style: Normal;
	font-family: Verdana;
	text-decoration: none;
}

A.menu:visited
{
	font-weight: normal;
	font-size: 12px;
	color: #AAB500;
	font-style: Normal;
	font-family: Verdana;
	text-decoration: none;
}

A.menu:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #AAB500;
	font-style: Normal;
	font-family: Verdana;
	text-decoration: underline;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 980px;
	min-height: 583px; /* Total Height +100 for each new year */
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Verdana;
	background-color: #615C59;
}

div.Cast, div.Crew, div.Festivals, div.FAQ, div.Program, div.Directions, div.Auditions, div.Scenes
{
	text-align: left;
	color: #000000;
	background-color: #AAB500;
	padding: 10px;
	height: 385px;
	width: 700px;
}

div.Film
{
	position: absolute;
	top: 15px;
	left: 40px;
}

FONT.date
{
	font-weight: normal;
	font-size: 12px;
	color: #AAB500;
	font-style: normal;
	font-family: verdana;
	background-color: #000000;
	text-decoration: none;
}

html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

img
{
	border: 0px;
}

p.center
{
	text-align: center;
}

p.heading
{
	font-weight: bold;
	font-size: 15px;
	color: #671B68;
	text-align: center;
}

UL
{
	list-style-type: disc;
}
UL.menu
{	
	padding: 0px 0px 0px 32px;
}
UL.content
{
	padding: 0px 0px 0px 16px;
}

/* ID TAGS */

#Header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 68px;
	text-align: left;
}

#Horizontal
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 583px; /* Total Height +100 for each new year */
	overflow: auto;
	text-align: left;
	clear: both;
}

#Navigation
{
	position: absolute;
	top: 473px;
	left: 0px;
	width: 980px;
	height: 110px; /* Navigation Height +100 for each new year */
}

#Menu
{
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
}

#News
{
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
}

#Thin
{
	position: absolute;
	top: 68px;
	width: 260px;
	height: 405px;
	overflow: auto;
	background-color: #000000;
}
#Thin.Right
{
	left: 720px;
}
#Thin.Left
{
	left: 0px;
}

#Vertical
{
	float: left;
	height: 50%;
	margin-top: -291.5px; /* Total Height Divided by 2 */
	width: 100%;
}

#Wide
{
	position: absolute;
	top: 68px;
	width: 720px;
	height: 405px;
	background-color: #000000;
}
#Wide.Right
{
	left: 260px;
}
#Wide.Left
{
	left: 0px;
}

#Wrapper
{
	position: absolute;
	width: 980px;
	height: 583px; /* Total Height +100 for each new year */
}

