#banner {
	background-image: url('../img/banner_events.jpg');
}
h1,h2,h3,a,a:link,a:visited,a:hover {
	color: #0ED6EB;
}
input[type="button"]{
	background-color: #0ED6EB;
}
.Box {
	width: 52px; 
	height: 70px; 
	overflow: hidden; 
	text-align: center; 
	float: left; 
	margin: 3px; 
	border: 1px solid #0ED6EB; 
	-moz-border-radius: 2px;
}
#menu a.selected {
	background-image: url('../img/bg_button_events.jpg');
}