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

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
#header {
	background-image: url(http://www.doggies.com/Advertising/advertising-head.jpg);
	height: 79px;
	width: 1000px;
	background-repeat: no-repeat;
} 
form {
	width: 1000px;
}
h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7F614D;
	font-size: 36px;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 5px;
	text-align: left;
	margin-right: 100px;
	margin-bottom: 15px;
}
input {
	display: block;
	margin-top: 5px;
}
.message_box {
	margin-top: 10px;
	height: 200px;
	display: block;
}
.message_box p {
	margin-bottom: 10px;
}
textarea {
	left: 105px;
	width: 500px;
	display: block;
	margin-top: 5px;
}
body {
	text-align: center;
}
