/* 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);
}
img.topleft{
	position: absolute;
	top: 40px;
	right: 0px;
	bottom: 0px;
	left: 30px;
}
img.topright{
	position: absolute;
	top: 40px;
	right: 0px;
	bottom: 0px;
	left: 970px;
}
img.bottomleft{
	position: absolute;
	top: 520px;
	right: 0px;
	bottom: 0px;
	left: 30px;
}
img.bottomright{
	position: absolute;
	top: 520px;
	right: 0px;
	bottom: 0px;
	left: 970px;
}
div.img3 {
 	height: auto;
	width: 30%;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.img2 {
	height: auto;
	width: 45%;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.img3 img2 img {
	display: inline;
	height: auto;
	width: auto;
}
div.line {
	height: auto;
	width: 90%;
	float: left;
	text-align: center;
}
P { font-family:Courier, serif; }
P.title {
	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;
}


