body {
	color: #000;
	background-color: #336600;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	border: 2px solid #c40000;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	color: #000;
	background: url(graphics/bwhouse.gif) top right no-repeat #FFF;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#title {
	font-size: 290%;
	text-align: center;
}
.headtxt {
	font-size: 170%;
	text-align: center;
}
#nav {
	color: #fff;
	background-color: #080;
	text-align: center;
	font-size: 130%;
	padding: 5px 0px;
	border-top: 3px solid #c40000;
	border-bottom: 2px solid #c40000;
	}
#nav a:link, #nav a:visited {
	color: #fff;
	background-color: #transparent;
	text-decoration: none;
	}

.navsep {
	margin: 0px 6px;
}
#left {
	border-right: 3px solid #c40000;
	width: 122px;
	background: url(graphics/leftside.jpg) top left;
}
#right {
	border-left: 3px solid #c40000;
	width: 122px;
	background: url(graphics/rightside.jpg) top left;
}
#content {
	color: #000;
	background-color: #FFF;
	padding: 5px 7px 5px 6px;
	text-align: left;

}
#foot {
	border-top: 2px solid #c40000;
	color: #000;
	background-color: #fff;
	font-size: 90%;
	text-align: left;
	padding: 5px 7px 2px 6px;
}
#foot a:link, #foot a:visited {
	text-decoration: none;
}
#nav a:hover, #foot a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0;
	font-size: 200%;
}
.imgbrdr {
	border: 1px solid #000;
	margin: 0 4px;
}
.tinytext {
	font-size: 80%;
}
.largetxt {
	font-size: 180%;
	font-weight: bold;
	margin-top: 2px;
}