@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background-color: #EADCD7;
}
#wrapper {
	height: auto;
	width: 594px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border-right-width: 148px;
	border-left-width: 148px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #663300;
	border-left-color: #663300;
	position: relative;
}
#header {
	background-image: url(../images/header.jpg);
	width: 595px;
	height: 91px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #5B3619;
	margin-left: auto;
	margin-right: auto;
}
#main {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	width: 512px;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	width: 120px;
	position:absolute;
	left:-130px;
	top:220px;
	text-align: center;
}
#contact {
	position: absolute;
	left: 605px;
	top: 600px;
	font-family: "Goudy Old Style", Georgia, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	width:130px;
}
#footer {
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 10px;
}

li {
	margin-bottom:5em;
}
.h1 {
	font-family: "Goudy Old Style", Georgia, serif;
	font-size: 36px;
	color: #339A47;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5B3619;
	text-align: center;
	margin-top: 81px;
	margin-bottom: 29px;
	font-weight: bold;
}
.border {
	border: medium solid #5B3619;
}






a:link {
	font-family: "Goudy Old Style", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-family: "Goudy Old Style", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}.bold {
	font-weight: bold;
}
.spacing {
	margin-left: 1em;
}
.center {
	text-align: center;
}
.background {
	background-color: #663300;
	text-align: center;
}
