@charset "UTF-8";
/* CSS Document */

body {
	background-color: #221c19;
	background-image: url(a/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #776C61;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.tight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#galleriesScroll {
	height: 411px;
	width: 775px;
	overflow: auto;
}
#galleriesScroll a:hover { 
	opacity: .6;
}
.imageBorder {
	border: 6px solid #FBF7EE;
}
.about {
	text-align: justify;
}
.footer {
	font-size: 11px;
}
.footer a, a {
	color: #776C61;
	text-decoration: none;
}
.footer a:hover  {
	color: #D6CCC2;
	text-decoration: underline;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A8E81;
	line-height: 16px;
}

