@charset "utf-8";
body {
	background-color: #C6CC96;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #694A3F;
}
body#home a#homenav,
body#about a#aboutnav,
body#images a#imagesnav,
body#archive a#archivenav,
body#product a#productnav,
body#contact a#contactnav {
color: #FFC;
cursor: default
}
.style2 {
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	font-family: "Footlight MT Light", Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	padding-bottom: 2px;
	padding-left: 40px;
	margin-left: -40px;
}

.style3 {
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	font-family: "Footlight MT Light", Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	padding-bottom: 2px;
	padding-right: -20px;
	margin-left: -0.5em;
	padding-left: .2em;
}

#container  {
	width: 800px;
	margin: 0 AUTO;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-top: 1em;
	width: 105%;
}
#header p {
	color: #694A3F;
}
#header  h4  {
	text-indent: -1000em;
}
#header ul {
	display: inline;
	list-style-type: none;
	margin-top: -2.5em;
	float: right;
}
#header li {
	text-decoration: none;
	font-variant: small-caps;
	font-size: 0.9em;
	float: left;
	margin-left: 1.5em;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#title  {
	margin-left: -50px;
	float: left;
	position: absolute;
	margin-top: -15px;
}

#header   li   a:link,#header   li   a:visited    {
	text-decoration: none;
	color: #533931;
}
#header   li   a:hover  {
	color: #FFC;
}
#header   li   a:active  {
	color: #7A8051;
}
#header    li    a.current              {
	cursor: default;
}
#pics {
	width: 400px;
}
#mainContent  {
	margin-top: -1.25em;
	width: 100%;
	text-decoration: none;
	background-color: #7A8051;
	padding: 20px;
	float: left;
	border: 1px solid #533931;
	color: #FFC;
	overflow: hidden;
	height: 550px;
}
#mainContent    h1   {
	text-align: left;
	padding-right: 0.5em;
	font-size: 1.5em;
	margin-left: 0em;
	color: #694A3F;
	width: 45%;
	font: "Footlight MT Light", Georgia, Times New Roman;
	float: left;
}
#mainContent  p {
	width: 38%;
	text-align: left;
	margin-left: 20px;
	padding-top: 2em;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 1.3em;
	margin-top: 23px;
	font-size: 1em;
}
#aboutText p {
	font-size: 0.9em;
	width: 39%;
}

#quote {
	float: left;
	clear: both;
	padding: 20px;
	width: 38%;
	font-style: oblique;
	color: #FFC;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	font-size: 0.8em;
	text-indent: -5px;
}
#signature {
	text-align: right;
	color: #F90;
	padding-top: 0.2em;
}


#mainContent  p  a:link, #mainContent  p  a:visited {
	text-decoration: none;
	color: #F90;
}
#mainContent    p    a:hover {
	color: #FFFFCC;
}
#mainContent      img                 {
	padding-left: 1em;
	width: 50%;
}
#home #mainContent img {
	padding-left: 1em;
	width: 52%;
}

#gallery {
	margin-top: -1.25em;
	width: 100%;
	text-decoration: none;
	background-color: #7A8051;
	float: left;
	border: 1px solid #533931;
	color: #000000;
	overflow: hidden;
	height: 550px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#gallery img {
	border-top-color: #533931;
	border-right-color: #533931;
	border-bottom-color: #533931;
	border-left-color: #533931;
	height: 117px;
}


#contactContent {
	margin-top: -1.25em;
	padding-top: 0em;
	text-decoration: none;
	background-color: #7A8051;
	padding: 20px;
	float: left;
	border: 1px solid #533931;
	color: #FFC;
	overflow: hidden;
	height: 550px;
	width: 100%;
}
#contactContent p {
	width: 35%;
	text-align: left;
	margin-left: 20px;
	padding-top: 2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-right: 10px;
	float: left;
	line-height: 1.3em;
	margin-top: 23px;
}
#contactContent p a:link, #contactContent p a:visited {
	text-decoration: none;
	color: #F90;
}
#contactContent p a:hover {
	color: #FFC;
}


#contactContent img {
	width: 60%;
}

#footer  {
	float: left;
	width: 50%;
	margin-top: -5px;



}
#footer  p  {
	font-size: 0.8em;
}
#footer a {
	color: #5B613D;
	text-decoration: none;
}
#footer a:hover {
	color: #FFC;
}
#footer2 {
	width: 50%;
	margin-top: -5px;
	text-align: right;
	float: right;
}
#footer2 p {
	color: #533931;
	font-size: 0.8em;
	margin-right: -40px;
}
#footer2 a {
	text-decoration: none;
	color: #533931;
}
#footer2 a:hover {
	color: #FFC;
}
