body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	font-family: Helvetica, Arial;
	color: #000;
	font-size: 12px;
}

a { 
	text-decoration: none;
}

.wipHeader {
	width: 960px;
	margin: 0 auto;
}

a.wipCloseButton {
	display: block;
	padding-top: 14px;
	width: 62px;
	height: 48px;
	background: transparent url(../images/naviActive.gif) no-repeat;
	float: right;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
}

.wipHeader h1 {
	text-indent: -9999px;
	width: 610px;
	height: 112px;
	background: #FFF url(../images/headline.gif) no-repeat;
	float: left;
}

.wipContent {
	width: 920px;
	padding: 20px;
	margin: 0 auto;
	background-color: #e0e0e0;
}

.wipContent h2 a {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #AAA;
}

.wipContent h2 a.wipActive {
	color: #990066;
}

.wipListWrapper {
	border-bottom: 1px solid #000;
	padding-bottom: 32px;
}

.wipListWrapper ul {
	list-style-type: none;
}

.wipListWrapper ul li {
	display: block;
	padding: 20px 0;
	height: 100px;
}

#wipOver {
	border-bottom: none;
}

#wipOver ul li {
	border-bottom: 1px solid #000;
}

#wipOver ul li ul li{
	border-bottom: none;
}

.wipListWrapper ul li ul li{
	display: block;
	padding: 0;
	border-bottom: none;
	height: auto;
	text-align: center;
	width: 55px;
	float: left;
	line-height: 18px;
	margin-right: 20px;
	*margin-right: 19px;
}

.wipListItemDesc {
	width: 286px;
	float: left;
	margin-right: 15px;
}

.wipListItem {
	float: left;
	width: 600px;
}

#wipOver .wipListItemDesc  {
	color:#98005D;
	font-size:20px;
	text-align:justify;
}

.clear {
	clear: both;
}

/* headlines */
h2.wipHeadlines {
	text-indent: -9999px;
	height: 45px;
	margin-bottom: 5px;
}

h3.wipHeadlines {
	text-indent: -9999px;
	height: 39px;
	margin-bottom: 5px;
}

h2#Events {
	background: transparent url(../images/headlines/events.gif) no-repeat;
}

h2#Press {
	background: transparent url(../images/headlines/press.gif) no-repeat;
}

h3#ItsOver {
	background: transparent url(../images/headlines/over.gif) no-repeat;
	margin-top: 29px;
	margin-bottom: 5px;
}
/* end of headlines */
