BODY, INPUT
{
	background-color: #F4F4E9;
	font-family: Times New Roman, Palatina, Georgia, serif;
	font-size: 12px;
}

.home
{
	background-image: url(images/home_BG.jpg);
	background-color: #EAEACE;
}

.interior
{
	background-color: #EAEACE;
}

.interior_nav
{
	background-image: url(images/interior_BG.gif);
	background-repeat: no-repeat;
}

p
{
	margin-top: 0; padding-top: 0;
	line-height: 1.25em;
}

blockquote { margin: 0 0 10px; }

h1	{
	font-size:	24px;
	}
	
h2	{
	font-size:	22px;
	}
	
h3	{
	font-size:	18px;
	}
	
h4 {
	font-size:	16px;
	}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	12px;
	}

h1, h2, h3, h4, h5, h6
{
	color: #000;
	margin: 3px 0 0 0;
}

a
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	/*text-decoration: underline;*/
	color: #82500C;
}

.bodyCell { padding: 5px; }

.hairLine { background-color: #000; }

.smallText { font-size: x-small; }

.home-display {
	margin: 20px 0;
}
	.home-display:after {
		content: "."; display: block; height: 0; clear: both;
		visibility: hidden; }
	.home-display { display: inline-block; }
	.home-display { display: block; }
		.home-display .image {
			float: left;
			margin-left: 207px;
		}
		.home-display .info {
			float: left;
			margin-left: 25px;
			padding-top: 227px;
		}

