/* stylesheet.css */

/* Body text and page background */

body { 

font-family:"Lithos Pro Regular", "Times New Roman", Times, Serif;

margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

color:#000000; background-color: #666E3B;

 }

 .oneColFixCtr #container {

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColFixCtr #mainContent {

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}


#movie {
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: 5px;
	float: left;
	width: 320 px;
	z-index: 1;
}

 /* Level 1 headings */

 h1 { 

 font-family: "Lithos Pro Regular", "Times New Roman", Times, Serif; 

 font-weight: bold;

 text-align:center;

 color: #000000;

 }

body,td,th {

	font-family: Lithos Pro Regular;

} 

.style2 {

font-size: small

}

.style4 {

font-size: x-small

}

.style5 {

	color: #E99733;

	font-weight: bold;

	font-style: italic;

}

.style6 {

	color: #993300;

	font-weight: bold;

	font-style: italic;

}

.style7 {

color: #000000

}

.style7a {

	font-size: large;

	color: #993300;

	font-weight: bold;

}

.style7b {

font-size: small

}

.style8 {

	color: #E99733;

	font-weight: bold;

}

.style8a {

color: #993300

}

.style9 {

	color: #FF0000;

	font-weight: bold;

}

.style10 {

	color: #0000FF;

	font-weight: bold;

}

.style11 {

	color: #009900;

	font-weight: bold;

}

.style12 {

	color: #FFCC00;

	font-weight: bold;

}

.style14 {

color: #000000

}

.style15 {

	color: #FFFFFF;

	font-weight: bold;

}

.style16 {

color: #FF0000

}

.style17 {

font-weight: bold

}

.style19 {

color: #0066FF

}

.style21 {

color: #FFFFFF

}

.style22 {

	color: #FF0000;

	font-weight: bold;

}

.style23 {

	color: #009933;

	font-weight: bold;

}

.style25 {

color: #0066FF; 

font-weight: bold; 

}

.style34 {

color: #9900CC

}

.style36 {

color: #FF9900

}

.style37 {

color: #FF66CC

}

.style38 {

color: #000000

}
