.bord-top {
	font-size: 9px;
	background-image: url(../images/bord-top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 3px;
}
.bord-rt {
	font-size: 9px;
	background-image: url(../images/bord-rt.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 16px;
}
.bord-top-rt {
	font-size: 9px;
	background-image: url(../images/bord-top-rt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 3px;
	width: 16px;
}
.bord-bot-rt {
	font-size: 9px;
	background-image: url(../images/bord-bot-rt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
}
.bord-bot {
	font-size: 9px;
	background-image: url(../images/bord-bot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bord-bot-lft {
	font-size: 9px;
	background-image: url(../images/bord-bot-lft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bord-lft {
	font-size: 9px;
	background-image: url(../images/bord-lft.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 16px;
}
.bord-top-lft {
	font-size: 9px;
	background-image: url(../images/bord-top-lft.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.content-bg {
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: top;
	background-color: #000;
}
.gear_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding-left: 8px;
}

.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.thumbs {
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	width: 147px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	padding-bottom: 10px;
}
