#header {
	text-align: center;
	width: 553px;
	position: relative;
	right: 10px;
	bottom: 10px;
}
body {
	background-color: #574F44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1D1D1D;
	background-image: url(images/dark.jpg);
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #3D4231;
}
.greentable {
	background-image: url(images/green.jpg);
}
#main {
	background-position: center;
	width: 553px;
}
hr {
	font-size: 6px;
	color: #9A896D;
	width: 553px;
}
#menu {
	width: 553px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1D1D1D;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #1D1D1D;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3D3D3D;
	text-decoration: none;
}
.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
