body{
	background-image: url(back.jpg);
	background-size: cover;
	background-repeat: repeat-y;
}
a:link, a:active, a:visited{
	color: #1E3C36;
	text-decoration: none;
	font-family: Arial, serif;
	font-size: 18px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	line-height: 25px;
}
img {
	width: auto;
}
a:hover{
	background-image: url(silver2.jpg);
}
#lis1{
	background-image: url(faviconl.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 40px;
	right: 0px;
	bottom: 0px;
	left: 2%;
}
#lis2{
	background-image: url(faviconr.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 40px;
	right: 0px;
	bottom: 0px;
	left: 95%;
}
#lis3{
	background-image: url(faviconl.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 80%;
	right: 0px;
	bottom: 0px;
	left: 2%;
}
#lis4{
	background-image: url(faviconr.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 80%;
	right: 0px;
	bottom: 0px;
	left: 95%;
}
#gal{
	position: absolute;
	width: 100%;
	height: 150%;
	top: 50px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#galcol1{
	position: absolute;
	width: 33%;
	height: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#galcol2{
	position: absolute;
	width: 33%;
	height: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 33%;
}
#galcol3{
	position: absolute;
	width: 33%;
	height: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 66%;
}
P { font-family:Courier, serif; }
P.title {
	font-family: Arial, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #1E383E;
}
P.name {
	font-family: Arial, serif;
	font-size: 18px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	line-height: 25px;
	color: #3E1E25;
}
P.valid {
	font-family: "Courier New", serif;
	font-size: 16px;
	text-align: right;
}
P.rights {
	font-family: "Courier New", serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #003600;
}
