body {
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
	font-family:"Times New Roman", Times, serif;
}
A:visited  {
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}
A:link  {
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}
A:active  {
	color: #111111;
	text-decoration: none;
	font-weight: bold;
	}
A:hover   {
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}
.containter{
	width: 960px;
	}
.main {
	background-color: #FFFFFF;
	padding-top: 5px;
	position: relative;
	top: -20px;
	height:1000px;
	text-align: left;
}
.cardTHUMB {
	margin-left: 9px;
	margin-top: 10px;
	padding: 3px;
	float: left;
	width: 300px;
	height: 295px;
	border: thin dashed #000000;
	text-align: center;
}
.cardTHUMB:hover {
	background-color:#CCCCCC;
}
.cardTHUMBtext {
	background-color: #333333;
	padding: 5px;
	margin-top: 5px;
	color: #FFFFFF;
	height: 50px;
}
.header {
}
.cards {
}
.card {
	width: 800px;
	background-color: #ffffff;
	padding: 10px;
}
.cardfooter {
	font-size: 14px;
	width: 800px;
	margin-top: 10px;
}
.cardfooterLEFT {
	width: 200px;
	height:50px;
	background-image: url(images/footerleft.png);
	float: left;
	padding-top: 15px;
	background-repeat: no-repeat;
}
.cardfooterCENTER {
	width: 200px;
	height:50px;
	background-image: url(images/footerright.png);
	float: left;
	padding-top: 15px;
	background-repeat: no-repeat;
}
.cardfooterRIGHT {
	width: 200px;
	height:50px;
	background-image: url(images/footerright.png);
	float: right;
	padding-top: 15px;
	background-repeat: no-repeat;
}
.preview {
	background-image: url(images/preview.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 3px;
	margin-top: 3px;
	font-family: "Courier New", Courier, mono;
}
.footer {
	color: #CCCCCC;
	font-size: 11px;
}
.copy {
	margin: 10px;
	background-color:#333333;
	color: #FFFFFF;
	padding:5px;
	text-align:center;
}