
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0; padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
	font-size: 1em; font-weight: normal; font-style: normal;
}

/* ////////////////////////////// */

body {
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #aaa;
	background: #fff url("../images/bg.gif") no-repeat fixed bottom right;
}

/* ////////////////////////////// */

h1,
h2 {
	display: none;
}

/* ////////////////////////////// */

p {
	margin-bottom: 16px;
}

strong,
h3 {
	color: #000;
	font-weight: bold;
}

.wrong {
	text-decoration: line-through;
	color: #ddd;
}

/* ////////////////////////////// */

a {
	font-weight: bold;
	color: #09c;
	text-decoration: underline;
	padding: 2px 3px;
	margin: 0px -3px;
}

a:hover {
	background: #09c;
	color: #fff;
	text-decoration: none;
}

/* ////////////////////////////// */

div ul {
	list-style: none;
}

div ul li {
	list-style: none;
	margin-bottom: 16px;
}


/* ////////////////////////////// */

div#head {
	background: url("../images/title.gif") no-repeat;
	position: absolute;
	top: 130px;
	left: 35px;
	width: 240px;
	height: 100px;
}

div#current {
	background: url("../images/title-current-upcoming.gif") no-repeat;
	padding-top: 40px;
	position: absolute;
	top: 200px;
	left: 35px;
	width: 275px;
}

div#past {
	background: url("../images/title-past.gif") no-repeat;
	padding-top: 40px;
	position: absolute;
	top: 200px;
	left: 325px;
}
