body {
	background: #9c5d3c;
	/* background: url(index-bg.jpg) no-repeat center #9c5d3c; */
	color: #442825;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

.header {
	color: #442825;
	font-size: 28px;
	text-align: center;
	margin: 0px;
}

.first_char {
	color: #3c2417;
	font-size: 1.0em;
	text-decoration: underline;
}

td.link {

	padding: 10px;
	text-align: center;
	vertical-align: top;
}

/* This is interpreted by Mozilla and IE7 only, IE6 can not handle this */
table.footer[class] {
	position: fixed;
	bottom: 0px;
	z-index: 10;
	width: 100%;
}

td.counter {
	color: #000000;
	font-size: 9px;
	padding-right: 5px;
	text-align: right;
	width: 25%;
}

td.copyright {
	color: #000000;
	font-size: 9px;
	text-align: center;
	width: 50%;
}

.copyright a {
	color: #000000;
	text-decoration: underline;
}

.copyright a:hover {
	color: #303030;
	text-decoration: underline;
}
