<style media="screen" type="text/css">
    /*  */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
    }
	a {
    	color:#6699FF;
	}
	a:hover {
	color:#FF9900;
	text-decoration:underline;
	}
    h1, h2, h3, h4, h5, h6,ul, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 5;
    }
h5 {
	color: #CC99CC;
	font-style: italic;
}

   
   h1 {
	color: #FFFF00;	
	
    }
	
	h2 {
	color: #00CC00;	
	
    }
	
	h3 {
	color: #FF6600;	
	
    }
h6 {
	font-size: 12px;
	font-style: italic;
	color: #FFFF99;
}
	
	p, ul {
	color: #CCFF99;	
	
    }

	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
	float:left;
	width:100%;
	clear: both;
    }
	#header {
	;
	background-repeat: no-repeat;
	background-position: left center;
	height: 166px;
	z-index:5;
	}
	
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	}
    .leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	
    }
    .leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
	
	}
	.leftmenu .col1 {
	margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
	
	}
    .leftmenu .col2 {
	float:left;
	width:170px;
	position:relative;
	right:185px;
	
    }
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	background-color: #666633;	
		
    }
    #footer p {
	padding:10px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
    }
	#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	position: absolute;
	top: 24px;
	left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #66FFFF;
}

#dark {
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: -1;
	overflow: visible;	
}

#green {
	
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	position: absolute;
	top: -2px;
	left: 05px;
	z-index: 1;
	
}

#nav {
	width:150px;
	height:150px;
	margin:0;
	padding:0;
	background-image: url(file:///C|/Documents and Settings/Wes/My Documents/My Dropbox/WEB SITES/earthtouch/assets/navsprite.png);
	background-repeat: no-repeat;
	position: fixed;
	left: 30px;
	top: 300px;
	background-image: url(../assets/navsprite.png);
}

#nav li, #nav a {
	width:150px;
	height:30px;
	display:block;
	text-indent: -9999px;
	
}

#nav li {
	float:none;
	list-style:none;
	
}

#home {
	width: 150px;
	height: 30px;

}
#about {
	width: 150px;
	height: 30px;
	
}
#services {
	width: 150px;
	height: 30px;
	
}

#faq {
	width: 150px;
	height: 30px;
	
}

#contact {
	width: 150px;
	height: 30px;
	
}


#home a:hover {
	background:url(file:///C|/Documents and Settings/Wes/My Documents/My Dropbox/WEB SITES/earthtouch/assets/navsprite.png);
	background-repeat: no-repeat;
	background-position: -140px 0px;
	background-image: url(../assets/navsprite.png);	
}
#about a:hover {
	background:url(file:///C|/Documents and Settings/Wes/My Documents/My Dropbox/WEB SITES/earthtouch/assets/navsprite.png);
	background-repeat: no-repeat;
	background-position: -140px -30px;
	background-image: url(../assets/navsprite.png);
}
#services a:hover {
	background:url(file:///C|/Documents and Settings/Wes/My Documents/My Dropbox/WEB SITES/earthtouch/assets/navsprite.png);
	background-repeat: no-repeat;
	background-position: -141px -60px;
	background-image: url(../assets/navsprite.png);
}

#faq a:hover {
	background:url(file:///C|/Documents and Settings/Wes/My Documents/My Dropbox/WEB SITES/earthtouch/assets/navsprite.png);
	background-repeat: no-repeat;
	background-position: -142px -90px;
	background-image: url(../assets/navsprite.png);
}

#contact a:hover {
	background:url(file:///C|/Documents and Settings/Wes/My Documents/My Dropbox/WEB SITES/earthtouch/assets/navsprite.png);
	background-repeat: no-repeat;
	background-position: -141px -120px;
	background-image: url(../assets/navsprite.png);
}


	#switchform {
}

body {
	background-color: ;
	background-repeat: no-repeat;
	background-color: #666633;
	background-image: url(../assets/headerbackground3.png);
	background-position: center top;
}
#homie {
	left: 35px;
	position: absolute;
	top: 200px;
	border: none; 
}
#mail {
	left: 85px;
	position: absolute;
	top: 200px;
}
#site {
	position: fixed;
	right: 30px;
	bottom: 10px;
}
#donate {
	position: fixed;
	bottom: 10px;
	left: 30px;
}

#help {
	left: 33px;
	position: absolute;
	top: 228px;
}
#quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #CCCCCC;
	height: 100px;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 5;
}


img {border:0;}

#sun {
left: 4px;
	position: absolute;
	top: -8px;
}
h4 {
	color: #99CCFF;
}
    /*  */
    </style>
   
[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	
    </style>
    <![endif]

