@charset "UTF-8";
a:link {
	color: #060;
	font-weight: bold;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
}
.fitztext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #CCC;
}
.oneColFixCtrHdr #header {
	background: #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/background4.jpg);
}
.oneColFixCtrHdr #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: 111px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.fitztextinvert {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.fitztextheading {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #186500;
	text-transform: uppercase;
}
.moviebox {
	float: right;
	border: 1px solid #299200;
	position: absolute;
	left: 600px;
	right: 30px;
}
.fitztextfrontpage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333;
	position: fixed;
	left: 60px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.videobox {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #609;
	border-right-color: #609;
	border-bottom-color: #609;
	border-left-color: #609;
}

