body {
  scrollbar-arrow-color:#000000; 
  scrollbar-face-color:#666666; 
  border:0;
  margin: 0 auto;
  padding: 0;
  position: relative; 
  text-align: center;  
  width:800px;
  background:#ffffff;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  width: 50em;
  text-align: left; 
  }


div#top {
	border:0;
	margin: 0;
	padding: 0;
	width:800px;
	height:130px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	background-image: url(images/topbg.gif);
	background-repeat: no-repeat;

  }

#nav {
	border:0;
	margin: 0;
	padding: 0;
	width: 800px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	background-image: url(images/bodybg.gif);
	background-repeat: no-repeat;
  }

#main {
	border:0;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 375px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;

  }

#bottom {
	border:0;
	margin: 0;
	padding: 0;
	width: 800px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	background: #ffffff;


  }


/* for internet explorer */

* html body {
  padding: 236px; 
  }

* html #main {
  height:100%; 
  width:800px; 
  }

