/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */

@font-face {
	font-family: customfont;
	src: url("PAPYRUS.eot") /* EOT file for IE */
}

@font-face {
	font-family: customfont;
	src: url("PAPYRUS.TTF") /* TTF file for CSS3 browsers */
}

body {
	background-image:url(images/bg.jpg);
	background-position:top center;
	color:#5D3220;
	font-family:customfont;
}

#container {
	background-image:url(images/container-bg.jpg);
	height:590px;
	margin:auto;
	margin-top:35px;
	width:770px;
}

h1 {
	font-size:32px;
	font-weight:bold;
	padding:14px 0px 62px 0px;
	text-align:center;
	text-shadow: 2px 2px 10px #654F17;
}

p {
	font-size:19px;
	font-weight:bold;
	line-height:22px;
	margin:0px 140px 12px 155px;
}

a {
	color:#5D3220;
	font-size:19px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}

#hr {
	height:15px;
	margin:auto;
	margin-bottom:12px;
	margin-top:12px;
	width:327px;
}

#header {
	font-size:32px;
	font-weight:bold;
	height:32px;
	padding:14px 0px 62px 0px;
	text-align:center;
	text-shadow: 2px 2px 10px #654F17;
}

#header a {
	color:#5D3220;
	font-size:32px;
	font-weight:bold;
	line-height:32px;
	text-decoration:none;
}

#header a:hover {
	color:#a67966;
}

#main {
	font-size:21px;
	font-weight:bold;
	height:364px;
	letter-spacing:0px;
	line-height:25px;
	margin:0px 140px 0px 155px;
}

#main-thanks {
	font-size:21px;
	font-weight:bold;
	height:364px;
	letter-spacing:0px;
	line-height:25px;
	margin:auto;
	padding-left:174px;
}

#signature {
	font-size:19px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	margin:0px 180px 12px 155px;
	text-align:right;
}

.second {
	font-size:19px;
	font-weight:bold;
	line-height:22px;
}

#contact {
	font-size:19px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	margin:0px 140px 12px 155px;
	text-align:right;
}

#contact a:hover {
	color:#a67966;
	text-decoration:underline;
}

#note {
	font-weight:bold;
	height:70px;
	line-height:22px;
	margin:60px 140px 12px 155px;
	font-size:16px;
	text-shadow: 2px 2px 10px #654F17;
}

#contactintro {
	font-size:21px;
	font-weight:bold;
	height:70px;
	letter-spacing:0px;
	line-height:25px;
	margin:0px 140px 0px 155px;
}

input.input {
	background-color:transparent;
	border:1px solid #5D3220;
	color:#5D3220;
	font-family:customfont;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-left:155px;
	margin-bottom:2px;
	width:218px;
}

textarea.message {
	background-color:transparent;
	border:1px solid #5D3220;
	color:#5D3220;
	font-family:customfont;
	font-size:16px;
	font-weight:bold;
	height:100px;
	margin:0px;
	padding:0px;
	margin-left:155px;
	width:441px;
}

#recaptcha_widget_div {
	margin-left:155px;
}

input.submit {
	background-color:transparent;
	border:1px solid #5D3220;
	color:#5D3220;
	font-family:customfont;
	font-size:16px;
	font-weight:bold;
	margin-left:155px;
}

input.submit:hover {
	border:1px solid #a67966;
	color:#a67966;
}

#form {
	height:282px;
}
.g-recaptcha > div {
   display: block;
   margin: auto;
}

#contactFormErrors {
	display: block;
	width: 100%;
	min-height: 32px;
	max-width: 447px;
	margin: 12px auto 0 auto;
	color: red;
	font-weight: bold;
	text-align: center;
}




















