@charset "utf-8";
/* CSS Document */

body {
	background-image:url(http://www.nba.com/media/pacers/mini_bg_09.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
	min-width: 989px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	outline:none;
}

a {
	outline:none;
}

#wrapper {
	width: 770px;		margin: 0 auto;	border-right: 1px solid #ffffff;	border-left: 0px solid #000;	background: #ffffff;
}

img {
	border:none;
}



h1 {
	margin-top:35px;
	margin-bottom:10px;
	background:url(images/header.png) no-repeat;
	text-indent: -5000px;
	width: 997px;
	height: 89px;
}

#mainNav ul {
	list-style:none;
	margin:0;
	margin-left:-25px;
	padding:0;
}

#mainNav li {
	float:left;
}

#linkEvent a {
	display:block;
	width: 157px;
	height: 80px;
	background-image:url(images/linkEvent.png);
	background-position:top left;
	text-indent: -5000px;
}

#linkEvent a:hover {
	background-position:top right;
}

#linkHighlights a {
	display:block;
	width: 159px;
	height: 80px;
	background-image:url(images/linkHighlights.png);
	background-position:top left;
	text-indent: -5000px;
}

#linkHighlights a:hover {
	background-position:top right;
}

#linkDraft a {
	display:block;
	width: 167px;
	height: 80px;
	background-image:url(images/linkDraft.png);
	background-position:top left;
	text-indent: -5000px;
}

#linkDraft a:hover {
	background-position:top right;
}

#badge {
	position:relative;
	display:block;
	width:254px;
	height:254px;
	background-image:url(images/vipBadge.png);
	text-indent:-5000px;
	float:right;
	top:-30px;
}

#content {
	clear:both;
	padding-top:35px;
	padding-left:15px;
	height:290px;
	width:520px;
}

.big {
	font-size:18px;
	margin-bottom:8px;
}

.biggest {
	font-size:28px;
	margin-bottom:8px;
	line-height:28px;
}

#footer {
	clear:both;
	background:url(images/footer.png) no-repeat;
	width: 992px;
	height: 160px;
}

#hiddenContent {
	display:none;
}

#lightboxHeader {
	<!--background-image:url(images/lightboxHeader.png);-->
	width:438px;
	height:72px;
	text-indent:-5000px;
}

#lightboxlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:18px;
	padding-right:20px;
}

#closeBtn {
	text-align:right;
}

#rsvpBtn {
	float:left;
}


