/*Living Colors Greenhouse Colors*/
/*dk green #18aa08 */
/*darker green #227712 */
/*lt green #b9eb59 */
/*	outline: 1px solid red;  */

* {
	margin: 			0;
	padding: 			0;
	outline: 			none;
	border: 			none;
}

body {
	font-family: 		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 			62.5%;
	background: 		url(images/home.jpg) no-repeat center top #b9eb59;
}

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

div#header {
	position: 			relative;
	width: 				900px;
	height:				91px;
	margin: 			0 auto;
	background: 		url("images/header.png");
}

/* text off screen for header image */
div#header h1 {
	text-indent: 		-3000em;
}

/*  nav   ---------------------------------------*/
div#nav {
	height: 			1.5em;
	line-height: 		1.5em;
}
div#nav ul {
	list-style-type: 	none;
	font-size: 			1.3em;
	text-transform: 	uppercase;
	background-color: 	#931d07;
}
div#nav ul li {
	float: 				left;
}
/* type is white  */
div#nav ul li a { 
	float: 				left;
	color: 				#ffffff;
	padding: 			0 2em;
}
div#nav ul li a:link, 
div#nav ul li a:visited {
	text-decoration: 	none;	 
}
/*  hover bkgrd color */
div#nav ul li a:hover {
	color: 				#e8654c;
	background-color: 	#f8e548;
}
/*  red #e8654c  */
div#nav ul li a:active {
	color: 				#e8654c;
}

/* define position of slide show -------------------------------------------*/
div#MagicSlideshow	{
	position: 			absolute;
	margin: 			30px 0px 0px 525px;
}

/* credits - Starfish Graphics--------------------------------------------------------------*/	
div#credits{
	margin: 			545px 0px 0px 0px;
	font-size: 			1em;
	line-height: 		1em;
	text-indent: 		12px;
	text-decoration: 	none;
	text-align: 		center;
	color: 				black;
}
div#credits a:link {
	color: 				#000;
	text-decoration: 	none;
}
div#credits a:visited {
	color: 				#000;
	text-decoration: 	none;
}
div#credits a:hover {
	color: 				#6a1f88;
	text-decoration: 	underline;
}
div#credits a:active {
	text-decoration: 	none;
}
/* style links--------------------------------------------------------------*/	
a:link {
	color: 				#000;
	text-decoration:	none;
}
a:visited {
	color: 				#000;
	text-decoration: 	none;
}
a:hover {
	color: 				#6a1f88;
	text-decoration: 	underline;
}
a:active {
	text-decoration: 	none;
}