body {
	background-color: #cdad73;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgnd.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5f5c2;
}
#container {
	width: 904px;
	background-image: url(images/bkgnd-container.jpg);
	background-repeat: no-repeat;
}
#header {
	height: 101px;
}
#content {
	height: 561px;
}
#footer {
	height: 38px;
	font-size: 11px;
	font-weight: bold;
	color: #352c1f;
	text-align: right;
}
#footer a {
	color: #7b4e0c;
	text-decoration: none;
}
#footer a:hover {
	color: #7b4e0c;
	text-decoration: underline;
}