body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#content-body { line-height: 23px;}
#content-body p {line-height: 23px;}

#content-body a { color: #675f15; text-decoration: underline;}
#content-body a:visited { color: #333333; text-decoration: none; }
#content-body a:hover { color: #675f15; text-decoration: none; }

#header #page-header { 
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	bottom: 10px;
	left: 50px;
	letter-spacing: 2px;
}

#content-body h1 { 
	color: #93820e;
	font-size: 16px;
}

#content-body h2 { 
	color: #93820e;
	font-size: 13px;
}

.gallery-thumbnails {
	margin:0;
	width:100%;
}

.gallery-thumbnails li {
	list-style:none;
	float:left;
}

.gallery-thumbnails-view {
	margin:0;
	width:100%;
	padding-top:1.5em;
}

.gallery-thumbnails-view li {
	list-style:none;
	float:left;
	padding:0 5px 0 2px;
}

blockquote {
	background: #f5f5f5 url(/images/quote.gif) no-repeat 10px 10px;
	padding: 7px 20px 10px 33px;
	margin: 0;
	border-left: 5px solid #93820e;
	position: relative;
	z-index: 1;
	-moz-box-shadow: 1px 1px 5px #a0a0a0;
	-webkit-box-shadow: 1px 1px 5px #a0a0a0;
	-ms-box-shadow: 1px 1px 5px #a0a0a0;
	box-shadow: 1px 1px 5px #a0a0a0;
	margin-bottom: 20px;
	behavior: url(/css3pie/PIE.htc);
}
blockquote p { margin-bottom: 0; }
blockquote .quote {
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote .author {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
