html, body {
	margin: 0;
	padding: 0;
	height:100%;
	background-color: #050304;
	color: #dedede;
	line-height: 20px;
	font-size: 13px;
	text-align: left;
	font-family: helvetica, sans-serif;
}

a {
	color:#bc2b28;
	text-decoration:underline;
}

#outer {
	width: 100%;
	background-color: #221e1b;
}

#wrap {
	position:relative;
	width: 935px;
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
}

#leftColumn {
	float: left;
	width: 325px;
	height: 550px;
}

#rightColumn {
	float: left;
	width: 610px;
	height: 550px;
	padding-top:30px;
}

#nav {
	text-align:right;
	padding-right:28px;
}

.headerImage {
	padding-bottom:10px;
}

#footer {
	clear:both;
	background: url(../images/footer.jpg) repeat-x;
	width:100%;
	height:138px;
}

ul.events {
	list-style:disc;
}