/* CSS Document */

#leftnav {
	width:100px;
	float:left;
	position:relative;
	background:#fff url(../img/fdcolleftnavblue.png) bottom left no-repeat;
	margin: -17px 0 0 0;
	}
#content {
	font-size:small;
	position:relative;
	margin:0 0 0 100px;
	padding:0 3%;
	background:#fff;
	}
