/* CSS Document */

/* contact: John Dowler, cosmicidea.com */
/* jdowler@cosmicidea.com */
/* december 2007 */
/* code: john dowler and ron white*/



/* a.	Varnish Stripping  ============================*/

/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin:0; padding:0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

th { 
	font-weight: normal;
}

/*GENERAL ======================================== */


body {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	background:white;
	font-size: 100%;
}
#wrapper {
	width:740px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#header {
	width:740px;
	height:130px;
	margin:15px 0;
	font-family:Verdana, Arial, Geneva, sans;
	background:url(images/header_forest_restoration.jpg) top center no-repeat;
}
#header p {
	padding:115px 0 0 0;
	margin:0;
	font-size: 90%;
}
#header a, #header a:visited {
	color:#336600;
	text-decoration:none;
	margin:0;
	padding:0 5px;
}
#header a:hover {
	text-decoration:underline;
	color:#3366CC;
}
#content {
	width:740px;
	height:312px;
	background:url(images/flash.jpg) top left no-repeat;
}
#footer {
	width:740px;
	height:50px;
	text-align:center;
	font-family:Arial, Verdana, Geneva, sans;
	color:white;
	background:#484747;
}
#footer p {
	margin:0;
	padding:0;
	line-height:50px;
	color:#999999;
}
#footer_left {
	float:left;
	text-align: left;
	width:300px;
	height:50px;
}
#footer_left p {
	font-size:80%;
	padding: 0px 0 0 10px;
}
#footer_left p a {
}
#footer_right {
		font-size:9pt;
float:right;
	text-align: right;
	width:300px;
	height:50px;
}
#footer_right p {
	padding: 0 10px 0 0;
}
#footer_right p a {
font-size: 100%;
}
#footer a, #footer a:visited {
	font-family:Arial, Verdana, Geneva, sans;
	line-height:50px;
	font-size:15px;
	color:#339966;
}

#right_spacer {
	width: 5px;
	height: 50px;
	float:right;
	background-color: white;
}