html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
background-color: #000;
color: #fff;
font-family: georgia, times, serif;
font-size: .8em;
line-height: 1.2em;
}

#wrapper {
width: 1076px;
margin: 0 auto;

}

#header {
width: 1076px;
padding: 0;
margin: 0;
font-size: 0px;
}

#content {
background-image: url("../images/bottomtile.gif");
background-repeat: repeat-y;
min-height: 300px;
width: 100%;
padding: 5px 0 15px 0;
}

	#content table {
		width: 100%;
		margin: 0 auto;
		width: 600px;
		border: 1px solid #fff;
		color: #c1edfc;
		border-collapse:collapse;
	}
	
	#content td {
	padding: 10px 0px;
	border-width: 0px;
	}
	
	.odd {
	background-color: #102132;
	}
	
	.even {
	background-color: #1b2a39;	
	}
	
	.date {
	width: 30%;
	text-align: center;
	}
	
	.time {
	width: 25%;
	text-align: center;
	}
	
	.location {
	width: 45%;
	text-align: left;
	}
	
a:link, a:visited, a:active {
color: #c1edfc;
}

a:hover {
text-decoration: none;
}