body{
	font-family: arial, helvetica;
	width: 70%;
	margin-left: 15%;
}

#logo {
	text-align: center;
}

#logo img{
	border: 0px;
	padding-bottom: 20px;
}

#menu{
	text-align: center;
	margin-bottom: 20px;
}

.event_item{
	margin-top: 3px;
	margin-bottom: 5px;
}

hr{
	color: #639;
	height: 1px;
	margin-bottom: 20px;
}

.footer{
	margin-top: 100px;
	color: #ccc;
	text-align: center;
	font-size: 0.8em;
}

a:visited, a:link, a:active{
	color: #639;
	text-decoration: none;
}

#menu a{
	padding: 25px;
}

.grid th{
	background-color: #eee;
}

.grid tr{
	border: 2px;
	height: 30px;
}

.grid td{
	border-bottom: 2px solid #eee;
	font-size: 0.8em;
	padding: 0px;
	width: 25%;
	padding: 5px;
}
.grid table{
	width: 100%;
}

/* set height of idle state map */
#map .gsmsc-idleMapDiv { height : 400px; }

/* set height of active state map */
#map .gsmsc-mapDiv { height : 400px; }