body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	height: 100%;
}

#top {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 0px;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 65px;
	z-index: 99;
}

html>body #top {
	height: 65px; /* ie5win fudge ends */
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
	border: 0px;
	z-index: 1;
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	height: 100%;
}

html>body #left {
	width: 230px; /* ie5win fudge ends */
	}
#middle {
	padding: 10px;
	border: 0px;

	margin: 0px 250px 0px 250px;
	}
#right {
	position: absolute;
	top: 85px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	border: 0px;

	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}
html>body #right {
	width: 230px; /* ie5win fudge ends */
	}

