/*Planscapes COLOUR CSS*/
/*colours, fonts and themes*/


body {
	background-color: #cdb38b;
	background-image: url(../images/layout/background.jpg)
}

/*text tag properties*/
h1, h2, h3 {
	color: #006600
}
a:link {  
	color: #006600
}
a:visited {
	color: #669966
}
a:hover, a:active {
	color: #00ff00
}
.colour {
	color: #006600
}

/*container div properties*/
#mainDiv {
	background-color: #f2efe3;
}
#underfoot {
		color: #9d835b
	}
		#underfoot a:link, #underfoot a:visited {  
			color: #9d835b
		}
		#underfoot a:hover, #underfoot a:active {
			color: #8d734b
		}

	
/*main content div properties*/
	#main {
		color: #332e23
	}
	#footer {
		background-color: #332e23;
		color: #938b80;
	}
		#footer a:link, #footer a:visited {  
			color: #938b80
		}
		#footer a:hover, #footer a:active {
			color: #00ff00
		}	
		
	#enquiryForm {
		border-color: #332e23;
		background-color: #f2efe3
	}
