/*
File:			custom.css
Description:	Custom styles for Thesis for Hoylandscaping.com by Randal Birkey at Headstand Media
*/

	body { 
	background: #74973d; 
	color: #111; 
	}
	
	* { padding: 0; margin: 0; }
	
	#container { 
	margin-top: 3em; 
	margin-bottom: 3em; 
	padding: .4em; 
	background: #416235; 
	border: 0.4em solid #FFFFFF; 
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	-khtml-border-radius: 1em; 
	border-radius: 1em;
	}

	#page { 
	background: #FFFFFF; 
	}
	
		.custom #header { 
	padding: 0; 
	}
	
	.custom #header #tagline { 
	height: 0; 
	}