body {
	background-color: #f2e82c;
  	padding: 0;
	margin: 0;
	overflow: scroll;
}

#background {
	position: relative;
    background-color: #11afc9;
    background-repeat: no-repeat;
    height: 170px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    top: 0px;
}



#content {
	position: absolute;
	display: block
	top: 60px;
    height: 600px;
    width: 800px;
    float: left:
    padding-left: 10px;
    left: 50%;
    margin-left: -400px;
    border: 0px dashed white;
}

#flyer {
	position: absolute;
	top: 0px;
    height: 176px;
    width: 183px;
    float: left;
    display: block;
    padding-left: 10px;
    margin-left: 480px;
}

#timeline {
	position: absolute;
	top: 3px;
    height: 317px;
    width: 789px;
    float: left;
    display: block;
    padding-left: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
}


#tree {
	position: absolute;
	top: -8px;
    height: 178px;
    width: 346px;
    float: left;
    display: block;
    padding-left: 10px;
    margin-left: 443px;
}


#polo {
	position: absolute;
	top: 52px;
    height: 231px;
    width: 776px;
    float: left;
    display: block;
    padding-left: 0px;
    margin-left: 0px;
}


#nav {
  display: block;
  position: absolute;
  list-style: none;
  top: 0px;
  float: left;
  left: -53px;
  height: 23px;
  padding-bottom: 0px;
  margin: 0;
}

#nav li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  margin-left: 3px;
  height: 18px;
  font-family: helvetica;
  font-size: 21px;
  font-weight: 300;
}

#nav li a:link,#nav li a:active,#nav li a:visited {
  color: #86d4f8;
  text-decoration: none;
}

#nav li a:hover {
  color: #f2e82c;
}

#nav .active_tab {
  border-top: 8px solid #f2e82c;
}

.copy{
	position: absolute;
	top: 170px;
	float: left;
}
.copy td {
	padding-right: 80px;
	vertical-align: top;
	
}

.timelinecopy{
	position: absolute;
	top: 260px;
	float: left;
}

.timelinecopy td{
	width: 300px;
	padding-right: 30px;
	vertical-align: top;
}

.headline {
	font-family: Garamond;
	color: #11afc9;
	font-weight: 100;
	font-size: 25px;
	letter-spacing: 5px;
	word-spacing: 0px;
	text-align: justify;
}

.byline {
	font-family: Garamond;
	color: #0B6877;
	font-weight: 100;
	font-size: 16px;
	letter-spacing: 2px;
	word-spacing: 0px;
	font-style: oblique;
}

.body{
	font-family: helvetica;
	color: #11afc9;
	font-weight: 100;
	font-size: 15px;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: justify;
}

.year {
	font-family: times;
	color: white;
	font-weight: 100;
	font-size: 63px;
	letter-spacing: 5px;
	word-spacing: 0px;
	text-align: justify;
	float: left;
	width: 0px;
	opacity: .35
}

.toptag{
	position: absolute;
	top: 153px;
	font-family: Helvetica;
	color: #f2e82c;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 1px;
	word-spacing: 0px;
	text-align: justify;
}

.pull_quote_large{
	margin: 35px;
	color: #0B6877;
	font-style: oblique;
	text-align: left;
}

cite {
	font-size: 10px;
	vertical-align: top;
	color: #AD0000;
}

a:link {
	color: #AD0000;
	text-decoration: none;
}
	
a:visited {
	color: #AD0000;
	text-decoration: none;
}
	
a:hover {
	color: #0B6877;
	text-decoration: none;
}
	
a:active {
	color: #0B6877;
	text-decoration: none;
}