.captionright {
	float: right;
	margin: 0px 0px 10px 10px;
	font-size: 9px;
}

.captionleft {
	float: left;
	margin: 0px 10px 10px 0px;
	font-size: 9px;
}

#fixedNav {
    width: 200px;
    position: fixed; /*--Fix the sidenav to stay in one spot--*/
    float: left; /*--Keeps sidenav into place when Fixed positioning fails--*/
}

