@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bgbig.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#ffffff;
	min-width: 989px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	outline:none;
	margin-top:0px;

}

a {
	outline:none;
}

#wrapper {
	width: 770px;		margin: 0 auto;	border-right: 1px solid #000000;	border-left: 0px solid #000;	background: #000000;
}

img {
	border:none;
}



h1 {
	margin-top:0px;
	margin-bottom:10px;
	background:url(images/header.png) no-repeat;
	text-indent: -5000px;
	width: 997px;
	height: 89px;
}
h3 {
	clear: left;
	color: #000;
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 16px;
	border-bottom: 1px dotted #666;
	}
#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;
}

a:link { 

	color: #0a2c8c;

	font-weight: bold;

	text-decoration: underline;

	}

a:visited { 

	color: #0a2c8c;

	font-weight: bold;

	text-decoration: underline;

	}

a:hover { 

	color: #000;

	font-weight: bold;

	text-decoration: none;

	}

a:active { 

	color: #000;

	font-weight: bold;

	text-decoration: none;

	}

