/* CSS Document */
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 10px;
	padding: 0px;
	border: 1px;
	width: 279px;
	}

#middle {
	margin: 20px 190px 20px 190px;
	padding: 10px;
	border: 0px;
	background: #666;
	}


#right {
	position: absolute;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 10px;
	padding: 0px;
	border: 1px;
	width: 282px;
	}
