body{
	background-color: #FFC977;
	background-image: url(../images/background.png);
	background-repeat:repeat;
	background-position:left;
	background-attachment:fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container{
	background-color:#FFE8C6;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:auto;
	padding:10px;
}
#masthead{
	height: 140px;
	background-image: url(../images/logo.png);
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 2px dotted #710B00;
}
h1{
	margin-left:-10000px;
}
h2, h3{
	color:#710B00;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.25em;
}
#navigation{
padding-bottom:5px;
	border-bottom: 2px dotted #710B00;
}
#navigation ul {
	
	text-align: center;
	padding: 0.2em 0;
	margin: 10px auto 0px auto;
	list-style-type: none;
	
}
#navigation li {
display : inline;

}
#navigation li a, #navigation a:visited {
	text-decoration: underline;
	color: #E88204;
	padding: 0.2em 1em;
}
#navigation a:hover {
	text-decoration: overline;
	color: #BC8F8F;
}
#navigation a:link.active, #navigation a:visited.active {
text-decoration : none;
color :#710B00;
}
#leftnav{
	float:left;
	width:220px;
	border-bottom: 2px dotted #710B00;
	border-right: 2px dotted #710B00;
	margin-right:20px;
	margin-bottom:20px;
}

ul#subnav {
	line-height:1.5em;
	list-style:none;
	font-size:0.90em;
	width:180px;
	}
ul#subnav li a{
	padding-left: 10px;
	margin-left: -40px;
	display: block;
	color: #E88204;
	text-decoration: underline;
	background-color:#FFE8C6;
}
ul#subnav li a:hover{
	color:#FFE8C6;
	background-color: #710B00;
	text-decoration:none;
	
}
ul#subnav li a.active{
	color: #905700;
	background-color: #8FBC8F;
	text-decoration:none;	
}
#maincontent{
	float:left;
	width:700px;
	margin-bottom:30px;
}

#hornav{
clear:both;
	border-top:2px dotted #710B00;
	border-bottom:2px dotted #710B00;
	padding-bottom:10px;
	
}

#hornav ul{
	text-align: center;
	padding: 0.2em 0;
	margin: 10px auto 0px auto;
	list-style-type: none;
	font-size:80%;
}
#hornav li{
	display : inline;
}
#hornav li a, #hornav a:visited {
	text-decoration: underline;
	color: #E88204;
	padding: 0.2em 1em;
}
#hornav a:hover {
	text-decoration: overline;
	color: #BC8F8F;
}
#hornav a:link.active, #hornav a:visited.active {
text-decoration : none;
color :#710B00;
}
#footer{
clear:both;
	text-align:center;
	font-size:0.80em;
	padding:20px;
}
a{
	color:#E88204;
	text-decoration:underline;
	
}
a:hover{
	color:#BC8F8F;
	text-decoration:none;
}
a:visited{
	color:#E88204;
	text-decoration:none;
}
a:visited:hover{
	color:#BC8F8F;
	text-decoration:none;
}
span.bold{
	font-weight: 900;
	color:#710B00;
	font-size:1.15em;
}

ul.story{
	list-style-type: square;
	color:black;
}
form#contact input.txt {
  color: #710B00;
  background-color: #FFFFFF;
  border: 2px inset #710B00;
  width: 200px;
}
form#contact input.required {
  color: #710B00;
  background-color: #FFFFFF;
  border: 2px inset #710B00;
  width: 200px;
}
form#contact input.btn {
	color: #710B00;
	background-color:#FFC986;
	font-weight:bold;
	
 
}
form#contact textarea{
	font-family: Arial, Helvetica, sans-serif;
}
form#contact textarea.required{
	color: #710B00;
	background-color: #FFFFFF;
	border: 2px inset #710B00;
	width: 400px;
}
form#contact p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form#contact p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
form#contact fieldset {
  border: 1px dotted #710B00;
  margin-top: 16px;
  padding: 10px;
}
form#contact legend {
  font: bold 1.2em Arial, Helvetica, sans-serif;
  color: #FFE8C6;
 background-color:#710B00;
 }
form#contact {
  border: 2px double #710B00;
  margin-top: 16px;
  padding: 10px;
}
span.italic{
	font-style:italic;
}
form#search input.txt{
	color: #710B00;
	background-color: #FFC986;
	border: 2px inset #710B00;
	width: 150px;
}
form#search input.btn{
	color: #FFC986;
	background-color: #710B00;
	font-weight:bold;
	
}
.myimage{
	border:solid 2px #710B00;
}
ul#gallery{
	list-style-type:none;
}
ul#gallery li{
	display:inline;
}
form#emailer {
	width:150px;
}
form#emailer input.btn {
	color: #710B00;
	background-color:#FFC986;
	font-weight:bold;
	 
}

ul#twitter_update_list {
	font-size: smaller;
	margin-left:-2px;
	margin-top:-5px;
}
ul#twitter_update_list li{
	list-style: none;
	padding-bottom:5px;
}
p.indent{
	padding-left: 20px;
	padding-right:100px;
	text-align:center;
}
span.offer{
	color: #710B00;
	font-weight: bold;
	font-size:1.25em;
}
