body {
	background: url("layout_bodybg.gif") #000 0 0 repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #B50000;
	margin-top: 0;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 0 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("layout_LInActiveTab.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("layout_InActiveTab.gif") no-repeat right top;
  margin-left: -6px;
  padding:5px 15px 4px 11px;
  text-decoration:none;
  font-weight:bold;
  color:#a2a2a2;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#fff;
  }
#header #current {
  background-image:url("layout_LActiveTab.gif");
  }
#header #current a {
  background-image:url("layout_ActiveTab.gif");
  color:#333;
  padding-bottom:5px;
  }
  
#content {
	width: 778px;
	background: url("layout_bodybot.gif") 0 100% #fff no-repeat;
	clear: both;
	padding: 3px;
}

#copyright {
	color: #fff;
	text-align: center;
	font-size: 10px;
}
.separationboxes { margin: 4px; border: 1px solid #000; }