@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	}

#livingGreenTitle {
	position:absolute;
	}

#mainImage {
	width: 800px;
	z-index: 2;
	}

#renewableEnergyComingSoon {
	position:absolute;
	top: 126px;
	left: 4px;
	height: 30px;
	width: 240px;
	}

#ecoNursery {
	position:absolute;
	top: 177px;
	left: 6px;
	height: 30px;
	width: 160px;
	background-image: url('images/ecoNursery.jpg');
	}

#greenKitchen {
	position:absolute;
	top: 249px;
	left: 6px;
	height: 30px;
	width: 175px;
	background-image: url('images/greenKitchen.jpg');
	}

#greenCleaning {
	position:absolute;
	top: 440px;
	left: 6px;
	height: 30px;
	width: 190px;
	background-image: url('images/greenCleaning.jpg');
	}

#backyardHabitat {
	position:absolute;
	top: 491px;
	left: 138px;
	height: 30px;
	width: 228px;
	background-image: url('images/backyardHabitat.jpg');
	}

#holisticHome {
	position:absolute;
	top: 508px;
	left: 394px;
	height: 30px;
	width: 169px;
	background-image: url('images/holisticHome.jpg');
	}

#family {
	position:absolute;
	top: 523px;
	left: 618px;
	height: 30px;
	width: 87px;
	background-image: url('images/family.jpg');
	}

#light {
	position:absolute;
	top: 182px;
	left: 676px;
	height: 30px;
	width: 74px;
	background-image: url('images/light.jpg');
	}

#greenOffice {
	position:absolute;
	top: 135px;
	left: 593px;
	height: 30px;
	width: 148px;
	background-image: url('images/greenOffice.jpg');
	}

#lightGreenLine {
	top: 560px;
	height: 100px;
	width: 818px;
	background-image: url('images/lightGreenLine.jpg');
	}
	
#renovationNation {
	position:absolute;
	top: 571px;
	left: 34px;
	height: 30px;
	border: 0px;
	}

#publicity {
	position:absolute;
	top: 570px;
	left: 350px;
	height: 30px;
	border: 0px;
	width: 140px;
	}

#links {
	position:absolute;
	top: 570px;
	left: 570px;
	height: 30px;
	border: 0px;
	}
	
#faceBookButton {
	position:absolute;
	top: 567px;
	left: 730px;
	height: 30px;
	border: 0px;
	}

#content {
	position:absolute;
	top: 350px;
	left:0px;
	width:790px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

#content1 {
	position:absolute;
	top: 350px;
	left:10px;
	width:165px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

#content2 {
	position:absolute;
	top: 350px;
	left: 180px;
	width: 610px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

p {
	margin-left:40px;
	margin-right:30px;
	}

li {
	margin-left:30px;
	margin-right:30px;
	}

h1, h2, h3 {
	margin-left:50px;
	margin-right:30px;
	}

A:link {
	text-decoration: none;
	color: #118E6C;
	font-weight: bold; 
	}
A:visited {
	text-decoration: none;
	color: #118E6C;
	}
A:active {
	text-decoration: none;
	}
A:hover {
	text-decoration: underline;
	}

#header {
	height: 48px;
	width: 800px;
	background-image: url('images/thinLightGreenLine.jpg');
	}
	
#footer {
	height: 100px;
	width: 800px;
	background-image: url('images/lightGreenLine.jpg');
	}
	
div.top {
	z-index: 1;
	}

