@charset "utf-8";
/* CSS Document */

/*to style the production title box */ 
#prod_heading {
	font:140%  Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	width:200px;
	float: left;
	margin-top:50px;
	padding-top:20px;
	padding-left:35px;
	text-align: left;
}

/*to style the intro text box */
#intro_text {
	width:700px;
	float:left;
	padding-left:35px;
	padding-bottom:40px;
	margin-top:30px;
	font: 90% Arial, Helvetica, sans-serif;
	color:#FFF;

}

/*to style "click on thumbnails to view movies" box */
#clickmovie {
	width:700px;
	float:left;
	padding-left:35px;
	font: 90% Arial, Helvetica, sans-serif;
	color:#FFF;
}
	
/*to style "you may need javascript enabled on your web browser and or quicktime plugin" box */
#note {
	width: 700px;
	float: left;
	padding-top:10px;
	padding-left:35px;
	font: 80% Arial, Helvetica, sans-serif;
	color:#FFF;
}

/*to style the quicktime plugin line */
#note a {
	color:#FFF;
	text-decoration:underline;
}

/* to style the movie container that holds the movies */
#movie_container {
	width: 710px;
	float:left;
	padding-left: 35px;
	padding-bottom:10px;
	margin-top:20px;
	font:90% Arial, Helvetica, sans-serif;
	background-color:#000;
	color:#FFF;
}

/*to style the second container that holds the second row of movies to keep them in place */
#container_b{
	width: 710px;
	float:left;
	
}

/*to style all six boxes */
#box1, #box2, #box3, #box4, #box5, #box6 {
	width:200px;
	float:left;

	
}

/*to style the right margins on box 1,2,4,5 */
#box1, #box2, #box4, #box5 {
	margin-right:30px;
	
}

/*to style the top margins on box 4,5,6 */
#box4, #box5, #box6 {
	margin-top: 30px;
}

/*to style the titles of the movies */
#title_1, #title_2, #title_3, #title_4, #title_5, #title_6 {
	width:200px;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	font: normal 150% Arial, Helvetica, sans-serif;
}

/*to style the right margins for the titles 1,2,4,5 */
#title_1, #title_2, #title_4, #title_5 {
	margin-right:30px;
	
}

/*to style the text about the movies */
#text_1, #text_2, #text_3, #text_4, #text_5, #text_6 {
	width:200px;
	float:left;
	
}

/*to style the right margin for text boxes 1,2,4,5 */
#text_1, #text_2, #text_4, #text_5 {
	margin-right:30px;
	
}

#allstarlogo {
	width: 500px;
	float:left;
	margin-top:20px;
	padding-left:35px;
}

#allstartext {
	width:720px;
	float:left;
    padding-left: 35px;
	margin-top:10px;
	margin-bottom:20px;
	font: 90% Arial, Helvetica, sans-serif;
	color:#FFF;

}

#studios {
	width: 200px;
	float: left;
	padding-left: 35px;
}

#studios_text {
	width: 720px;
	float: left;
	padding-left: 35px;
	margin-top:10px;
	font: 90% Arial, Helvetica, sans-serif;
	color:#FFF;
}

