body {
	margin: 0 2em;
	padding: 0;
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
}

#header {
	text-align: center;
}

#header h1 {
}

#header h2 {
	font-size: 1em;
}

#sidebar {
	display: none;
}

#artist-list .artist {
	width: 33%;
	float: left;
}

.artists {
	clear: left;
	border-bottom: 1px dashed silver;
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
	color: black;
}

#footer {
	text-align: center;
}

#home #eventimage {
	display: none;
}

.two-column {
	width: 60%;
	padding-right: 6%;
	float: left;
}

#artist_event #eventimage, 
#community_event #eventimage {
	float: right;
}

#venue #map {
	width: 50%;
	height: 300px;
	border: 1px solid black;
	float: right;
	margin-left: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 0;
}

#tblEvents {
	width: 100%;
}

#admin {
	display: none;
}
