﻿/* 	project: Weeter Stylesheet DropDown Gray */


body {
	text-align: center; /* Center Site IE 5*/;
	margin: 0 auto;
/* Center Site IE 6x */	padding: 5px;
	background-image: url('gray20.gif');
/*	background-color: #E5D2A9; /* This color will go to all containers under*/
	font-family: "Times New Roman", Times, serif;
}
#h-nav {
	float: right;
	width: auto;
	padding-top: 8px;
	padding-left: 13px; /* Mickey Center of DropDown Menu */;
	margin-right: auto;
	height: 40px;
/*	background-color: #8F8F8F;*/
}
#container {
	height: auto;
	width: 750px;
	margin: 0 auto;
	background-image: url('styles/lightgrayleather.gif');
}
#container800 {
	height: auto;
	width: 800px;
	margin: 0 auto;
}
#header {
	margin: auto;
	clear: both;
	float: right;
	width: 535px;
	height: auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 44px;
	font-family: "Times New Roman", Times, serif;
	background-image: url('styles/gray20.gif');
}

#content {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px 15px 10px 15px;
	font-size: medium;
	text-align: justify;
	color: #341A08;
	margin-right: auto;
	margin-left: auto;
	background-image: url('lightgrayleather.gif');
}

#banner {
	text-align: center;
	width: 740px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	font-style: italic;
	background-image: url('styles/Blue1-A.gif');
	margin-bottom: 6px;
	margin-top: 10px;
}

#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 10px 0 0;
	float: right;
	width: 545px;
	font-size: medium;
	text-align: justify;
}
#right-h {
	margin: auto;
	padding: 0 5px 0 0;
	float: right;
	width: 525px;
	font-size: medium;
	text-align: justify;
}

#emailform {
	margin: auto;
	padding: 0 0 0 35px;
	float: right;
	width: 510px;
	font-size: medium;
	text-align: justify;
}
.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;
}

hr1{
	line-height:20px
}

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: #004000;
	font-weight: bold;
	font-style: italic;
}
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;
}

.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: #808080;
	color: #808080;
}

