body{
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-size: 12px;
	font-family: Georgia, serif;
	background-color: #000000;
	background-image: url('./images/wood_bg.jpg');
	
}

#header{
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: none;
	vertical-align: center;
	text-align: left;
	height: 145px;
}

#hdr{
	color: #117711;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	position: relative;
	left: 15px;
}

#footer{
	color: #FFFFFF;
	background-color: transparent;
	border-top-width: thin;
	border-top-color: #000000;
	border-top-style: none;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	top: 2px;
	width: 100%;
	height: 2.0em;
}

#main{
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	background-color: #FFCF00;
	// background-image: url('./images/american-flag-wallpaper-lg.jpg');
	width: 802px;
	height: 800px;
	color: #000000;
}