@charset "utf-8";
body {
	margin:0px;
	background-color: #ecbe5a;
	background-image: url(/houseplants/images/pageBG.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#Extension {
	position:absolute;
	top:-2000px;
}
#Home {
	background-color: #000000;
	background-image: url(/houseplants/images/homeBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:701px;
	width:900px;

}

#HomeTitle {
	position:relative;
	top:200px;
	left:-25px;
}

.hide, .hidehead {
	position:absolute;
	top:-2000px;
	
}


#Wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:center;
	margin-top:0px;
	background-color:#000000;
}




#Translate {
	position: relative; 
	top: 400px; 
	left:-250px;	
}

#HomeNav {
	position:relative;
	top:200px;
	left:250px;
	width:350px;
	padding:10px;
	text-align:left;
	font-size:110%;
	font-weight:bold;
	float:left;
}

#HomeNav ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}

#HomeNav li {
	list-style:none;
	margin-left: 15px;
	margin-bottom:8px;
}

#HomeNav li a {
	text-decoration:none;
	border:0px;
	display:block;
}

#HomeNav img {
	height:60px;
	width:125px;
	border:0px;
}

#HomeNav a:hover {

	text-decoration:none;
	border:0px;
	display:block;
}

#Footer {
	background-color:#ecbe5a;
	width:900px;
}

#copyright_info {
	font-size:80%;
}




