body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: trebuchet, "trebuchet ms", verdana, sans-serif;
	background: #8fc74c url(images/jungle-bg.jpg) 0 0 repeat-x;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

body > html {
	font-size: 1em;
}

/* Element rules */

h1, h2, h3, h4, h5, h6, p, ul, li, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #e3871a;
	font-style: italic;
}

h1 {
	font-size: 1.2em;
}

p {
	line-height: 1.2em;
	color: #000;
}

ul {
	list-style: none;
}

img {
	display: inline;
	border: 0;
}


a {
	color: #fff200;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

form {
	display: block;
}

/* ---------------WRAPPER---------------- */

#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;	
}


/* ---------------HEADER----------------- */

#header p {
	margin: 0;
	padding: 0;
}

/* -----------------NAV------------------ */




/* ----------------MAIN------------------ */

#main {
	width: 100%;
	margin-top: 0;
}

#main p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 20px 40px 20px 20px;
	text-align: justify;
	color: #000;
}

p.centered {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 20px 40px 20px 20px;
	text-align: center;
	color: #000;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ---------------FOOTER----------------- */

#footer p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-weight: bold;
}

a {
	color: #fff200;
/*	color: #00673f; */
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #fff;
/*	color: #fff200; */
	font-weight: bold;
}

/* ---------------COPYRIGHT----------------- */

#copyright p {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}







