body {	margin: 0px;	padding-bottom: 20px;	text-align: center;	background-image: url(images/background.jpg);	background-position: center top;	background-attachment: fixed;	background-repeat: no-repeat;	font-family: Arial, Helvetica, Verdana, sans-serif !important;	/* Create a consistent base font size across browsers. */	font-size: 70.7% !important;	/* For other elements, the font-size calculation is: */	/*        (#px / 11.2666666665) = #em; round it up.  */}body > * { /* IE6-only filter */	text-align: left;}

div#header {	position: relative;	width: 800px;	height: 222px;	top: 0px;	background-image: url(images/header1.gif);	left: 0px;	z-index: 1;	text-align: center;}

div#menu {	position: relative;	width: 800px;	height: 49px;	left: 0px;	z-index: 2;	text-align: center;	color: #655E5A;}

div#container {	clear: both;	margin: 0px auto;	height: 850px;	width: 800px;	position: relative;	background-image: url(images/body1.gif);	background-position: center;	background-repeat: repeat-y;}

div#footer {	font-family: Verdana, Arial, Helvetica, sans-serif;	clear: both;	margin: 0px auto;	height: 41px;	width: 800px;	position: relative;	background-image: url(images/footer2.gif);	background-position: center top;	background-repeat: no-repeat;}

#footer p.copyright {	text-align: center;	padding-top: 10px;	color: #ffffff;	width: 760px;	margin: 0px auto;}