#navmenu {
    margin: 0 0 0 310px;
    padding: 53px 0 0 0;
}

ul#headernavone {
white-space:nowrap;
margin-left: 94px;
}

#headernavone li {
margin: 0; padding: 0 52px 0 0; 
display: inline;
list-style-type: none;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-weight: 200;
font-size: 1.7em;
letter-spacing: .05em;
position: relative;
}

ul#headernavtwo {
white-space:nowrap;
margin: 0 0 0 135px;
}

#headernavtwo li {
margin: 0; padding: 0 52px 0 0; 
display: inline;
list-style-type: none;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-weight: 200;
font-size: 1.7em;
letter-spacing: .05em;
position: relative;
}

ul#headernavthree {
white-space:nowrap;
margin: 0 0 0 78px;
padding: 10px 0 0 0;
}

#headernavthree li {
margin: 0; padding: 0 52px 0 0; 
display: inline;
list-style-type: none;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-weight: 200;
font-size: 1.5em;
letter-spacing: .05em;
position: relative;
}



body#videos, a#worknav, a#dancesnav, a#littlebit, a#chapman, a#peckersrest {
    color: #000;
}



/* START DANCES SECTION STYLES */
#dancevideossectioncontent {
margin: -3px 0 10px 0;
overflow: hidden;
width: 960px;
height: 480px;
}

.insidedancevideos {                      /* this is the whole DANCEVIDEOS section, including hidden content, thus, since there are five parts to this section  */
position: relative;                /* the width is 5 x 960px.  If there were three sections it would be 3x 960 or 2880px etc.  */
width: 4800px;
}

.insidedancevideos .sub {                   /* the .sub class is each of the individual subabout sections i.e. Requiem  */
position: relative;
float:left;
width:960px;
height:480px;
}
 

.dancevideotext {   /* this is the 'p class'  text part of the VIDEO section  */
margin: 0; padding: 0 10px;
width: 220px;
color: #666;
letter-spacing: .05em;
line-height: 17px;
clear: left;
float: left;
}

#littlebitsolo {                    /* this div holds the first DANCE VIDEO EMBEDDED VIDEO  */
margin: 10px 0 0 0; padding: 0;
height: 405px; width: 720px;
float: left;
position: relative;
} 

#requiem {                    /* this div holds the second DANCE VIDEO EMBEDDED VIDEO  */
margin: 10px 0 0 0; padding: 0;
height: 400px; width: 720px;
float: left;
position: relative;
} 

#multitudes {                    /* this div holds the third DANCE VIDEO EMBEDDED VIDEO  */
margin: 10px 0 0 0; padding: 0;
height: 404px; width: 720px;
float: left;
position: relative;
} 

#worry {                    /* this div holds the fourth DANCE VIDEO EMBEDDED VIDEO  */
margin: 10px 0 0 0; padding: 0;
height: 480px; width: 569px;
float: left;
position: relative;
} 

#shorten {                    /* this div holds the fifth DANCE VIDEO EMBEDDED VIDEO  */
margin: 10px 0 0 0; padding: 0;
height: 404px; width: 720px;
float: left;
position: relative;
} 
/* END DANCES SECTION STYLES */


/* START DANCE FOR CAMERA SECTION STYLES */
#danceforcamerasectioncontent {
margin: 0;
overflow: hidden;
width: 960px;
height: 440px;
}


#wreak {                    /* this div holds the DANCE FOR CAMERA EMBEDDED VIDEO  */
margin: 10px 0 0 0; padding: 0;
height: 405px; width: 720px;
float: left;
position: relative;
} 
/* END DANCE FOR CAMERA SECTION STYLES */

/* START HUMOR SECTION STYLES */
#humorsectioncontent {
margin: 0 0 40px 0;
overflow: hidden;
width: 960px;
height: 480px;
}

#peckers {                    /* this div holds the HUMOR EMBEDDED VIDEO  */
margin: 10px 0 0 0; padding: 0;
height: 477px; width: 720px;
float: left;
position: relative;
} 
/* END HUMOR SECTION STYLES */

ul.sectionnav {
    clear: none;
    float: right;
    margin: 18px 2px 0 0;
    white-space: nowrap;
}