body {
	background: white url('tile2.jpg') fixed;
	font-family: arial, sans serif;
}
#bbody {
	width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
#bbody[id] {
	min-width: 1220px;
	width: auto;
}
#content {
	margin-left: 195px;
}
#menu {
	width: 175px;
	padding: 3px;
	float: left;
	border: 5px solid rgb(0, 128, 0);
	background: rgb(229, 255, 229);
}
#header {
	height: 120px;
	border: 5px solid rgb(171, 86, 45);
	background: rgb(224, 193, 178);
	font-size: 300%;
	font-family: comic sans ms, sans-serif;
	text-align: center;
	line-height: 150px;
	color: rgb(0, 0, 0);
}

a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 128, 0);
}
a:visited {
	color: rgb(0, 96, 0);
}

#menu a {
	display: block;
	text-align: left;
	font-size: 125%;
	font-family: comic sans ms, sans-serif;
	text-decoration: none;
	font-weight: bold;
	hheight: 30px;
	lline-height: 30px;
	padding: 5px;
	padding-left: 34px;
	background: transparent url('paw.gif') no-repeat 0px 8px;
	color: rgb(230, 5, 5);
}
#menu a:hover, #menu a:hover:active  {
	background: rgb(103, 127, 103)  url('paw2.gif') no-repeat 0px 8px;
	color: rgb(255, 255, 255);
}
#main {
	text-align: center;
	padding: 20px;
}
h1,h2,h3 {
	margin-bottom: 2px;
	color: maroon;
}
li {
	font-weight: bold;
	margin-top: 3px;
}