/* CSS Document */#body-content {	padding-left: 250px;	padding-right: 20px;	background-image: url(../images/practice_vert.jpg);	background-repeat: no-repeat;	background-position: 21% top;	}	#copy {	float:right;	text-align:justify;	width: 320px;	clear:both;	}	#sub_nav {	width: 160px;	text-align:left;	float: left;	}/* this is the old style - trying to fix bug#body-content {	padding-left: 255px;	padding-right: 20px;	background-image: url(../images/practice_vert.jpg);	background-repeat: no-repeat;	background-position: 21% top;	}	#copy {	float:right;	text-align:justify;	width: 330px;	clear:both;	}	#sub_nav {	text-align:left;	}