html {
	height: 100%;
}
body {
	background-image: url(images/mainbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0;
	height: 100%;
	background-color: #efefef;
}
#outercont {
	background-image: url(images/fullbg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	width:999px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#innercont {
	background-image: url(images/innerbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height: 100%;
}
#footer {
	height: 54px;
	margin-top:-54px;
}
#top {
	height: 18px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #785441;
}
.maintext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #785441;
}
.maintext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18707e;
}
.mainmenu a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #785441;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 15px;
}
.mainmenu a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #18707e;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 15px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #785441;
	font-weight:normal;
	margin: 0;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #785441;
	font-weight:normal;
	margin: 0;
}
.tel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #18707e;
	font-weight:normal;
	margin: 0;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #785441;
	font-weight:normal;
	margin: 0;
}

#form {
	padding: 0px 0 45px 0;
	margin: 0;
}

#form form {
	margin: 0;
	padding: 0;
}

#form label {
	margin: 0 7px 0 7px;
	padding: 0;
	float: left;
	width: 170px;
	height: 18px;
	line-height: 18px;
}

.formField {
	margin: 0 0 7px 0;
	padding: 0;
	display: inline;
	border: 1px solid #785441;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	width: 300px;
}

#form input {
	padding: 0 0 0 3px;
}

#form br {
	margin: 0;
	padding: 0;
	height: 3px;
	border: 1px solid #0000FF;
}

#form button {
	margin: 0 3px 0 0;
	padding: -2px 5px 0 5px;
	height: 18px;
	line-height: 18px;
	border: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	background: #785441;
}

#form button:hover {
	color: #FFF;
	background: #18707e;
}

.formError {
	margin: 0 0 0 183px;
	padding: 0;
	height: 12px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #E30000;
}