
html, body {
  margin: 0;
  padding: 0;
  background: ##516064;
  width: 100%;
}
#container {
  margin: auto;
  width: 100%;
}
#header {
  margin:0;
  padding:0;
background: transparent; 
  width: 100%;
  height:300px; 
    overflow: hidden;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
#header h1 {
      
     padding: 0px 20px;  
     margin: 0px;    
     position: absolute;
top: 15%;
left: 10%;  
     height:300px; 
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    color: #BF6A1F;  
    z-index: 2;
 
}  
  
.arrow {  
     width: 0; height: 0;  
     line-height: 0;  
     border-left: 20px solid transparent;  
     border-top: 10px solid #aaa;  
     top: 100%;  
     left: 0;  
     position: absolute;  
} 
 
#facebook {
    margin: 0px;
  padding: 0;
  position: absolute;
  left: 10%;
  top: 35%;
  width: 45px;
  height: 45px;
}
#facebook a {
  background: transparent url(/web/20190111155800im_/http://trentonduval.com/images/facebook.png) no-repeat scroll left top;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}
#linkedin {
  margin: 0px 0px 0px 25px;
  padding: 0;
  position: absolute;
  left: 10%;
  top: 35%;
  width: 45px;
  height: 45px;
}
#linkedin a {
  background: transparent url(/web/20190111155800im_/http://trentonduval.com/images/linkedin.png) no-repeat scroll left top;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}
#flickr {
 margin: 0px 0px 0px 50px;
  padding: 0;
  position: absolute;
  left: 10%;
  top: 35%;
  width: 45px;
  height: 45px;
}
#flickr a {
  background: transparent url(/web/20190111155800im_/http://trentonduval.com/images/flickr.png) no-repeat scroll left top;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}
#contactme {
  margin: 0px 0px 0px 75px;
  padding: 0;
  position: absolute;
  left: 10%;
  top: 35%;
  width: 45px;
  height: 45px;
}
#contactme a {
  background: transparent url(/web/20190111155800im_/http://trentonduval.com/images/contactme.png) no-repeat scroll left top;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}

#navbar {
  border-bottom: 1px solid #999999;
  padding: 0px;
  background: #BF6A1F;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 800px;
  height: 15px;
  color: #fafaf7;

}
#main_content {
  border:  none;
  margin: 0px auto;
padding:25px 0px;  
background: #BF6A1F;
  position: relative;
  width: 800px;
  clear: both;
}
.content-right {
     background: #F8F8FF;  
     margin: 0px -20px 20px -40px;   
     padding: 5px 40px 5px 60px; 
     position: relative;
    -moz-box-shadow: 1px 1px 3px #292929;  
    -webkit-box-shadow: 1px 1px 3px #292929;  
       box-shadow: 0px 1px 3px #292929;  
  
    color: #486777;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.content-right a {
  color: #b84700;
}
.content-right a:visited {
  color: #D2691E;
}
.content-right h3 {
font-family: 'Helvetica Neue', Helvetica, sans-serif;     
}
.content-right h2 {
font-family: 'Helvetica Neue', Helvetica, sans-serif;     
}
.arrow-r {  
     width: 0; height: 0;  
     line-height: 0;  
     border-right: 20px solid transparent;  
     border-top: 10px solid #aaa;  
     top: 100%;  
     right: 0;  
     position: absolute;  
} 

.content-left {
     display:block;   
     background: #5689a3;  
     margin: 0px -40px 20px -20px; 
     padding: 5px 60px 5px 40px;  
     position: relative;  
     
     display:block;
   
  
    -moz-box-shadow: 1px 1px 3px #292929;  
    -webkit-box-shadow: 1px 1px 3px #292929;  
       box-shadow: 0px 1px 3px #292929;  
  
    color: #fff;    
  font-family:'Helvetica Neue', Helvetica, sans-serif;

}
.content-left a {
  color: #F5B05F;
}
.content-left a:visited {
 color: #333;
}

.content-left h3{
 font-family: 'Helvetica Neue', Helvetica, sans-serif;   
  
}
#footer {
 background: #486777;  
     background: -moz-linear-gradient(top, #5689a3, #486777);  
     background: -webkit-gradient(linear, left top, left bottombottom, from(#5689a3), to(#486777));  
     padding: 20px 20px 0px 20px;  
     margin: 0px -20px 20px -20px;    
     position: relative;  
     height:40px; 
    -moz-box-shadow: 1px 1px 3px #292929;  
    -webkit-box-shadow: 1px 1px 3px #292929;  
       box-shadow: 1px 1px 3px #292929;  
     font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #F8F8FF; 
    text-align:center; 
    font-size:11px;
 
}  
  
.uparrow {  
     width: 0; height: 0;  
     line-height: 0;  
     border-left: 20px solid transparent;  
     border-bottom: 10px solid #aaa;  
     bottom: 100%;  
     left: 0;  
     position: absolute;  
} 
.uparrow-r {  
     width: 0; height: 0;  
     line-height: 0;  
     border-right: 20px solid transparent;  
     border-bottom: 10px solid #aaa;  
     bottom: 100%;  
     right: 0;  
     position: absolute;  
} 
#footer a {
  text-decoration: none;
  font-weight: bold;
  color: #aaa;
}
#header {
    
}

/*
     FILE ARCHIVED ON 15:58:00 Jan 11, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:33:59 Feb 19, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots.policy: 0.24
  captures_list: 196.468
  LoadShardBlock: 113.777 (3)
  RedisCDXSource: 61.252
  load_resource: 113.364
  esindex: 0.01
  PetaboxLoader3.datanode: 86.98 (5)
  PetaboxLoader3.resolve: 100.583 (3)
  CDXLines.iter: 17.097 (3)
  exclusion.robots: 0.258
*/