
/* CSS Document */
body {
	background-color:#94DDA5;
	font-family:Verdana, Geneva, sans-serif;
}

.wrapper {
	width: 604px;

	margin:0 auto;
	padding:0;
	background-color:#fff;
	border: 5px solid #10AD2A;
}

img.header {
}

h1 {
	background-color:#10AD2A;
	color: white;
	text-align:center;
	font-weight:lighter;
}

li {
	list-style:none;
	display: inline;
	border-right: 1px solid #10AD2A;
	margin-right: 25px;
}

li a {
	text-decoration:none;
	color: black;
	margin-right:25px;
}

h2 {
	font-weight:lighter;
	text-align: center;
}

h4 {
	font-weight:lighter;
	text-align: center;
}

img.flyer {
	border: 1px solid #10AD2A;
	margin-left:147px;
}

img.flyer2 {
	border: 1px solid #10AD2A;
	margin-left:118px;
}

p {
	text-align:center;
}

p.top {
	font-size:24px;
	font-weight:900;
	background-color: #94DDA5;
	height:75px;
	line-height:75px;
}

a {
	color: 	#10AD2A;
}

a:hover {
	color:#FFC501;
}

a#tickets {
	color: red;
}


hr {
	width:75%;
	margin:0 auto;
}
