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

/* Structure */

body {text-align: center; }



#container { background: #fff url(images/outerbg.gif) repeat-x;  }
#innerContainer {background: transparent url(images/innerbg.png) no-repeat; width: 919px; text-align: left; margin: 0 auto; padding: 3px 20px 0px 20px }

#header { }
	#logo { float: left; margin: 10px 15px 0 0 }	
	
#nav { list-style-type: none; width: 580px; float: left; height: 58px;  }
#nav li { float: left; }
#nav li a { display: block; height: 58px; border: 0; float: left; text-decoration: none; }
	#navAbout {width: 71px; background: transparent url(images/nav_about.gif); }
	#navAbout:hover, #navAbout:active, #navAbout.current  {background: transparent url(images/nav_about.gif) 0px -58px; }
	
	#navLandscaping {width: 108px; background: transparent url(images/nav_landscaping.gif); }
	#navLandscaping:hover, #navLandscaping:active, #navLandscaping.current {background: transparent url(images/nav_landscaping.gif) 0px -58px; }

	#navLawncare{width: 94px; background: transparent url(images/nav_lawncare.gif); }
	#navLawncare:hover, #navLawncare:active, #navLawncare.current {background: transparent url(images/nav_lawncare.gif) 0px -58px; }
	
	#navTourgreens {width: 105px; background: transparent url(images/nav_tourgreens.gif); }
	#navTourgreens:hover, #navTourgreens:active, #navTourgreens.current { background: transparent url(images/nav_tourgreens.gif) 0px -58px; }
	
	#navTestimonials{width: 109px; background: transparent url(images/nav_testimonials.gif); }
	#navTestimonials:hover, #navTestimonials:active, #navTestimonials.current {background: transparent url(images/nav_testimonials.gif) 0px -58px; }
	
	#navContact {width: 88px; background: transparent url(images/nav_contact.gif); }
	#navContact:hover , #navContact:active, #navContact.current {background: transparent url(images/nav_contact.gif) 0px -58px; }
	

#content { clear: both; height: 550px; margin: 10px 0 0 0 }	
#sidebar { width: 285px; float: left; margin: 0 3px 45px 0; }
	a#sidebarWhy { display: block; width: 284px; height: 102px; background: url(images/sideblock_why.jpg) 0px -102px; margin-bottom: 4px }
	a#sidebarWhy:hover, a#sidebarWhy:active { background: url(images/sideblock_why.jpg) 0px 0px }
	
	a#sidebarGame { display: block; width: 284px; height: 102px; background: url(images/sideblock_yourgame.gif) 0px 0px; margin-bottom: 4px }
	a#sidebarGame:hover, a#sidebarGame:active { background: url(images/sideblock_yourgame.gif) 0px -102px; }
	
	a#sidebarFAQ{ display: block; width: 284px; height: 102px; background: url(images/sideblock_faq.gif) 0px 0px; margin-bottom: 4px }
	a#sidebarFAQ:hover, a#sidebarFAQ:active { background: url(images/sideblock_faq.gif) 0px -102px; }
	
#copy { width: 592px; float: left; margin-bottom: 45px; }

#footer { clear: both; text-align: center; border-top: solid 5px #9ebd2e; padding-top: 10px; width: 890px }

#footer font a { text-decoration: none }

/* Text */

h1, h2, h3 { font-family: Georgia, serif; font-weight: normal }
h1 { font-size: 14pt; margin: 25px 20px 15px 20px }
body { font-family: Arial, sans-serif;
	  font-size: 12px; line-height: 1.4em }
	  
#copy p { padding: 10px 15px 0px 20px }
#copy h3 { padding: 10px 0px 0 20px }