.content{
	width: 990px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom:10px;
margin-top:15px;
}
.left{
	FLOAT: left;
	width: 158px;
	position: relative;
	text-align:left;
}
.middle{
	FLOAT: left;
	WIDTH: 497px;
	position: relative;
	margin-left:16px;
	text-align:left;
}
.right{
	FLOAT: right;
		width: 303px;
	position: relative;
	text-align:left;
}