body {
	text-align: center;
	min-width: 900px;
	background-image:url(./images/background5.jpg);
	background-repeat:repeat;
}

#wrapper {
	margin:0 auto;
	width:960px;
	text-align: left;
	background-color:#8c6136;
	background-image:url(./images/container_background.jpg);
  background-repeat:repeat-y;
  background-position:top left;
	color:#ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#main_content
{
  position:relative;
  left:36px;
  width:898px;
  overflow:hidden;
  clear:both;
}

#header
{
  position:relative;
  left:34px;
  width:900px;
  overflow:hidden;
  background-color:#000000;
}

#history_tabs
{
  position:relative;
  left:34px;
  width:900px;
  display:block;
}

#footer
{
  position:relative;
  clear:both;
  left:34px;
  width:900px;
  overflow:hidden;
  background-color:#000000;
  font-size:9pt;
  height:50px;
}

a.footer:active
{
  text-decoration:none;
  color:#e79f24;
}

a.footer:visited
{
  text-decoration:none;
  color:#e79f24;
}

a.footer:link
{
  text-decoration:none;
  color:#e79f24;
}

a.footer:hover
{
  text-decoration:none;
  color:#e79f24;
}

a:active
{
  text-decoration:none;
}

a:visited
{
  text-decoration:none;
}

a:link
{
  text-decoration:none;
}

a:hover
{
  text-decoration:none;
}



img
{
  border:0px;
}