* {
	font-family : Arial, Helvetica, sans-serif;
	color: #eaea90;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
}
  
html, body {
	background: #674628;
	background-image: url(/background.jpg);
	background-attachment: fixed;
	scrollbar-base-color: #674628;	
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}  

/* Links */
a:link, a:visited {
        color: #FCB902;
}
a:hover, a:active {
        color: red;
}

A.nav:hover {
	color: red;
	text-decoration: none;
}

SMALL  {
  	font-size : 8pt;
}
  
H1  {
	font-size : x-large;
	font-weight : bold;
	font-style : italic;
	color : #FCB902;
}
  
H2, .heading2  {
	font-size : large;
	font-weight : bold;
	font-style : italic;
	color : #FCB902;
}
  
H3, .heading3  {
	font-size : medium;
	font-weight : bold;
	font-style : italic;
	color : #FCB902;
}
  
H4, .heading4  {
	font-weight : bold;
	font-style : italic;
	color : #FCB902;
}
  
.pullquote  {
  	font-size : medium;
  	font-weight : bold;
  	font-style : italic;
}

hr {
	border: none;
	color: #391C02;
	background-color: #391C02;
	height: 2px;
}
hr.thin {
	border: none;
	color: #391C02;
	background-color: #391C02;
	height: 1px;
}

ul.align, ol.align {
	margin-top: 2px;
	margin-left: 16px;
	margin-bottom: 2px;
}

.photo_border {
        border: 1px solid #391C02;
}

.wide_border {
        border: 4px solid #391C02;
}

select, input, textarea, option {
	color: black;
	background-color: #FFFFDD;
	border: 1px solid #391C02;
}

input.button, .button {
	color: black;
	background-color: #FCB902;
	border: 1px solid #391C02;
}

