body {
	background: white url(images/wood.jpg);
	text-align: left;
	position: relative;
}

h1 {
	color: #ffdf19;
	font: bold 1.5em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h5 {
	color: gray;
	font: bold .5em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	color: #3f3f3f;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:visited {
	color: black;
	text-decoration: none;
	background-color: transparent;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
	
a:hover {
	color: #aa271d;
	text-decoration: none;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
	
a:active {
	color: #aa271d;
	text-decoration: none;
	background-color: transparent;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#container {
	width: 800px;
	position: relative;
}

#infobox1 {
	background-image: url(images/hwbackground.jpg);
	position: relative;
	width: 739px;
	height: 665px;
	border: 15px solid white;
}

#menubar {
	position: relative;
	left: 155px;
	top: 175px;
}

#textbackground {
	position: relative;
	left: -155px;
	top: 0px;
}

#bottombar {
	color: #aa271d;
	text-align: center;
	position: relative;
	top: 30px;
	font-size: .75em;
	letter-spacing: 3px;
}
