
body {
	background-color: #FFFAF0;
}
footer {
	font-size: 12px;
	float: bottom;
	background-color: lightgray;
	width: 1000px;
	font-style: bold;
}

.banner {
	width: 1000px;
	height: 150px;
}

.menu {
	width: 1000px;
	background-color: yellow;
	
}

.txtarea {
	width: 1000px;
	height: 200%;
	border: 10px;
	text-align: center;
	padding: 10px;
	
}

.heading {
	text-align: left;
	font-style: bold;
	font-size: 24px;
}

.main {
		width: 1000px;
	height: 200%;
	border: 10px;
	text-align: left;
	padding: 10px;
}

#contact {
  border: solid 1px #ccc;
  border-radius: 5px;
  color: #202020;
  margin: 20px 0;
  padding: 5px;
}
input, textarea {
  padding: 10px;
  width: 200px;
  color: #999999;
}

.form label {
  margin-right: 15px;
  color: black;
}

textarea {
height: 150px;
width: 300px;
resize: none;
overflow: auto;
}

.submit input {
  width: 100px;
  color: black;
}

.product-pic {
	height: 200px;
	width: 200px;
	align-content: justify;
	float: right;
}

.video iframe {
	width: 300px;
	height: 300px;

}