BODY {
	color: #554F53;
	background-color: black;
	background-image: url(bck03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}

A {
	color: #6E5153;
}

A:HOVER {
	color: #908081;
	text-decoration: none;
}

#container {
	width: 800px;
	margin: auto;
	background-color: #F7F4E3;
	padding-top: 10px;
	border: 4px groove #504A4E;
}

#content {
	padding: 20px;
}
#spacer {
	background: transparent;
	height: 800px;
}

h1 {
	font-size: x-large;
	font-weight: bolder;
	color: #564D52;
}

h2{
	font-size: large;
	font-weight: bold;
	color: #585256;
	font-style: italic;
}

h3{
	font-size: medium;
	font-weight: bold;
	color: #534751;
}