body {
	background:#e9e8e6;
}
a {
	color: #2f6598; 
}
#header {
	margin: 0 auto;
	background: url('/images/bg.top.png') no-repeat 0 100%;
	width: 941px;
	padding: 10px 19px 19px 19px;
	height: 50px;
}
#header ul {
	list-style: none;
}
#header ul li {
	float: left;
}
#header ul li a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	height: 100%;
	padding:2px 5px;
	display:block;
	background: #F9F9F9;
	margin: 0 3px 3px 0;
}
#header ul li.s a {
	color: #FFF;
	background: #666;
}
#wrapper {
	margin: 0 auto;
	background: url('/images/bg.all.png');
	width: 937px;
	padding: 0 21px
}
h1 {
	background: url('/images/upcoded.png') no-repeat;
	width: 105px;
	height: 42px;
	float: left;
	margin: 5px 15px 10px 0;
}
h1 a {
	height: 100%;
	width: 100%;
	display: block;
}
h1 a span {
	display: none;
}
#map {
	width: 626px;
	height: 550px;
	float: left;
	border: #d5cfc6 solid 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu {
	width: 297px;
	float: right;
}
#footer {
	margin: 0 auto;
	background: url('/images/bg.bottom.png') no-repeat 0 0;
	width: 941px;
	padding: 19px;
	font-size: 11px;
}
#footer span {
	float: right;
}
#footer span a {
	text-decoration: none;
}

#loader {
	position: fixed;
	z-index:9999;
	top: 0px;
	left: 0px;
	height:5px;
	margin:1px 0;
	width:100%;
	background:#666 url('/images/loadingAnimation.gif') 50% 50% repeat-x;
}

#events {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #797979;
}
#events li {
	border-bottom: #d5cfc6 solid 1px;
	padding: 10px 10px 10px 0;
	font-size: 11px;
	background: url('/images/cursor.png') 280px 50% no-repeat;
}
#events li .text {
	width: 205px;
	float: right;
	margin-right: 20px;
}
#events li a {
	font-weight: bold;
	color: #2f6598;
	text-decoration: none;
	clear: both;
}
#events li a:hover {
	text-decoration: underline;
}
#paging {
	text-align: center;
	padding-top: 10px;
}
#paging a {
	padding: 2px 7px;
	margin:0 3px;
	text-decoration: underline;
	color: #2f6598;
	font-size: 11px;
}
#paging a.selected {
	background: #d5cfc6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	color: #000;
}
#location_search label {
	clear: both;
}
#location_search input {
	font-size: 11px;
	width: 250px;
	padding: 3px;
	vertical-align: middle;
}
#location_search button {
	background: url('/images/icon_target.png') no-repeat 50% 50%;
	border: none;
	height: 18px; width: 20px;
	vertical-align: middle;
	
}
.date {
	font-weight: normal;
	color: #747474;
	font-size: 11px;
}
#date {
	font-size: 11px;
	width: 60px;
	padding: 3px;
	margin-right: 5px;
}

