body {
	margin: 0px; padding: 0px;
	background: #d5d5d5 url('pagebg.jpg') repeat-x center top;
}
img {
	border: 0px solid white;
}
#holder, #maintable {
	margin: 0px; padding: 0px;
	position: relative; width: 800px;
}
#maintable {
	background-color: #fff;
}
.td1 {
	width: 800px; height: 180px;
	background: url('td1.jpg') no-repeat center top;
}
.td2-1, .td2-3, .td3-1, .td3-3 {
	width: 64px; height: 32px;
}
.td2-1 {
	background: url('td2-1.jpg') no-repeat left top;
}
.td2-3 {
	background: url('td2-3.jpg') no-repeat left top;
}
.td2-2 {
	width: 672px; height: 32px; text-align: center;
	background: url('td2-2.jpg') no-repeat left top;
	color: #999;
}

.td3-1 {
	background: url('td3-1.jpg') no-repeat left top;
}
.td3-3 {
	background: url('td3-3.jpg') no-repeat left top;
}
.td3-2 {
	width: 672px; height: 32px; text-align: center;
	background: url('td3-2.jpg') no-repeat left top;
	color: #999;
}

.td4 {
	width: 800px; height: 46px;
	background: url('td4.jpg') no-repeat left top;
}

.td5-1 {
	width: 64px; height: auto;
	background: url('td5-1.jpg') repeat-y left top;
}
.td5-2 {
	width: 672px; height: auto; display: block; overflow: visible;
	background-color: #fff;
}
.td5-3 {
	width: 64px; height: auto;
	background: url('td5-3.jpg') repeat-y left top;
}

.td6 {
	width: 800px; height: 46px; text-align: center; padding-top: 12px; color: #666;
	font: normal 10px/10px "Trebuchet MS", trebuchet, arial, helvetica, verdana, sans-serif; letter-spacing: 1px;
	background: #d5d5d5 url('td6.jpg') no-repeat left top;
}

.cred {
	text-decoration: none; color: #666;
	font: normal 10px/10px "Trebuchet MS", trebuchet, arial, helvetica, verdana, sans-serif; letter-spacing: 1px;
	font-weight: normal;
}
.cred:hover {
	text-decoration: none; color: #fff;
}

