body {
	background-color: #3B403B;
	font-family: "lucida grande", geneva;
	font-size: 12px;
	color: #999;
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	
}

#flashcontent {
	margin-left:0px;

}

#htmlholder {
	width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:40px;
		padding:0px;
		text-align:left;
}

#header {
		text-align:left;
		height: 372px;	
}
#content {
		text-align:left;
		margin-left:80px;
		width:400px;
}

#leftholder {
	width:340px;
	float:left;
	text-align:left;
}
#rightholder {
	width:400px;
	float:left;
	text-align:left;
	
	margin-left:50px;
	/*
	margin-top:10px;
	*/
}


/* image replacement */
h1 {
	background: url(http://www.naturalstylelandscaping.com/image/naturalstylelandscaping_logo2.gif) no-repeat;
	height: 372px;	
	
	text-indent: -8000px; /* move the text off screen */
}
	
	
	
h2 {
	height: 22px;	


}

a:link {
	text-decoration: none;
	color: #C3B263;
}
a:visited {
	text-decoration: none;
	color: #C3B263;
	
}
a:hover {
	text-decoration: none;
	color: #999;
}


