body {
	font: 12px "Lucida Sans Unicode", Verdana, sans-serif;
	color: #694427;
	background: #FFFFFF url(i/pastels2.gif) repeat-x;
	margin: 150px 0px 0px 0px;
	padding: 0px;
}
.underline {
	color: #990000;
	text-decoration: underline;
	font-style: italic;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#lftlgo {
	position: absolute;
	top: 54px;
	right: 100px;
}
#nav {
	position: absolute;
	width: 140px;
	left: 10px;
	top: 150px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	margin: 0px 0px 2px 5px;
}
#nav a {
	width: 120px;
	display: block;
	background: #FFFFFF url(i/nvup.jpg);
	border: 1px solid #B59C89;
	padding: 2px;
}
#nav a:link, #nav a:visited {
	color: #694427;
	text-decoration: none;
}
#nav a:hover {
	background: #FFFFFF url(i/nvovr.jpg);
	border: 1px solid #000;
}
#current a:link, #current a:visited, #current a:hover {
	background: #FFFFFF url(i/nvovr.jpg);
	border: 1px solid #000;
}
#wrapper {
	margin: 0px 20px 0px 160px;
	border: 4px double #B59C89;
	background: #FFFFFF url(i/wrpbg.jpg);
}
#content {
	margin: 10px;
	border: 4px groove #B59C89;
	background: #FFF;
}
#content p, #content h1, #content h2, #content h3, #content form {
	margin: 20px;
}
#skipnav {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#footer {
	padding: 4px;
	border-top: 4px double #B59C89;
	margin: 20px 0px 0px 0px;
	background: #FFFFFF url(i/futbg2.jpg);
}