body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #D4DAD2;
	font-family: tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
  }

#wrapper {
	background-color: #ffffff;
	background-image: url(css_images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 810px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(0px,auto,0px,auto);
}

#wrapper_body {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 810px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(0px,auto,0px,auto);
}.body_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

