@charset "UTF-8";
body {
	background: #E4591D;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #592F01;
}
#head {
	text-align: center;
	width: 100%;
	background: #FFFFFF;
	height: 171px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 4px solid #7F4400;
	margin-top: 15px;
	margin-bottom: 19px;
}
#body {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#body h1 {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 18px;
	font-weight: normal;
}
#body h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 18px;
	font-weight: normal;
}
#body p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 18px;
	color: #FFFFFF;
}
#body a {
	color: #592F01;
}
#body input {
	width: 174px;
}
#body .submit {
	width: 82px;
}
#body textarea {
	width: 291px;
	height: 124px;
}
#body img {
	border: 2px solid #7A3907;
}
.white {
	color: #FFFFFF;
}
