body {
	background-image: url(../images/red_house_01.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cbcbcb;
}
.bg01 {
	background-image: url(../images/red_house_08.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.grey_text {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #828282;
	text-decoration: none;
}
.heading {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/flower.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.dark_grey {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.txt_field {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	background-color: #e0dfdf;
	margin: 0px;
	height: 13px;
	border: 1px solid #444444;
}

/* FORM*/

form {
margin:20px 0 0 8px;
}

label {
float:left;
width:80px;
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #444444;
}

input, select {
border:1px solid #ccc;
width:180px;
}

textarea {
border:1px solid #ccc;
width:180px;
height:70px;
}

form#enquiry p {
margin:5px 0;
}

input#submit {
width:100px;
margin:15px 0 0 115px;
}



