.container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #6C6C6C;
	background-image: none;
	background-repeat: no-repeat;
	height: 700px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	border: 1px none #000000;
}
.leftcol {
	height: 678px;
	width: 50px;
	background-image: url(images/tile_strip_side.jpg);
	background-repeat: repeat-y;
	left: -52px;
	position: relative;
	top: -678px;
}

.rightcol {
	height: 678px;
	width: 50px;
	background-image: url(images/tile_strip_side.jpg);
	background-repeat: repeat-y;
	left: 750px;
	position: relative;
	top: -1356px;
}
