/* CSS Document - Paradise Plants, February 2010, www.grasshoppergraphics.ca/*/
body {
	height: 100%;
	padding:0;
	margin:0;
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	font-family: "Lucida-Sans", Arial, sans-serif;
	background-color: #d6deb4;
	
}
#siteContainer {
	width: 926px;
	margin: 0 auto;
	background: #d6deb4 url(images/bkgr_strip.jpg) repeat-y;
	z-index: -500;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: bold;
}	

a:hover {color:#636363}
a:active {color:#636363}



#nav {
	width: 720px;

	margin: -630px auto 0 330px;
	z-index: 500;
}

#nav ul {
display: inline;
}
#nav li {
	display: inline;
	text-decoration: none;
	padding: 0 10px;
	font-size:90%;
	font-weight: bold;
}

#nav a {text-decoration: none; color: #000000;}

#nav a:hover {color: #993333;}
#nav a:active {color: #993333;}

#copy {
width: 500px;
margin: 50px auto 0 100px;
z-index: 500;
}

.quote {
position: relative;
float: right;
width: 150px;
margin: -785px 150px auto auto;
text-align: center

}

	
.bold {font-weight: bold;}
.plainlink a {text-decoration: none;}
.subhead {color: #993333; font-weight: bold;}


/*gallery: from http://snook.ca/archives/javascript/simplest-jquery-slideshow*/

div.fadein {
	position: relative;
	width: 400px;
	height: 280px;
}
div.fadein img {
	position: absolute;
	top: 0;
	left: 0;
}


#footer {
	margin: 0 auto;
	padding: 0;	
}
.footertext {
margin: -100px auto 0 auto;
text-align: center;
font-size: 80%;
z-index: 500;
}
