@charset "UTF-8";
#ticket {
	position: absolute;
	top: 980px;
	left: 100px;
	width: 20px;
}
.oneColFixCtrHdr #container #mainContent #hoop {
	position: absolute;
	left: 85px;
	top: 640px;
	width: 250px;
	height: 20px;
}
#mainContent #hoop a {
	color: #F00;
}
.oneColFixCtrHdr #container #mainContent #ticket a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	background-image: url(images/strip_07.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	top: auto;
	color: #999;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #000;
	background-image: url(images/strip_09.jpg);
	background-repeat: repeat-x;
}
.table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottomLink {
	position: absolute;
	height: 36px;
	width: 446px;
	top: 60px;
	right: 0px;
}
.oneColFixCtrHdr #header {
	background-image: url(images/indexBG_06.jpg);
	height: 96px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-color: #4D4D4D;
}
#topLink {
	top: 5px;
	right: 0px;
	width: 139px;
	height: 34px;
	position: absolute;
}
.table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #000;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 5px;
	background-color: #4D4D4D;
	text-align: center;
	color: #000;
}
.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 */
}
