body{
	font-size: 1.1em;
	color: #ccc;
	font-family: "GILL SANS" sans-serif;
	background: top right url('bg1.gif') no-repeat #000 ;
	margin: 2em 3em;
	
}
a{
	color: #CFB53B;
	text-decoration: none;
}a:hover{
	text-decoration: underline;
	background-color: #191919;
}
a:active{
	color: #AA9432;
}a:visited{
	
}

.right_img{
	float: right;
	margin: 0 0 6px 6px;
}

.left_img{
	float: left;
	margin: 0 6px 6px 0;
}


.box1{
	border: 1px solid #444;
	padding: 10px;
	margin: 10px;
}
.box1 ul{
	text-align: center;
	margin: auto;
	margin-left: 100px;
	list-style: none;
	clear: both;
}
.box1 li{
	margin: 0 8px;
	display: inline;
	float: left;
}

strong{
	color: #eee;
}
ul{
	padding-top: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navUL li{
	margin-left: 10px;
	font-family: "COPPERPLATE GOTHIC LIGHT";
	line-height: 1.5em;

}
div.dimmer{
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index:-1;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
h2{
	margin-bottom: 0;
}
.head{
	padding-left: 1em;
	font-weight: bold;
	/*color: #FF0;*/
	margin-bottom: 0;
	text-decoration: underline;
	margin-top: 1em
}
.small li{ /*overwrite for all the gallery pages */
	line-height: 1em;
	font-size: 0.8em;
}
.small .head{
	color:  #ccc;
	cursor:pointer;
	width: 20em;
	padding: 0.5em 0; margin: 0;
}
.small .head:hover   { background:#111; }
.count{
	font-size: small;
	font-weight: normal;
}
table img:hover{
opacity: 1;}
table img{
opacity: 0.8;}
p.newsletter_details{
	margin: 0 0 1em 2em;
}