/*http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
#content {
	width: 753px;
	height: 789px; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	voice-family: "\"}\"";
	voice-family:inherit;

	}
.front {	background-image: url(../img/LARK.jpg);

}
.stills {	background-image: url(../img/LARK_photopage.jpg);

}
html>body #content {
	width: 753px; /* ie5win fudge ends */
	}



h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 6px;
	}


.PressKit {
	width: 130px;
	height: 20px;
	position: relative;
	top: 14px;
	left: 20px;
}


a:hover .PressKit {
	filter:alpha(opacity=0);
	/* CSS3 standard */
    opacity:0;
    /* for Mozilla */
    -moz-opacity:0;		
}


.ProductionStills {
	width: 130px;
	height: 20px;
	position: relative;
		top: 14px;
	left: 20px;
}

a:hover .ProductionStills {
	filter:alpha(opacity=0);
	/* CSS3 standard */
    opacity:0;
    /* for Mozilla */
    -moz-opacity:0;		
}

.Trailer {
	width: 130px;
	height: 20px;
	position: relative;
		top: 14px;
	left: 20px;
}
a:hover .Trailer {
	filter:alpha(opacity=0);
	/* CSS3 standard */
    opacity:0;
    /* for Mozilla */
    -moz-opacity:0;		
}

.DirectorsBlog {
	width: 130px;
	height: 20px;
	position: relative;
		top: 14px;
	left: 20px;
}
a:hover .DirectorsBlog {
	filter:alpha(opacity=0);
	/* CSS3 standard */
    opacity:0;
    /* for Mozilla */
    -moz-opacity:0;		
}

.Poster {
	width: 130px;
	height: 20px;
	position: relative;
		top: 14px;
	left: 20px;
}
a:hover .Poster {
	filter:alpha(opacity=0);
	/* CSS3 standard */
    opacity:0;
    /* for Mozilla */
    -moz-opacity:0;		
}


.EmailAddress {
	width: 186px;
	height: 20px;
	position: relative;
		top: -86px;
	left: 545px;
}

a:hover .EmailAddress {
	filter:alpha(opacity=0);
	/* CSS3 standard */
    opacity:0;
    /* for Mozilla */
    -moz-opacity:0;		
}


#thumblist ul { 
	padding-top:12px;
	padding-left:0px;
	width: 350px; }

#thumblist li {
	margin:0px;
	padding: 0px;
	display: inline;
	}

				
#thumblist {
		padding-top: 6px;
		margin-left:69px;

		}
#thumblist img {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 3px;	
	width: 110px;
	margin: 1px 2px;;
		}


.director  {
	height: 10px;
	float: left;
	margin-top: -24px;
	margin-left: 200px;

	}


a:link { color:#888; text-decoration: none; }
a:visited { color:#888; text-decoration: none; }
a:hover { color:#333; text-decoration: underline; }
a:active { color:#333; text-decoration: underline; }	
