@charset "UTF-8";
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #000;
	background-image: url(grfx/bgL.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h33 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	background-image: url(grfx/bg2s.jpg);
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
}
.oneColFixCtrHdr #header {
	color: #CCC;
	background-color: #000;
	text-align: center;
	height: 96px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#video {
	position: absolute;
	height: 256px;
	width: 320px;
	left: 132px;
	top: 64px;
}
#video2 {
	position: absolute;
	height: 256px;
	width: 320px;
	left: 232px;
	top: 64px;
}
#credstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 780px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 0px;
	top: 15px;
	color: #000;
}
#reztitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	position: absolute;
	height: 24px;
	width: 780px;
	left: 0px;
	top: 12px;
}
#prev {
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 52px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 324px;
	top: 348px;
}
#next {
	position: absolute;
	height: 27px;
	width: 52px;
	top: 348px;
	right: 324px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	color: #FFF;
	text-align: center;
	height: 120px;
	width: 780px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 480px;
	background-color: #000;
	font-size: 12px;
	left: 0px;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#quote {
	text-align: center;
	padding: 0px;
	height: 42px;
	width: 780px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 68px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	left: 0px;
}
.quotesital {
	font-style: italic;
}
#navbar2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 256px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 262px;
	top: 12px;
	clip: rect(auto,auto,auto,auto);
}
#navbar3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 320px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 230px;
	top: 12px;
	clip: rect(auto,auto,auto,auto);
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

