﻿html {
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
	padding: 0px;
	margin: 0px auto;
	font-size: 12px;
	font-family:helvetica, sans-serif;
	text-align: left;
	color: #43392a;
	background-color: #ece6d8;
	line-height:17px;
}
A:link
{
	COLOR: #8b3625;
	TEXT-DECORATION: none;
	font-weight:bold;
}
A:visited
{
    COLOR: #8b3625;
    TEXT-DECORATION: none;
    	font-weight:bold;
}
A:active
{
    COLOR: #8b3625;
    	font-weight:bold;
}
A:hover
{
    COLOR: #8b3625;
    TEXT-DECORATION: underline;
    	font-weight:bold;
}

#container {
	width: 100%;
	margin:auto;
	min-height: 356px;
	background-image:url('../images/header_repeat.jpg');
	background-repeat: repeat-x;
	background-position: top center;

}
#header {
	width: 1000px;
	height: 289px;
	margin:auto;
	text-align: right;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
#logo {
	height: 289px;
	width: 357px;
	float:left;
	background-image:url('../images/logo.jpg');
	background-repeat:no-repeat;
	background-position:center;

}

#header_shadow {
	background-image:url('../images/header_shadow.jpg');
	background-position: top center;
	height:22px;
	width: 970px;
	margin:auto;
}
#nav {
	margin: auto;
	width: 1000px;
	height: 45px;
}
#content_container{
	width: 100%;
	background-color: #d9cfb4;
}
#content {
	background-color: #d9cfb4;
	margin:auto;
	width: 950px;
	padding: 0px 25px 0px 25px;
	background-image:url('../images/content_repeat.jpg');
}
#footer_shadow {
	background-image:url('../images/footer_repeat.jpg');
	height:25px;
	width: 100%;
}
#footer_shadow_content {
	background-image:url('../images/footer_shadow.jpg');
	background-position: top center;
	height:25px;
	margin:auto;
	width: 970px;
}
#content_footer {
	width: 800px;
	height: 73px;
	color: #43392a;
	text-align:center;
	text-transform:uppercase;
	clear: both;
	margin:auto;
	padding-top:10px;
}
#phone {
	font-size: 15px;
	text-align: center;
}

#copyright {
	font-size: 8px;
	text-align: center;
	color: #9b9386;
}
#copyright a:link {
	color: #9b9386;
}
#copyright a:visited {
	color: #9b9386;
}
#copyright a:hover {
	color: #9b9386;
}
h3	{
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}
h1	{
	margin:0px;
	padding:0px;
}
h2	{
	margin:0px;
	padding:0px;
}
h4	{
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}

.innlist {
	font-size: 11px;
	font-weight: 500;
}
li	{
	margin-top:6px;
}
.seasonal	{
	line-height:22px;
}
#seasonal_active {
	color: #43392a;
}
#seasonal_active a:link {
	color: #43392a;
}
#seasonal_active a:visited {
	color: #43392a;
}
#seasonal_active a:hover {
	color: #43392a;
}


