.header {
	background-image: url(images/header1.png);
	background-repeat: no-repeat;
	border-top-color: #F7F6F3;
	border-right-color: #F7F6F3;
	border-bottom-color: #F7F6F3;
	border-left-color: #F7F6F3;
	background-position: center center;
	width: 950px;
	height: 275px;
}
body {
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
	background-image: none;
	background-color: #FE8B14;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
}
.nav {  border: #888888; border-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #336600; text-decoration: none}