body {
	/*font-family: Garamond, Times New Roman, Georgia, serif;*/
	font-family: "myriad-pro","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	/*color: #472313;*/
	color: #282B30;
	/*background-color: #524A38;*/
	background-color: #EEEEEE;
	padding: 0;
}

#main {
	width: 912px;
	padding: 20px;
	margin: 0 auto;
	/*background-color: #FEFEEF;*/
	background-color: #EEEEEE;
	/*border-top: #472313 8px solid;*/
	/*border-top: #282B30 8px solid;*/
}

h3, h4, p {
	text-align: center;
}

h3 {
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 0;
}

h4 {
	margin-top: 0;
	font-weight: normal;
	font-style: italic;
}

p, p a {
	color: #282B30;
	font-size: small;
}

p a:hover {
	text-decoration: none !important;
}

a.inline-slide-cyclic {
	display: block;
	width: 200px;
	height: 200px;
	/*border: #472313 4px solid;*/
	border: #282B30 4px solid;
	margin: 10px;
	float: left;
	overflow: hidden;
	background-color: #472313;
}

a.inline-slide-cyclic:hover {
	/*border: #8B6757 4px solid;*/
	border: #6C6F74 4px solid;
}

a.inline-slide-cyclic img {
	
}

.fancybox-caption a, .fancybox-caption a:link {
    color: #888888;
    text-decoration: underline !important;
}

.fancybox-caption a:hover {
    color: #999999;
    text-decoration: none !important;
}

.clear {
	clear: both;
}