/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
			
			/* end reset */

body {
	color: #666666;
	line-height: 1.2em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(images/barn.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
p {
	padding: .5em 0;
}
h1 {
	font-size: 175%;
}
h2 {
	font-size: 150%;
	color: #99680c;
	margin: .5em 0;
}
h3 {
	font-size: 0.9em;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
a {
	color: #99680c;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#container {
	display: block;
	margin: 10px auto 0 auto;
	width: 960px;
	text-align: left;
}
#header {
	width: 960px;
	height: 60px;
	padding-top: 30px;
	background-image: url(images/headerback.png);
	background-repeat: no-repeat;
}
#header h1 a{
	margin: .5em 0 5px 1em;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: none;
}
.nav  {
	display: block;
	color: #666;
	border-top: 1px dotted #99680C;
	font-size: 0.9em;
	font-style: normal;
	text-align: right;
	width: 910px;
	margin: 2px 25px;
	padding-top: 0;
}
.nav a {
	color: #666;
	text-decoration: none;
}
.nav a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#main {
	background: url(images/mainback.png) repeat-y;
	width: 960px;
	margin-bottom: 0;
	float: left;
}
.italic {
	font-style: italic;
}
#footer {
	width: 960px;
	height: 80px;
	background: url(images/contactback.png) no-repeat;
	float: left;
	clear: both;
	padding-bottom: 20px;
}
.contact {
	display: block;
	color: #96680c;
	text-align: right;
	width: 910px;
	margin: 20px 25px 0px 25px;
	border-top: 1px dotted #99680C;
	font-size: .9em;
	padding-top: 0;
}
.contact a {
	font-size: .9em;
	}
.initial {
	font-size: 3em;
	color: #99680C;
	float: left;
	line-height: .9em;
	margin-bottom: 1em;
}
