@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #19110c;
	background-image: url(images/bgMain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #9a8a76;
}
a:hover {
	color: #c6b499;
}
.copyrightText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	color: #9a8a76;
	text-decoration: none;
	letter-spacing: 1px;
}
.galleryLink a{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	color: #9a8a76;
	text-decoration: none;
	letter-spacing: 1px;
}
.galleryLink a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	color: #c6b499;
	text-decoration: none;
	letter-spacing: 1px;
}


