body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #ffffff;
    font: 0.75em sans-serif;
}

h1, h2
{
    font-family: serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.25em;
    letter-spacing: 0.15em;
    padding: 0px;
    margin: 0px;
}

h2
{
    color: #CC0000;
    text-align: left;
}

img
{
    display: block;
    border: none;
}

span.cd-title
{
    font-style: italic;
    font-size: 1em;
}

/* div that contains the mailto link */
div#encrypt
{
    top: 82px;
    left: 498px;
}

/* text at the bottom of column-right */
div#footnote
{
    display: block;
    font-size: 0.9em;
    color: #666666;
    padding-top: 20px;
    padding-left: 10px;
    margin: 10px;
    border-top: solid 1px #890000;
}

/* attributes common to the logo image divs */
div.logo
{
    position: absolute;
    z-index: 200;
}

/* attributes common to right and left column divs */
div.column
{
    position: absolute;
}

/* div for content between left margin and pipe */
div#column-left
{
    top: 95px;
    left: 15px;
    width: 338px;
    border-bottom: solid 1px #890000;
    padding-bottom: 10px;
}

/* div for content after pipe */
div#column-right
{
    top: 120px;
    left: 498px;
    padding-right: 40px;
}

/* attributes common to all absolutely positioned divs */
div.positioned
{
    position: absolute;
    z-index: 100;
}

/* logo_left.gif: "web" */
div#logo-container-left
{
    left: 10px;
    top: 61px;
}

/* logo_top.gif: "Jeffrey McKenzie" */
div#logo-container-top
{
    left: 10px;
    top: 17px;
}

/* logo_bot.gif: "development content design" */
div#logo-container-bot
{
    left: 61px;
    top: 65px;
}

/* dark red line above logo */
div#logo-container-border-top
{
    top: 0px;
    width: 352px;
    border-bottom: 1px solid #890000;
}

/* dark red line below logo */
div#logo-container-border-bot
{
    top: 6px;
    width: 352px;
    height: 83px;
    border-bottom: 1px solid #890000;
}

/* div in which the table of pipe images is nested */
div#pipe-container-outer
{
    top: 0px;
    left: 352px;
    height: 90%;
    width: 136px;
}

/* table containing pipe images */
table#pipe-container
{
    height: 100%;
    width: 136px;
    background-image: url("../images/pipe_bg.gif");
    background-repeat: repeat-y;
}

/* pipe_top.gif, pipe_mid_top.jpg, pipe_mid_bot.gif*/
td#pipe-container-top
{
    height: 178px;
    vertical-align: top;
}

/* pipe_bot.gif */
td#pipe-container-bot
{
    vertical-align: bottom;
}

/* div in which the gray bar is nested */
div#noitan-container
{
    position: absolute;
    top: 39px;
    left: 0px;
    height: 15px;
    width: 100%;
    overflow: hidden;
    z-index: 15;
}

/* gray bar */
div#noitan
{
    position: relative;
    left: 488px;
    height: 13px;
    font-size: 0px;
    background-image: url("../images/noitan.gif");
    background-repeat: repeat-x;
    border: solid 1px #000000;
    border-left: none;
}

/* attributes common to all container divs at top of screen */ 
div.upper-band
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 74px;
    width: 100%;
    overflow: hidden;
}

/* attributes common to all divs nested in upper-band divs */ 
div.upper-band div
{
    position: relative;
}

/* attributes common to all divs containing a photo
   that appears above the gray bar */
div.upper-band-top
{
    top: 0px;
}

/* attributes common to all divs containing a photo
   that appears below the gray bar */
div.upper-band-bot
{
    top: 15px;
    border-bottom: solid 1px #000000;
}

/* attributes common to all divs that serve
   as orange bar between photos */
div.divider
{
    height: 73px;
    width: 2px;
    background-color: #FF8000;
    border: solid 1px #000000;
    border-top: none;
}

/* blue_sky_top.jpg, blue_sky_bot.jpg */
div#blue-sky-container div
{
    left: 488px;
}

/* orange bar following blue sky photos */
div#blue-sky-divider
{
    left: 636px;  
}

/* red_sky_top.jpg, red_sky_bot.jpg */
div#red-sky-container div
{
    left: 640px;
}

/* orange bar following red sky photos */
div#red-sky-divider
{
    left: 848px;
}

/* green_trees_top.gif, green_trees_bot.gif */
div#green-trees-container div
{
    left: 852px;
}

/* orange bar following green trees photos */
div#green-trees-divider
{
    left: 1060px;  
}

/* blue_tower_top.jpg, blue_tower_bot.gif*/
div#blue-tower-container div
{
    left: 1064px;
}

/* orange bar following blue tower photos */
div#blue-tower-divider
{
    left: 1272px;  
}

/* black_bridge_top.jpg, black_bridge_bot.jpg */
div#black-bridge-container div
{
    left: 1276px;
}

/* orange bar following black bridge photos */
div#black-bridge-divider
{
    left: 1480px;  
}

/* yellow_paper_top.gif, yellow_paper_bot.gif */
div#yellow-paper-container div
{
    left: 1484px;
    border-right: solid 1px #000000;
}
