body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

* {
	color: white;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	height:auto;
}

#header {
	background: transparent url('/resources/images/gradient_white_50.png') top repeat-x;
	font-weight: bolder;
}

#header a {
	border-bottom: 1px dotted #fff;
}
#header a:hover {
	border-bottom: 1px solid #fff;
}

#header-content {
	margin: 0 auto;
}

.no_screen {
	display: none;
}

.events {
	float: right;
	font-size: 80%;
}

.event {
	float: left;
	width: 130px;
	margin: 1px;
}
.event .image_spacer {
	height: 100px;
}
.event .image_spacer a {
	display: block;
	height: 100px;
	}