*, html {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ddd;
}
p,h1,h2,h3,h4,h5,ul,table {
	padding: 4px;
}
h1,h2,h3,h4,h5 {
	margin: 0 4px;
}
h1 {
	font-size: 27px;
	font-weight: normal;
}
td{
	padding: 6px 6px 0 0;
}
ul, ol {
	margin-left: 26px;
}
a {
	text-decoration: none;
	color: #6a8e46;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
#wrapper {
	width: 902px;
	margin: auto;
	text-align: center;
}
#logo {
	width: 200px;
	height: 81px;
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#navigation ul{
/*	position: relative;*/
	margin: 50px 0 0 0;
	padding: 0;
	float:right;
	right: 0;
	text-align: right;
}
#navigation ul a {
	font-size: 16px;
	font-weight: bold;
	color: #6a8e46;
}
#navigation li{
	list-style: none;
	float: left;
	padding: 10px;
	margin: 0;
}
#navigation {
	margin: 0;
}
#middle {
	width: 902px;
	height: 551px;
	background-image: url(images/middle.png);
	background-repeat: no-repeat;
	text-align: justify;
}
#pagetitle {
	text-align: right;
}
#pageimage
{
	padding: 0;
}
#heave_pageimage
{
	padding: 0;
	background-image: url(images/heave_2009.jpg);
	background-repeat: no-repeat;
}
#pagetext h2{
	color: #6a8e46;
}
h2#small{
	font-size: 16px;
}
#pagetext h3{
	color: #6a8e46;
	font-size: 12px;
}
#pagetext p, #pagetext table {
	font-size: 10px;
}
.current #pagetext p {
	font-size: 10px;
}
#pagetext .wide {
	float: left;
	width: 500px;
	margin: 10px;
}
#pagetext .narrow {
	float: left;
	width: 362px;
	margin: 10px;
}
#pagetext .thirds {
	float: left;
	width: 280px;
	margin: 10px;
}
#pagetext .standard {
	float: left;
	width: 430px;
	margin: 10px;
}
#pagetext .mini {
	float: left;
	width: 260px;
	margin: 10px;
}
#pagetext p {
	margin: 4px;
}
#pagetext h2, #pagetext h3 {
	margin-left: 12px;
}
#pagetext div h2, #pagetext div h3 {
	margin-left: 4px;
}
.readmore {
	text-align: right;
	float: right;
}
#pagetext h3 img {
	padding-right: 8px;
}
.clear {
	clear:both;
}
#footer {
	clear: both;
	margin-top: 30px;
	text-align: left;
}
#footer img {
	padding-right: 10px;
	border: 0;
}
.index #index, .about #about, .calendar #calendar, .current #current, .yolbc #current, .journeys #journeys, .community #community, .contact #contact {
	background-color: #fff;
	padding: 10px;
}
.green {
	color: #6a8e46;
	font-weight: bold;
}
#heave_image {
	background-image:url(images/heave_2009_yolbc.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 309px;
	position: relative;
	top: -280px;
	left: 690px;
	z-index: 1;
}
#installation_image
{
	background-image:url(images/installation.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 368px;
	position: relative;
	top: -150px;
	left: 50px;
	z-index: 1;
}
.installation #footer, .current #footer {
	position: relative;
	/*top: -150px;*/
}
#key {
	list-style-type: lower-latin;
}
.current #footer {
	position: relative;
	top: -300px;
}