/* Header stuff
----------------------------------- */
#logo {
  position: absolute;
  top: 0;
  left: 38px; 
  width: 144px;
  height: 90px;
}



/* Main content
----------------------------------- */


#main_lower {
	width: 768px;
	border-bottom-width: 1px;
	background: #fff;
	margin-top: 100;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	z-index: 100;
	height: 420px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.secondary #main {
  float: right;
}

#spacer  {
	height: 100px;
	width: 768px;
	background-color: #FFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

#history {
	position: relative;
	width: 705px;
	height: 375px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 200;
	background-color: #FFF;
}

hr {
  display: none;
}

img#timeline-img {
  position: absolute;
  top: 0;
  left: 16px;
  	z-index: -100;	

}


/* History timeline
----------------------------------- */
#history a.timeline-left,
#history a.timeline-right {
  display: block;
  position: absolute;
  width: 16px;
  height: 398px;
  text-indent: -5000px;
  z-index: -10;
}

#history a.timeline-left {
  top: 0;
  left: 0;
  background: #fff url("images/left-arrow.gif") no-repeat;
}

#history a.timeline-right {
  top: 0;
  right: 0;
  background: #fff url("images/right-arrow.gif") no-repeat;
}
