/*
copper penny - 7c4813
tripoli - bc893f
sabrina - d7bd92
lt sabrina - f2e4cd
young gazelle - 826127
dk gazelle - 4f360a
maple syrup - 9a3a13
*/

body {
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	background: #bc893f url('images/bg.jpg') repeat-x top fixed;
	margin: 0;
	padding: 0;
	color: #222;
	}

#head, #wrap, #foot {
	width: 970px !important;
	margin: 0px auto !important;
	}

#wrap {
	background: #f2e4cd url('images/masthead.jpg') no-repeat top;
	padding-top: 137px;
	border: 1px solid #826127;
	/* border-top: none; */
	border-width: 0 1px;
	}

#content {
	padding: 0;
	}

#content p {
	margin: 16px;
	margin-top: 0;
	line-height: 145%;
	}

#content div {
	margin: 0 16px;
	}
	
#content div img {
	margin-right: 6px;
	}
	
h1, h2, h3 {
	margin-left: 16px;
	margin-right: 16px;
	}
	
h1, h2, h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-top: 0;
	font-weight: normal;
	}
	
h1 {
	margin-bottom: 20px;
	font-size: 36px;
	color: #4f360a;
	}
	
h2 {
	font-size: 26px;
	color: #7c4813;
	margin-bottom: 4px;
	}

h3 {
	font-size: 20px;
	color: #4f360a;
	margin-bottom: 4px;
	}

a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #9a3a13;
	}
	
a:visited {
	color: #7c4813;
	}

a:hover, a:active {
	color: #bc893f;
	}

a.img {
	border: none;
	text-decoration: none;
	}
	
#nav {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 18px;
	text-align: right;
	padding: 0;
	padding-right: 7px;
	margin: 0;
	margin-bottom: 24px;
	}
	
#nav a {
	font-weight: normal !important;
	margin: 0;
	padding: 3px 9px;
	color: #4f360a;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	color: #9a3a13;
	background: url('images/navbg.png') repeat-x top;
	}

#foot {
	background: #d7bd92;
	border-top: 1px solid #bc893f;
	text-align: center;
	font-size: 11px;
	padding: 8px 0;
	margin-top: 24px;
	clear: both;
	}

#foot p {
	margin: 0;
	margin-top: 8px;
	}

#addy {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 19px;
	color: #4f360a;
	margin-top: 0 !important;
	}
	
small {
	font-size: 80%;
	}

h1 small {
	font-size: 26px;
	}

h2 small {
	font-size: 20px;
	color: #bc893f;
	}
	
ul {
	margin-bottom: 16px;
	margin-left: 16px;
	}
	
li {
	line-height: 160%;
	list-style-image: url('images/bullet.png');
	padding-bottom: 4px;
	}
	
.left {
	margin-right: 24px;
	margin-left: 16px;
	float: left;
	}

.right {
	margin-left: 24px;
	margin-right: 16px;
	float: right;
	}

h1 .right {
	margin-right: 0;
	}
	
.centered {
	margin: 10px auto;
	/* display: block; */
	text-align: center;
	}

table.centered td {
	padding: 6px;
	}
	
b {
	background: #fff;
	text-transform: uppercase;
	color: #7c4813;
	padding: 0 1px;
	}

h2 b, h3 b {
	background: none;
	padding: 0;
	}
	
hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

#content img {
	background: #fff;
	padding: 6px;
	border: 1px solid #d7bd92;
	margin-bottom: 4px;
	}