@charset "UTF-8";
/* CSS Document */

.gallery {
	width: 140px;
	float: left;
	font-size:90%;
	margin-bottom:10px;
	margin-right:10px;
}
.gallery img {
	margin-left:0px;
	margin-bottom:10px;
	padding:5px;
	border: #edcecf 1px solid;
	background-color:#fff;
	width: 130px;
}
.gallery {
	font-size:110%;
}

.gallerysmall {
	width: 140px;
	float: left;
	font-size:90%;
	margin-bottom:10px;
	margin-right:10px;
}
.gallerysmall {
	font-size:80%;
}
#inneruniquecontent {
	padding:10px;
}
.rightlink a {
	float:right;
	background-color:#b81f24;
	padding:7px 10px;
	color:#fff;
	border:1px solid #901;
	text-decoration:none;
}
.rightlink a:hover {
	float:right;
	background-color:#f4842e;
	color:#fff;
	border:1px solid #901;
}
.visit a {
	background-color: #000;
	border-top: 1px solid #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	padding: 10px;
	width: 150px;
}
.visit a {
	display: block;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(221,204,204,1);
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 2px 6px rgba(200,180,180,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25);
	-moz-box-shadow: 0 2px 6px rgba(200,180,180,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	box-shadow: 0 2px 6px rgba(200,180,180,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}
.visit a:hover {
	background-color: #b62025;
	border-color: #FFD11C #EABB00 #EABB00 #FFD11C;
}
.visit a:hover {
	outline: 0;
	color: #fff;
	background-color: rgba(204,51,0,1);
	border: 1px solid rgba(170,150,150,1);
}
.visit a {
	background-color: #C30;
	border-color: #F03D00 #B92F00 #B92F00 #F03D00;
	cursor: default;
}
.visit a {
	color: #fff;
	background-color: rgba(182,32,37,1);
	z-index: 999;
	border: 1px solid rgba(204,180,180,1);
}
address {
	font-style:normal;}
