@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #443B25;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px ridge #4E442B;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #886E46;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 50;
	margin-left: auto;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header_3.jpg);
	height: 150px;
	width: 800px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 14px;
	color: #454029;
	padding-top: 25px;
	padding-right: 75px;
	padding-bottom: 50px;
	padding-left: 75px;
}
#tucker {
	width: 250px;
	margin-top: 30px;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer {
	padding: 0 10px;
	background-color: #8C8558;
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 12px;
	text-align: center;
	color: #5B4A2F;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #34401F;
}
#footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#nav {
	background-color: #5F5333;
	height: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 14px;
	color: #8A9875;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #34401F;
	border-bottom-color: #34401F;
	text-align: center;
}
.pic {
	border: 2px groove #443B25;
}
a:link {
	color: #8A9875;
}
a:visited {
	color: #8A9875;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #8A9875;
}
.flashintro {
	text-align: center;
	width: 500px;
	margin-right: 150px;
	margin-left: 150px;
	margin-bottom: 50px;
	font-family: "Trebuchet MS", Georgia, Arial;
	color: #48422B;
}
#gallery {
	width: 750px;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
	font-family: "Trebuchet MS", Georgia, Arial;
	color: #4B442E;
	text-align: center;
	font-size: 14px;
}
fieldset {
	font-family: "Trebuchet MS", Georgia, Arial;
	color: #46412B;
	background-color: #8C8558;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
	border: 2px groove #443B25;
}
#reply {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 14px;
	color: #474229;
	text-align: center;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 100px;
}
#btn {
	width: 200px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
#form {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.info {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 16px;
	text-align: center;
}
.error{font-size: 16px;
	   color: #FF0000;
	   }
	   ul {
	text-align: left;
	width: 375px;
}
.thankyou {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.forsale {
	text-indent: 15px;
}

