table#imgframe {
	width: 100%;
	border-spacing: 0;
}
table#imgframe td {
	text-align: center;
	border: 0 none;
}

div.imgcell {
	width: 186px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
}
div.img {
	height: 80px;
}
div.imgfhd {
	font-size: 1px;
	height: 5px;
	background-image: url("images/tl.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div.imgfhdr {
	font-size: 1px;
	height: 5px;
	background-image: url("images/tr.gif");
	background-position: right 0px;
	background-repeat: no-repeat;
}
div.imgfbd {
	background-image: url("images/ml.gif");
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
div.imgfbdr {
	background-image: url("images/mr.gif");
	background-position: right 0px;
	background-repeat: repeat-y;
}
div.imgfft {
	height: 10px;
	background-image: url("images/bl.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div.imgfftr {
	height: 10px;
	background-image: url("images/br.gif");
	background-position: right 0px;
	background-repeat: no-repeat;
}


p#copyright {
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	padding-top: 1em;
	clear: both;
	color: #000;
}