@charset "utf-8";
/* CSS Document */

body {
	background-color: #6a685b;
	padding-top: 25px;
}



#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #404042;
}

#header {
	height: 100px;
	width: 960px;
	background-color: #c9b39b;
	font-family: "Poor Richard";
	font-size: 75px;
	color: #a0866f;
	text-decoration: overline;
	background-image: url(images/logo_title.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#navigation {
	font-family: Arial;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	clear: both;
	padding-top: 25px;
	height: 60px;
	float: none;
}

#box {
	background-image: url(images/background_image.png);
	clear: both;
	height: 695px;
	padding: 0px;
}
#text {
	font-family: Arial;
	font-size: 18px;
	padding-right: 100px;
	padding-left: 100px;
	color: #FFF;
	clear: both;
	padding-top: 10px;
	text-indent: 50px;
}

#text_contact {
	font-family: Arial;
	font-size: 18px;
	padding-right: 100px;
	padding-left: 100px;
	color: #FFF;
	clear: both;
	padding-top: 10px;
	text-indent: 50px;
	background-image: url(images/form_background2.png);
	background-repeat: no-repeat;
	background-position: 100px 100px;
}
#footer {
	font-family: Arial;
	font-size: 16px;
	background-color: #a0866f;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

h1 {
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	clear: both;
}

a:visited {
	color: #FFF;
}

a:link {
	color: #FFF;
	text-decoration:none;
}

a:hover {
	color: #370300;
	
}#thanks {
	padding-top: 100px;
	color: #fff;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 100px;
}
