@charset "utf-8";

body {

	font: 100% Verdana, Arial, Helvetica, sans-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-image: url(../images/bg.jpg);



}

.oneColFixCtrHdr #container {

	width: 1040px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

	margin-bottom: 2000px;

}

 #header {

	background-repeat: no-repeat;

	background-position: center center;

	height: 250px;

	width: 1040px;

	padding: 0px;

	background-image: url(../images/top.png);

	margin-top: 40px;

}

 #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	text-indent: -4000px;

}

 #mainContent {

	padding: 20px;

	margin: 0px;

	text-align: center;

	background-image: url(../images/middle.png);

	background-repeat: repeat-y;

	background-position: center;

	padding-bottom: 40px;

}

#movie {

	margin: 0px auto;

	width: 900px;

}

 #footer {

	height: 330px;

	text-align: center;

	background-image: url(../images/bottom.png);

	background-position: center;

 }

.oneColFixCtrHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 12px 0px 20px 0px;

}

/*link formatting */



a:link {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #917e44;

	text-decoration: none;

}

a:hover {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #000000;

}

a:visited {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #C90;

	text-decoration: none;

}



/* links inside navbar */



#nav img {
	border: none;
	position: relative;
	top: 6px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
