/*
barely cream - f3f6e8
gold - f9f5ba
spring leaf - e0efc5
greener leaf - a1d37f
dk olive - 576739
dk plum - 4c4450

unused:
burnt peach - b38c6d
dusky lavender - 776a7f
*/

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

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

#wrap {
	background: #fff;
	}

#content {
	padding: 0;
	padding-top: 30px;
	clear: both;
	}

#content p {
	margin: 0 20px 16px 20px;
	line-height: 135%;
	}

#content p.indent {
	margin-left: 40px;
	}

#content div {
	/* margin: 0 20px; */
	}
	
#content div img {
	margin-right: 6px;
	}
	
h1, h2, h3 {
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	font-family: "ITC Giovanni", Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	}
	
h1 {
	margin-bottom: 16px;
	font-size: 30px;
	color: #576739;
	font-style: italic;
	}
	
h2 {
	font-size: 24px;
	color: #4c4450;
	margin-bottom: 8px;
	}

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

a {
	font-weight: bold;
	text-decoration: underline;
	padding: 0 1px;
	}

a:link {
	color: #776a7f;
	}
	
a:visited {
	color: #4c4450;
	}

a:hover, a:active {
	color: #222;
	background: #f9f5ba;
	}

a.img {
	border: none;
	text-decoration: none;
	}

/* Nav stuff */

#nav {
	list-style: none;
	margin: 10px 20px 0 0;
	padding: 0;
	}
	
#nav li {
	float: right;
	position: relative;
	cursor: default;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	}

#nav a {
	text-decoration: none;
	}

#nav li a {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 19px;
	margin: 0;
	font-weight: normal !important;
	padding: 4px 10px;
	color: #4c4450;
	text-decoration: none;
	background: url('images/navbg.jpg') repeat-x top;
	border-left: 1px solid #e0efc5;
	}

#nav li a:hover, #nav li a:active {
	background: #f9f5ba;
	color: #222;
	}

#home {
	border-right: 1px solid #e0efc5;
	}

/* End Nav stuff */

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

#foot p {
	margin: 0;
	}

#addy {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 19px;
	color: #576739;
	margin-bottom: 8px !important;
	}
	
small {
	font-size: 11px;
	}

#addy small {
	font-size: 15px;
	text-transform: uppercase;
	color: #4c4450;
	}
ul {
	margin-bottom: 16px;
	margin-left: 16px;
	}
	
li {
	list-style-image: url('images/bullet.png');
	padding-bottom: 8px;
	}
	
.left {
	margin-right: 24px;
	margin-left: 20px;
	float: left;
	}

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

h1 .right {
	margin-right: 0;
	}
	
.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

.player {
	text-align: right;
	}

.player p, .player h2 {
	margin-right: 0;
	}
b {
	background: #f9f5ba;
	text-transform: uppercase;
	color: #576739;
	padding: 0 1px;
	}

#foot b {
	background: #fff;
	padding: 0;
	}

i {
	font-size: 110%;
	font-family: Georgia, Times, "Times New Roman", serif;
	}
	
hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

#content img, #slideshow {
	background: #f3f6e8;
	padding: 4px;
	border: 1px solid #e0efc5;
	margin-bottom: 4px;
	}
	
#slideshow {
	width: 400px;
	height: 300px;
	text-align: center;
	overflow: hidden;
	margin: 0;
	margin-bottom: 24px;
	}

#imgSlide, #imgHidden {
	padding: 0 !important;
	border: none !important;
	}

#imgSlide {
	margin-bottom: 2px;
	}