* {
    margin: 0;
    padding: 0;
}
#extraDiv1 {
    background-image: url("trexbg.jpg");
    background-repeat: no-repeat;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
#pageHeader h1 {
	position: fixed;
    background-image: url("cssjurasicgarden.png");
    height: 165px;
    margin-left: 0px;
    margin-top: 20px;
    width: 440px;
	z-index: 2;
}
#pageHeader h1 span {
    display: none;
}
#pageHeader h2 span {
    display: none;
}
#pageHeader {
    float: left;
    margin-left: 400px;
	position: fixed;
	z-index: 2;
}

#quickSummary {
    margin-top: 30px;
    margin-left: 900px;
    display: inline;
    float:  left;
    width: 300px;
	color: aqua;
	font-size: 1.1em;
	position: fixed;
	z-index: 2;
}

#quickSummary a{
	color: white;	
}

#quickSummary a:visited{
	color: white;	
}



#quickSummary p{
	padding-bottom: 30px;	
}

#extraDiv2 {
	position: fixed;
    background-color: #000000;
    height: 205px;
	top: 0px;
    width: 480px;
	margin-left: 375px;
	z-index: 1;
	border: 1px solid #444;
}

#extraDiv3 {
	position: fixed;
    background-color: #000000;
	opacity: .75;
    height: 205px;
	top: 0px;
    width: 335px;
	margin-left: 875px;
	z-index: 1;
	border: 1px solid #333;
}

#extraDiv4 {
	position: fixed;
    background-image: url('pocketwatch.png');
	opacity: 1;
	top: 380px;
    width: 113px;
	height: 153px;
	margin-left: 1073px;
	z-index: 1;
}

#preamble, #supportingText {
    border: 1px solid #000000;
	width: 440px;
    margin-left: 375px;
    text-align: right;
	background-color: #000000;
	opacity: .75;
	color: white;
}

#preamble a, #supportingText a {
	color: aqua;
}

#preamble a:visited, #supportingText a:visited {
	color: aqua;
}

#preamble{
	padding-top: 255px;	
	border-bottom: none;
	padding: 220px 20px 0px 20px;
}

acronym{
	border: none;	
}

#supportingText{
	border-top: none;
	padding: 0px 20px 0px 20px;	
}

#supportingText h3{
	padding: 20px 0px 10px 0px;
	font-size: 1.5em;	
	color: #C1272C;
	opacity: 1;
}

#preamble p{
	padding-bottom: 10px;	
}

#preamble h3{
	font-size: 1.5em;
	padding-bottom: 10px;	
	color: #C1272C;
	opacity: 1;	
}

#supportingText p{
	padding-bottom: 10px;	
}



#linkList li{
	list-style:none;
	
}

#linkList a, linkList a:visited{
	color: aqua;
	
}

#linkList{
	background-color: #000000;
	opacity: .75;
    color: white;
    font-size: 0.75em;
    position: fixed;
    left: 875px;
    text-align: left;
    top: 224px;
    width: 120px;
    padding: 20px;
    height: 281px;
}


#larchives{
	/*background-color: #000000;
    opacity: .75;
	color: white;
    font-size: 0.75em;
    position: fixed;
    left: 875px;
    text-align: left;
    top: 435px;
    width: 120px;*/
    padding-top: 20px;
}


#lresources{
	background-color: #000000;
	opacity: .75;
    color: white;
    position: fixed;
    left: 1052px;
    text-align: left;
    top: 224px;
    width: 120px;
	height: 282px;
    padding: 20px;

}

#footer{
	font-size: .75em;
	padding-top: 40px;
}

p.p5 {
	padding-top: 40px;
	font-size: .75em;	
	
}


body {
	background-color: #000000;
    color: #555753;
    font: 75%/1.88889 Verdana,Geneva,sans-serif;
}