body {
	margin: 0;
	padding: 20px 0 0 0;
	font-family: georgia, verdana, sans-serif;
	background-image: url(/images/bg_body.png);
}

*.hide {
	display: none;
}

#Wrapper {
	width: 702px;
	height: 500px;
	margin: 0 auto;
}

	#Header {
		padding: 0 0 4px 0;
		background-image: url(/images/bg_header.png);
		background-position: 0 100%;
		background-repeat: no-repeat;
		position: relative;
	}
	
		#logo {
			position: absolute;
			top: 0;
			left: 5px;
		}
	
		#Navigation {
			margin: 0;
			padding: 0;
			list-style-type: none;
			position: relative;
			height: 107px;
		}
		
			#Navigation li {
				margin: 0;
				padding: 0;
				font-size: 0;				
			}
			
				#Navigation li a:link,
				#Navigation li a:visited {
					display: block;
					position: absolute;	
					top: 83px;
					background-position: 0 -25px;
					background-repeat: no-repeat;
					height: 25px;
				}
				
					#Navigation li a:link.active,
					#Navigation li a:visited.active,
					#Navigation li a:hover.active {
						background-position: 0 -50px;
						z-index: 100;
					}
				
				#Navigation li a:hover {
					background-position: 0 0;
				}
			
				li#Home a:link,
				li#Home a:visited {
					right: 346px;
					width: 90px;
					background-image: url(/images/navi_home.png);
				}
				
				li#Maintenance a:link,
				li#Maintenance a:visited {
					right: 228px;
					width: 138px;
					background-image: url(/images/navi_maintenance.png);
				}
				
				li#Landscaping a:link,
				li#Landscaping a:visited {
					right: 110px;
					width: 138px;
					background-image: url(/images/navi_landscaping.png);
				}
				
				li#ContactUs a:link,
				li#ContactUs a:visited {
					right: 5px;
					width: 126px;
					background-image: url(/images/navi_contactus.png);
				}
					
	#Content {
		background-image: url(/images/bg_content.png);
		background-position: 0 0;
		background-repeat: repeat-y;
		background-color: #92b03e;
		/*color: #ff9;*/
		color: #344501;
		padding: 20px 0 20px 16px;
	}
	
		#Sidebar {
			width: 242px;
			color: inherit;
			float: left;
			background-image: url(/images/bg_sidebar.png);
			background-position: 0 0;
			background-repeat: repeat-y;
			background-color: #9cb746;
			padding: 0;
			margin: 0;
		}
		
			#Sidebar h2 {
				background-image: url(/images/sidebar_h2.png);
				background-position: 0 0;
				background-repeat: no-repeat;
				width: 242px;
				height: 29px;
				font-size: 0;
				margin: 0 0 -4px 0;
				padding: 0;
			}
			
			#Sidebar a:link,
			#Sidebar a:visited {
				display: block;
				height: 88px;
				width: 230px;
				margin: 5px auto;
			}
			
				#Sidebar a img {
					border: 0;
				}
			
			#SidebarFooter {
				width: 242px;
				height: 5px;
				padding: 0;
				background-image: url(/images/sidebar_footer.png);
				background-position: 0 0;
				background-repeat: no-repeat;
				margin: -4px 0 0 0;
				font-size: 0;
			}
		
		#Text {
			width: 420px;
			float: right;
		}
		
		 #Desc {
		 	padding: 0;
		 	margin: 0 30px 0 0;
		 	border-bottom: 1px #ff9 solid;
		 }
		 
		 	#Desc h1 {
		 		font-size: 24px;
		 		font-weight: normal;
		 		margin: 0 0 10px 0;
		 		padding: 0;
		 	}
		 	
		 	#Desc p {
		 		font-size: 14px;
		 		margin: 10px 0;
		 		padding: 0;
		 	}
		 	
		 	#Desc a:link,
		 	#Desc a:visited {
		 		background-color: inherit;
		 		/*color: #ffff5d;*/
		 		color: #f5ff00;
		 		text-decoration: underline;
		 	}
		 	
		 	#Desc a:hover {
		 		/*color: #92b03e;*/
		 		color: #344501;
		 		/*background-color: #eaea9e;*/
		 		background-color: #f5ff00;
		 		text-decoration: none;
		 	}
		 	
		 	#Desc ul {
		 		margin: 10px 0;
		 		padding: 10px 0;
		 		list-style-type: none;
		 		background-color: #9cb746;
		 		color: inherit;
		 	}
		 	
		 		#Desc ul li {
		 			margin: 0;
		 			padding: 0 0 0 30px;
		 			font-size: 0.8em;
		 			line-height: 20px;
		 			background-image: url(/images/li_dot2.png);
		 			background-repeat: no-repeat;
		 			background-position: 15px 6px;
		 		}
		 	
		 	#BigPic {
		 		margin: 20px 0 0 4px;
		 	}
	
	#Footer {
		padding: 10px 0 30px 0;
		background-image: url(/images/bg_footer.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		clear: both;
		text-align: center;
		font-size: 0.8em;
		line-height: 18px;
	}
	
		#Footer a:link,
		#Footer a:visited {
			background-color: inherit;
			color: #344500;
		}
		
		#Footer a:hover {
			background-color: #344500;
			color: #ececa6;
		}
	
	
	
/****/
#Content:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}



* html #Content {
	height: 1%;
}