/* CSS Document */

#content {
	display: block;
	float: right;
	width: 400px;
}

#table {
	display: block;
	float: left;
	width: 250px;
}

#treatpicture {
	display: block;
	/*float: right;*/
	margin: 0 0 1em 0;
	width: 250px;
	height: 269px;
	background-image: url(images/floor_rub.gif);
	background-repeat: no-repeat;
}


#ratespicture {
	display: block;
	float: left;
	width: 160px;
	height: 123px;
	margin: 0 0 0 1em;
	background-image: url(images/hands.jpg);
	background-repeat: no-repeat;

}

#ratetable {
	margin-top: 1em;
}

#clear {
	clear: left;
}

#footer {
	color: brown;
	clear: both;
}