/* to get scrolling to work  */

#text {
 position:relative;
 overflow:hidden;
 height:auto;
}

/* Left Side Navigation Styles ///////////////////////////////////// */

#leftNav {
/* margin-right: 18px;   spaces text from bullet */
list-style-type: none;
/* background: url(../images/dancerbullet.png) no-repeat; */
}

#leftNav li {
display: inline;
}

#leftNav a {
position: relative;
display: block;
padding: 0;
margin: 0;
width: 250px;
height: 43px;
padding-bottom: 8px;
margin-left: 18px;
text-align: left;
text-decoration: none;
color: #222222;
font-size: 90%;
overflow: hidden;
}
#move_left {
margin-top: -20px;
margin-left: -70px;
line-height: 100px;

}




