@charset "UTF-8";
body  {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	color: #333333;
	background: #000000 url(../images/bkgds/pgbkgd17.jpg) no-repeat center top;
	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 */
}
h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #f4a245;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 15px;
	color: #f4a245;
}
h3 {
	margin: 0px;
	padding: 25px 0px 3px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #F4A244;
}
p {
	text-indent: 21px;
	margin: 12px 0px 4px;
	padding: 0px;
}
a {
	color: #f39831;
}
a:link {
	color: #f39831;
}

a:visted {
	color: #e28d2c;
}

a:hover {
	color: #e28d2c;
}
a:active {
	color: #e28d2c;
}

img a {
	border: none;
}

.lightgrey11 {
	font-size: 11px;
	color: #666;
}


#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	height: auto;
}
#pagetop {
	background: transparent url(../images/bkgds/headerbkgdtall.gif) no-repeat left top;
	height: 133px;
	width: 100%;
	color: #FFF;
}
#navbarholder {
	background: transparent url(../images/bkgds/navholderbkgd.jpg) no-repeat left top;
	height: 64px;
	width: 100%;
	color: #FFF;
	padding: 0px;
}
#topnav {
	color: #F4A145;
	text-align: right;
	margin: 0px;
	padding: 5px 12px 0px 0px;
	height: 23px;
	width: 838px;
	font-size: 11px;
}
#navbar {
	background: transparent url(../images/bkgds/navbkgd.jpg) no-repeat left top;
	height: 36px;
	width: 100%;
}
#innerwrapper {
	background: #000000 url(../images/bkgds/headerstripe_loop.jpg) repeat-x left top;
	margin: 0px;
	padding: 40px 0px 0px;
	height: auto;
}
#movieholder {
	margin: 0px auto;
	height: 360px;
	width: 482px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #f4a245;
	text-align: center;
	margin: 8px auto 0px;
	height: 30px;
	width: 850px;
}

