﻿HTML, BODY
{
	height: 100%;
}

BODY
{
	margin: 0px;
	font-family: Arial, Sans-Serif;
	background: #ffffff url('../images/clouds.jpg') top center no-repeat;
}

#divOuter
{
    width: 100%;
    text-align: center;        
}

#divInnerStandard,
#divInnerLarge
{
	margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#divInnerStandard
{
    width: 502px;
    
}
#divInnerLarge
{
    width: 741px;
}



#divHeadingStandard,
#divHeadingLarge
{
	height: 70px;
	line-height: 0px;
}
#divHeadingStandard
{	
	width: 502px;	
}
#divHeadingLarge
{
	width: 741px;
}




#divLogo
{
	float: right;
	font-size: 0px;
	line-height: 0px;
}


#divBodyStandard,
#divBodyLarge
{
	padding: 20px 20px 0px 20px;
}
#divBodyStandard
{	
	background: #ffffff url('../images/bodybgstandard.gif') top center no-repeat;
}
#divBodyLarge
{
	background: #ffffff url('../images/bodybglarge.gif') top center no-repeat;
}


#divFooter
{
	border-top: 1px solid #28373b;
	font-size: 10px;
	padding: 6px 8px 0px 8px;	
}


.divHGutter,
.divHGutterSmall
{
	position: relative;
	font-size: 0px;
	line-height: 0px;		
}
.divHGutter
{
	height: 16px;
}
.divHGutterSmall
{
	height: 8px;
}




.divVGutter
{
	width: 16px;
}
.divVGutterSmall
{
	width: 8px;
}
.divVGutter,
.divVGutterSmall
{
	float: left;
	font-size: 0px;
	line-height: 0px;
	
	height: auto;
	min-height: 1px;	
}







.divH1
{
	font-size: 40px;
	font-weight: bold;
	color: #28373b;
	line-height: 40px;
	margin-bottom: 3px;
}


.BodyText
{
	font-size: 85%;
	color: #28373b;
}





.divMovieWithNavContainer
{
	/*background-color: Red;*/	
}

.divMovieWithNavMovie
{
	float: left;
	width: 462px;
	background-color: #28373b;
}

.divMovieWithNavNav
{
	float: left;
	width: 206px;
	overflow: auto;
	background-color: #dfdfe0;
	padding: 7px;
	border: 3px solid #cccccc;
	border-right-width: 0px;
}

.divMovieWithNavNavImg
{	
	float: left;
	border: 1px solid #28373b;
	width: 80px;
	height: 80px;
	font-size: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.divMovieWithNavNavImg DIV
{
	width: 100%;
	height: 100%;
	background-image: url('../images/80pximgcover.gif');
	background-repeat: no-repeat;
	filter: alpha(opacity=75);
	opacity: 0.75;
	visibility: hidden;
}






.divMovieWithNavLinkContainer,
.divMovieWithNavLinkContainerActive
{	
	height: 82px;	
}
.divMovieWithNavLinkContainerActive
{
	background-color: #28373b;	
}
.divMovieWithNavLinkContainerActive DIV
{
	color: #ffffff;
}


.divMovieWithNavLinkText
{
	float: left;
	font-size: 11px;
	color: #28373b;
	padding: 5px;
}
