#content {
	background-color: #FFF;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	color: #000;	
}
#content a {
	color: #a3772d;
	text-decoration: underline;		
}
#content a:hover {
	color: #c69644;
	text-decoration: underline;
}
p {
	margin-bottom: 18px;
}
a.backNav {
	display:block;
	font-size: 12px;
	line-height: 22px;
	color: #a3772d !important;
	padding: 0 0 3% 0;
	text-transform: uppercase;
	text-decoration: none !important;
}
.panels a {
	color: #fed989 !important;
	text-decoration: none !important;
}
.panelTitle {
    display: block;
	padding: 5% 0 10% 0;
	font-size: 18px;
	line-height: 18px;
	text-align: center !important;
}
.artLinks a {
	color: #361f00 !important;
	text-decoration: none !important;
}
.artTitle {
    display: block;
	padding: 5% 0 15% 0;
	font-size: 14px;
	line-height: 14px;
	text-align: center !important;
}
.artTitle a{
    color: #a3772d !important;
	text-decoration: underline !important;
}
.artTitle a:hover{
    color: #c69644 !important;
	text-decoration: underline !important;
}
.centerAlign {
	text-align: center;
}
#footer {
	background-color: #ffffff;
}
.video embed,
.video object,
.video iframe {
	display: block;
	margin: 0 auto;
}
.embed-container {
	position: relative;
	padding-bottom: 52.25%;
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	max-width: 100%; 
	height: auto;
	overflow: hidden;
	}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.back_brown {
	background-color: #361f00;
}
.back_tan {
	background-color: #c7a365;
}
.red_text {
	color: #c00000;
}
.gold_text {
	color: #ab7432;
}
.galleryNav a {
	font-size: 12px;
	line-height: 12px;
	color: #a3772d !important;
	text-transform: uppercase;
	text-decoration: none !important;
}
.galleryNav a:hover {
	color: #c69644 !important;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
form {
	margin-top: 10px;
}
.contactButton {
	margin-top: 10px;
}
.details {
	font-size: 12px;
	color: #999;
}
.bottomPadding20 {
	padding-bottom: 20px;
}