BODY, TD, P, OL, UL, A:link, A:visited, A:active {
	font-size: 14px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFEE;
}

A:hover {
	color: #6B93D7;
}

BODY {
	background-color: #000000;
	background-image: url("vstripe.jpg");
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	border: 0;
}

BODY {
	min-width: 100%;
	text-align: center;
}

#madfestPage {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	width: 100%;
}

#madfestWrapper {
	margin: 0 5% 1.5em 0;
	position: relative;
}

#madfestOuter {
	position: relative;
}

#madfestTopBar {
	width: 100%;
}

#madfestMainWrapper {
	position: relative;
	width: 100%;
}

#madfestMainOuter {
	margin: 0;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	width: 100%;
}

#madfestNavBar {
	margin: 0;
	width: 175px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}

#madfestMain {
	margin: 0 0 0 195px;
}

#madfestNavBarContents {
	margin: 1em 0 1em 1em;
}

.navItem {
	margin: 0.8em 0 0 0;
}

.navSpace {
	margin: 0;
	height: 1em;
}

#navCurrentItem {
	color: #6B93D7;
}

#madfestMainContents {
	margin: 0 0 0 0;
}

.contentHRule {
	margin: 0 2em 0 1em;
	border-top: thin solid;
	clear: both;
}

#contentMain {
	margin: 0;
}

#contentMain .hrule {
	background-image: url("hstripe.jpg");
	background-repeat: no-repeat;
	border: 0;
	width: 741px;
	height: 11px;
	/* margin: -0.5em 0 0 0; */
	padding: 0;
	position: absolute;
	top: static-position;
	left: 0;
	z-index: 0;
}

#contentMain .hruleSpacer {
	height: 11px;
	border: 0;
	margin: 0;
	padding: 0;
}

#madfestBottomBar {
	clear: both;
	text-align: center;
	padding: 0.5em 5% 0.5em 5%;
	color: #555;
}

IMG.featureImg {
	margin: 1.5em 1.5em 0.5em 1.5em;
	float: left;
}

.eventGroup {
	margin: 0 1em 0 0.7em;
	padding: 0 0.5em 0 0;
	border: thin solid;
	float: left;
}

.event {
	margin: 0 0 1em 0;
}

.eventSub {
	padding: 0 0 0 1.5em;
}

.subheader {
	color: #B0C6EA;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: medium #B0C6EA solid;
	padding: 0.5em 1em 0.5em 1em;
}

.detail {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.announcement {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.attention {
	color: #B0C6EA;
	font-size: 18px;
	font-weight: bold;
}

A:link.detailInfo, A:visited.detailInfo, A:active.detailInfo {
	font-size: 18px;
	color: #FF6699;
	font-weight: bold;
}

A:hover.detailInfo {
	color: #6B93D7;
}

A:link.ticketInfo, A:visited.ticketInfo, A:active.ticketInfo {
	color: #FF6699;
	font-weight: bold;
}

A:hover.ticketInfo {
	color: #6B93D7;
}

TD.t1 {
	background-color: #777777;
}

TD.t2 {
	background-color: #555555;
}

TD.t1 A:hover, TD.t2 A:hover {
	color: #B0C6EA;
}

