﻿/* 	project: Weeter Stylesheet DropDown Brown */


body {
	text-align: center; /* Center Site IE 5*/;
	margin: 0 auto;
/* Center Site IE 6x */	background-color: #E5D2A9; /* This color will go to all containers under*/;
	font-family: "Times New Roman", Times, serif;
	padding-top: 18px;
	padding-bottom: 15px;
}
#container {
	height: auto;
	width: 750px;
	margin: 0 auto;
}
#container800 {
	height: auto;
	width: 800px;
	margin: 0 auto;
}
#header {
	margin: auto;
	clear: both;
	width: 750px;
	height: auto;
	padding: 2px 0px 2px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 44px;
	font-family: "Times New Roman", Times, serif;
	background-color: #391D00;
}

#content {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px 25px 10px 25px;
	font-size: medium;
	text-align: justify;
	color: #341A08;
	background-color: #F9F0D1;
}

#banner {
	text-align: center;
	width: 720px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	font-style: italic;
	margin-bottom: 6px;
	margin-top: 10px;
	background-color: #5F4830;
}

#left {
	float: left;
	width: 150px;
	padding: 0 10px 0 0;
}
#center {
	margin: auto;
	padding: 10px;
	width: 600px;
	font-size: large;
	color: #004000;
	font-weight: bold;
	font-style: italic;
}

#right {
	margin: auto;
	padding: 0 15px 0 0;
	float: right;
	width: 570px;
	font-size: medium;
	text-align: justify;
}


#gform {
	width: 730px;
	padding: 0 10px 0 50px;
	font-size: medium;
	text-align: left;
}
#emailform {
	float: left;
	width: 750px;
	padding: 0 10px 0 50;
	text-align: left;
}
.center {
	display: block; /*images must be set to block in order use auto margins*/ /*margin:0 auto; centers images in most browsers*/;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.background{
	background-image: url('../images/Old-Hse-Drawing-Transparent.gif');
	text-align: center;
	background-repeat: no-repeat;
}

hr{
	background-color: #391D00;
	width: auto;
	padding-top: 1px;
}

h1 {
	margin: 12px 0 12px 0;
	padding: 0;
	color: #710000;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
}

h1 a {
	color: #BF3E17;
	text-decoration: none;
}

h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 1.5em;
	color: #982C2C;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
}

h3 {
	margin: 8px 0 1px 0;
	padding: 0;
	font-size: 1.4em;
	color: #42210A;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h4 {
	margin: 1px 0 1px 0;
	padding: 0;
	font-size: 1.2em;
	color: #400000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
}
h5 {
	margin: 1px 0 1px 0;
	padding: 0;
	font-size: medium;
	text-align: center;
}
h6 {
	margin: 1px 0 1px 0;
	font-size: 	medium;
	padding: 0;
}


#spacer {
	height: auto;
	width: 750px;
	margin: 0 auto;
	color: #E5D2A9;
}

.green_line {
	color: #004000;
}
.red_line {	color: #710000;
}
.italic-large {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

img {
	border: 0;
	/*background-image: inherit;*/
}

/* Top Horz Menu */

#hmenu-container {
	width: 750px;
	height: auto;
	margin: 0 auto;
	padding: 2px 0px 2px 0px;
}
.footer {
	display: block; /*images must be set to block in order use auto margins*/ /*margin:0 auto; centers images in most browsers*/;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	background-color: #F9F0D1;
	color: #F9F0D1;
}

