body { 
 margin: 0; 
 padding: 0; 
 background-color: #fcb814; 
 color: white; 
 font: small Arial, Helvetica, Verdana, sans-serif; 
}

a {
 color: white;
}

#top {
  height: 257px;
  background: #000000;
}
 
#header-print { display: none; }

/* ---- HEADER ---- */
	#header {
	  position: absolute;
	  width: 775px;
	  height: 257px;
	  margin: 0;
	  padding: 0;
	}

        #header-fdclogo {    
          position: absolute;
          top: 41px; 
	  right: 222px;
	}

	#header-fdc {
          position: absolute;
          top: 133px;
          right: 224px;
	}
    
	#header-menu {
	  position: absolute;
	  top: 225px;
	  right: 213px;
	}

	#header-menu a:link, #header-menu a:visited {
	  color: #39749f;
	  font-size: 11px;
	  font-weight: bold; 
	  text-decoration: none;
	}

	#header-menu a:hover {
	  color: #ffffff;
	  text-decoration: underline;
	}

	#header-rig_picture {
	  position: absolute;
	  top: 0px;
	  right: 0px;
	}

	#header-iadc {
          position: absolute;
          top: 5px;
          right: 5px;
        }

	#header-print {
	  display: none;
	}


#content {
  position: absolute;
  width: 725px;
  margin: 0;  
  padding: 0;

  margin-top: 15px;
}

/* ---- HOME ---- */
	#home-about {
	  width: 500px;
	  margin-left: 170px;
	}

/* ---- ABOUT ---- */
	#about {
	  position: absolute;
	  left: 200px;
	  color: #000000;
	}

/* ---- HISTORY ---- */
	#history {
          color: #000000;
	}

	#history-photo {
	  position: absolute;
	  left: 60px;
	  width: 191px;
	  font-weight: bold;
	}

	#history-text {
	  position: absolute;
	  left: 300px; 
	}

/* ---- MANUFACTURING ---- */
	#manufacturing {
          position: absolute;
          left: 200px;
          color: #000000;
	}

/* ---- DRILLING ---- */
        #drilling {
          position: absolute;
          left: 200px;
          color: #000000;
        }


/* ---- FLEET ---- */

	#fleet-rigOverview {
          position: absolute;
          left: 200px;   
          color: #000000;
	}

        #fleet-rigOverview a:link, #fleet-rigOverview a:visited {
          color: #ffffff;
	  font-size: 17px;
	  font-weight: bold;
        }


	/* to add info box specify position then adjust photos and specs down */ 
	#fleet-info {
	}

	#fleet-photos {
	  position: absolute;
          top: 10px;
	  left: 370px;
	  width: 100px;
	}

	#fleet-photos img {
	  border: none;
	}

	#fleet-specs {
	  position: absolute;
	  left: 200px;
	  width: 495;
	}



/* ---- MANAGEMENT ---- */
	#management {
          position: absolute;
          left: 200px;
          color: #000000;
	}

        #management-overview a:link, #management-overview a:visited {
          color: #ffffff;
          font-weight: bold;
	  text-decoration: none;
        }

        #management-overview a:hover {
          text-decoration: underline;
	}

/* ---- INVESTOR RELATIONS ---- */
        #ir-menu {
          position: absolute;
          left: 20px;
	  top: 50px;
	  width: 160px;
          color: #000000;
        }

        #ir-content {
          position: absolute;
          left: 200px;
          color: #000000;
        }



/* ---- CONTACT ---- */

	#contact {
	  position: absolute;
	  width: 350px;
	  top: 30px;
	  right: 165px;

.invisible {
  display: none;
} 

