/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D7C8A1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #474747;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
}
h1 {
	margin: 0px;
}
h2 {
	font-size: 127%;
	color: #513C07;
	margin: 15px 0px 0px;
}
h3 {
	font-size: 109%;
	color: #322D21;
	margin: 15px 0px 0px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #474747;
	font-weight: bold;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #474747;
}
.textsm {
	font-size: 11px;
	line-height: 1.5em;
	color: #474747;
}
A:link {
	color: #59728f;
	text-decoration: none;
}
A:active {
	color: #666666;
	text-decoration: underline;
}
A:hover {
	color: #666666;
	text-decoration: underline;
}
A:visited {
	color: #737e8a;
	text-decoration: none;
}
A:visited:hover {
	color: #999999;
	text-decoration: underline;
}
.content_layer {
	filter: alpha(opacity=75);
	/*-moz-opacity: .65;*/
	opacity: .75;
}
.image_border {
	border: 5px solid #FFFFFF;
}
.image_gallery {
	border: 5px solid #FFFFFF;
	margin: 5px;
}
