body {
	margin: 0;
	background-color: #77761C;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
}

h1 {
	letter-spacing: 0.1em;
	padding-top: 20px;
}

h1.header {
	background: url(images/bananalogo.jpg) no-repeat center;
	width: 600px;
	height: 86px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-bottom: 0;
	text-indent: -2000px;
}

h1.sub-header {
	background: url(images/topbananastrip.jpg) no-repeat center;
	width: 600px;
	height: 178px;
	padding: 0;
	text-indent: -2000px;
	margin: 0 auto;
}

div#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f7f33a;
	padding: 5px 10px 10px;
	border-right: 4px solid #38370D;
	border-left: 4px solid #38370D;
}

div.page-header {
	text-align: center;
}

ul.navbar {
	list-style-type: none;
	background-color: #B7B62B;
	width: 100%;
	height: 2em;
	font-size: 12px;
	padding: 0;
}

ul.navbar li {
	
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}

ul.navbar li a {
	text-decoration: none;
	color: black;
	border: none;
}

img {
	border: none;
}

ul.navbar li a#highlight, ul.navbar li a:hover {
	border-bottom: 5px solid #77761C;
}

a:link, a:visited {
	text-decoration: none;
	color: #38370D;
	border-bottom: 1px solid #77761C;
}

div.index-intro {
	clear: both;
}

p.centred {
	text-align: center;
}

p.float-right img {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

p.float-left img {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

h1.zoodiac {
	background: url(images/zoodiac.png) no-repeat 0;
	height: 50px;
	padding-bottom: 0;
	padding-left: 60px;
	padding-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1.rainbow {
	background: url(images/rainbowride.png) no-repeat 0;
	height: 50px;
	padding-bottom: 0;
	padding-left: 60px;
	padding-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* handbill styles */

div.index-handbill {
	background: url( images/yellowstrip.jpg );
	font-size: 200%;
	font-variant: small-caps;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	background-color: white;
	border: 2px solid #77761C;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

p.handbill-text {
	font-family: Impact, Georgia, Times, serif;
	letter-spacing: 0.03em;
	line-height: 1em;
}

p.handbill-name {
	font-family: Impact, Georgia, Times, serif;
	font-size: 150%;
	color: green;
	background-color: transparent;
}

.handbill-name-emph {
	font-family: Impact, Georgia, Times, serif;
	font-size: 250%;
	color: red;
	background-color: transparent;
}

p.handbill-parenth {
	font-family: Impact, Georgia, Times, serif;
	font-style: italic;
	
	background-color: transparent;
}

p.handbill-text a {
	color: black;
	font-style: italic;
}

p.handbill-emphasis {
	font-family: Impact, Georgia, Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: green;
	background-color: transparent;
}




