/* LAYOUT CSS */
/*standard page with horizontal navigation (750px)*/

/* global settings */
html {
	height: 100%;
	margin-bottom: 1px
}
body {
	padding-top: 10px;
	background-color: #c1b9b1;/*red #c30;green #89ab23 or #9aab45; purple #857587; pink #966;blue #87afbf or 8894B2*/
	font-family: Arial,Helvetica,san-serif;
	font-size: 100%;
}
* {
	margin: 0;
	padding: 0
}


/* default typography */
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, tr {
    margin-bottom: 10px
}
p, ul, ol {
	font-size: 75%;
}
h1 {
	font-size: 160%;
	margin: 30px 20px 20px;
	padding: 0;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #3d2d3f
}
h1, h2 {
	color: #9d8d9f; /*purple #7d6d7f;red #bc2300;*/
	font-weight: normal
}
a:link, a:visited {  
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #3d2d3f
}
a:visited {
	color: #966
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #c30
}
ol {
	padding-left: 5px
}
.indent {
	padding: 0 20px 0 20px
}
.small {
	font-size: 65%
}
.clear {
	clear: both
}
.caption {
	font-size: 70%;
}

/*page area properties*/
#wrapper {
	margin: 10px auto;
	width: 750px;
	text-align: left;
	border: 1px solid #3d2d3f;
	background-color: #e9e1d9
}
	#header {
		width: 748px;
		line-height: 1%;
	}
	#footer, #underfoot {
		width: 748px;
	}
	#footer {
		padding-top: 10px;
		color: #9d8d9f;
		text-align: center;
	}
		#footer a:link, #footer a:visited {  
			color: #9d8d9f;
		}
		#footer a:hover, #footer a:active {
			color: #3d2d3f
		}
	#underfoot {
		margin: 0 auto;
		font-size: 85%;
		text-align: left;
		color: #898179; /*purple #9d8d9f;green #698b10*/
	}
		#underfoot a:link, #underfoot a:visited {  
			color: #898179 /*purple #9d8d9f;green #698b10*/
		}
		#underfoot a:hover, #underfoot a:active {
			color: #696159 /*purple #3d2d3f;green #597b00*/
		}

/*main text column properties*/
	#main {
		width: 748px;
		background-color: #fff;
		line-height: 130%;
		color: #3d2d3f
	}
		#main * h2 > a:link, #main * h2 > a:visited {
			color: #938b80
		}
		#main * h2 > a:hover, #main * h2 > a:active {
			color: #cc6633
		}	
	#columnOne {
		float: left;
		width: 180px;
		min-height: 500px;
		background-repeat: no-repeat;
		background-position: top left
	}
	#columnTwo {
		float: left;
		width: 568px;
		min-height: 500px;
		background-repeat: no-repeat;
		background-position: top left
	}
	#bottomDiv {
		width: 708px;
		padding: 20px 20px 0 20px;
	}
	.pic {
		float: left;
		padding-left: 20px
	}
	.text {
		margin: 0 20px 20px 20px
	}

/*enquiry form properties*/
		#enquiryform {
			background-color: #f7f7f5;
			width: 450px;
			padding: 10px;
			border: 1px solid #3d2d3f;
			font-size: 70%;
			line-height: 200%;
			overflow: visible
		}
			.form {
				font-size: 100%
			}
			.form2 {
				font-size: 120%;
				font-weight: bold
			}
			.form3 {
				height: 30px;
				overflow: scroll
			}
