.body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.table {
	background-image: url(images/table.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.box {
	width: 140px;
	border: 1px solid #D8D7A7;
	padding: 5px;
	text-align: center;
	float: left;
	height: 84px;
	margin-top: 5px;
	margin-right: 17px;
	margin-bottom: 5px;
	margin-left: 12px;
}
.box a {
	text-decoration: none;
	color: #000000;
}


.box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box img {
	border: 1px solid #000000;
	height: 37px;
	width: 125px;
	margin: 0px;
	padding: 0px;
}
hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}




.tablebackground {
	background-image: url(images/tablebackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
