/* CSS Document */

.leftcolumn {
	display: none;
	}
.content {
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 830px;
	position: absolute;
	top: 0px;

}