html, body 
{
	height: 100%;
}

body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: tahoma, Arial, Verdana;
}

#divMainContainer 
{
	position: relative;
	min-height: 100%;
	min-width: 850px;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	margin: 0 auto;
	width: 850px;
	top: 0;
}

html>body #divMainContainer {
				height: auto;
			}
			
#divContent
{
	position: relative;
	/*
					To calculate the height of the footer: (12px font-size x 1.5 line-height) + (2 * 10px padding) = 38px
					To calculate padding-bottom: 38px footer height + 10px content padding = 48px
				*/
	padding-bottom: 40px;
}

#divBGIndex
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divBGStory
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-story.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divBGProduction
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-production.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divBGCastPizzey
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-cast-pizzey.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divBGCastMichael
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-cast-michael.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divBGCastLyth
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-cast-lyth.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divBGCastChate
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-cast-chate.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divBGCastMcdonald
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-cast-mcdonald.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divBGCastBarfield
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-cast-barfield.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divBGFilmmakers
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-filmmakers.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divBGTrailer
{
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/bg-trailer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divTopNavigation 
{
	position: relative;
	top: 60px;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	text-align:right;
}

#divMainContentContainer 
{
	top: 60px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#divFooter 
{
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	font-family: tahoma, Arial, Verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

#divImageRight{
position:relative;
float:right;
}

#divCastRight{
position: absolute;
float:left;
top: 70px;
left: 0px;
}

a {
	font-family: tahoma, Arial, Verdana;
	text-decoration: none;
}

p {
	font-family: tahoma, Arial, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}


.TxtFooter:link {
	color:#003366;
	text-decoration:none;
	font-family: tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: x-small;
}

.TxtFooter:visited {
	color:#003366;
	font-weight: bold;
	}

.TxtFooter:hover {
	color:#003366;
	border-bottom:1px dashed #003366;	
	}
	
h1 {
	font-family: tahoma, Arial, Verdana;
	font-size: x-large;
	font-weight: bold;
	color: #003366;
}

h2 {

	font-family: tahoma, Arial, Verdana;
	font-size: large;
	font-weight: bold;
	color: #003366;
}

h2 {

	font-family: tahoma, Arial, Verdana;
	font-size: small;
	font-weight: bold;
	color: #003366;
}





