#navbar {
	top: 200px;
	position: absolute;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CC33;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	width: 1024px;
}

#header {
	height: 200px;
	width: 1024px;
	font-family: "Century Gothic", sans-serif;
	background-attachment: scroll;
	background-image: url(../images/wheelbarrow200h.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #00CC33;
	font-weight: lighter;
}

#header h2 {
	font-size: 16px;
	color: #00CC33;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 15px;
}
#header h3 {
	font-size: 16px;
	color: #00CC33;
	font-weight: lighter;
	margin-top: 5px;
	margin-bottom: 10px;
}
#header h1 a:link {
	text-decoration: none;
	color: #00CC33;
}
#header h1 a:visited {
	text-decoration: none;
	color: #00CC33;
}
#header h1 a:hover {
	text-decoration: none;
	color: #009933;
}
#header h1 a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00CC33;
}
#header h2 a:link {
	text-decoration: none;
	color: #00CC33;
}
#header h2 a:visited {
	text-decoration: none;
	color: #00CC33;
}
#header h2 a:hover {
	text-decoration: none;
	color: #009933;
}
#header h2 a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00CC33;
}

#body {
	width: 1024px;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	list-style-position: inside;
}

#body li {
	list-style-type:none;
	text-indent: 20px;
} 


#body h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#body h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
#body a:link {
	font-size: 16px;
	text-decoration: none;
	color: #00CC33;
}
#body a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #00CC33;
}
#body a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #009933;
}
#body a:active {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00CC33;
}


#footer {
	width: 1024px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00CC33;
	list-style-type: none;
	font-family: "Century Gothic", sans-serif;
	list-style-image: none;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

#footer li {
	list-style-type:none;
	text-indent: 20px;
} 


#footer h1 {
	font-size: 18px;
	font-weight: normal;
}

#footer h2 {
	font-size: 16px;
	font-weight: lighter;
}
#footer a:link {
	font-size: 16px;
	text-decoration: none;
	color: #00CC33;
}
#footer a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #00CC33;
}
#footer a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #009933;
}
#footer a:active {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00CC33;
}


.navbutton {
	font-family: "Century Gothic", sans-serif;
	border: 1px solid #00CC33;
	padding: 5px;
	color: #FFFFFF;
	background-color: #00CC33;
	text-decoration: none;
	margin: 0px;
	width: auto;
}

:hover.navbutton {
	font-family: "Century Gothic", sans-serif;
	border: 1px solid #00CC33;
	padding: 5px;
	color: #00CC33;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	width: auto;
}

#all {
	width:1024px;
	height: auto;
}

#left {
	float:left;
	width:512px;
	height: auto;
}

#right {
	margin-left:512px;
	width:512px;
	height: auto;
}


#navigate { 
	float:left; 
	width:25%;
}

#elsewhere {
	margin-left:25%;
	width:75%;
}
.imgright {
	margin-left: 128px;
}
p {
	margin-top: 10px;
}
#smallprint {
	font-family: "Century Gothic", sans-serif;
	font-size: 9px;
	text-decoration: none;
	margin-top: 40px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}

#gallery {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 900px;
}

#gallery a:link {
	background-color: #000000;
	*
}
#gallery a:visited {
	background-color: #000000;

}
#gallery a:hover {
	background-color: #000000;
	
}
#gallery a:active {
	background-color: #000000;
	
}


.galleryphoto {
	background-color: #000000;
	height: 130px;
	width: 130px;
	padding: 10px;
	border: 1px solid #000000;
}

.galleryphoto:hover {
	background-color: #000000;
	height: 130px;
	width: 130px;
	padding: 10px;
	border: 1px solid #FFFFFF;
}

.galleryphoto:hover{
color: red; /* Dummy definition to overcome IE bug */
}
