/* galleries */
body{
	background-image: url(back.jpg);
	background-repeat: repeat-y;
}
a:link, a:active, a:visited{
	color: #1E3C36;
	text-decoration: none;
}
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: 30px;
}
#lis2{
	background-image: url(faviconr.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 40px;
	right: 0px;
	bottom: 0px;
	left: 970px;
}
#lis3{
	background-image: url(faviconl.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 520px;
	right: 0px;
	bottom: 0px;
	left: 30px;
}
#lis4{
	background-image: url(faviconr.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 520px;
	right: 0px;
	bottom: 0px;
	left: 970px;
}
#gal{
	position: absolute;
	width: 950px;
	height: 150%;
	top: 50px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#galcol1{
	position: absolute;
	width: 310px;
	height: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 20px;
}
#galcol2{
	position: absolute;
	width: 310px;
	height: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 330px;
}
#galcol3{
	position: absolute;
	width: 310px;
	height: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 640px;
}
P { font-family:Courier, serif; }
P.title {
	font-family: Arial, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #1E383E;
}
P.group {
	font-family: Arial, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #1E383E;
}
P.name {
	font-family: Arial, serif;
	font-size: 10pt;
	text-align: center;
	color: #3E1E25;
}
P.valid {
	font-family: "Courier New", serif;
	font-size: 8pt;
	text-align: right;
}
P.rights {
	font-family: "Courier New", serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #003600;
}
P.contact {
	font-family: "Courier New",serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	padding-top: 0px;
}
P.solo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


