/* test page */

#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 821px;
	visibility: visible;
	background-color: #660033;
	background-image: url(../../htdocs_current/styles/images/spacer.gif);
	z-index: 0;
}

#col1 {
	position: absolute;
	left: 10px;
	top: 90px;
	right: 0px;
	bottom: 0px;
	width: 250px;
	visibility: visible;
	height: 100%;
	background-image: url(../../htdocs_current/styles/images/spacer.gif);
	background-color: #660033;
	z-index: 0;
}
#col2 {
	position: absolute;
	left: 255px;
	top: 90px;
	right: 0px;
	bottom: 0px;
	width: 233px;
	height: 100%;
	visibility: visible;
	z-index: 0;
	background-color: #660033;
}
#col3 {
	position: absolute;
	left: 505px;
	top: 90px;
	right: 0px;
	bottom: 0px;
	width: 338px;
	height: 100%;
	visibility: visible;
	background-image: url(../../htdocs_current/styles/images/spacer.gif);
	background-color: #660033;
	z-index: 0;
}
/* alternative 2-col layout */

#B-nav {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 843px;
	visibility: visible;
	background-color: #660033;
	background-image: url(../../htdocs_current/styles/images/spacer.gif);
	z-index: 0;
}

#B-col1 {
	position: absolute;
	left: 10px;
	top: 90px;
	right: 0px;
	bottom: 0px;
	width: 480px;
	height: 100%;
	visibility: visible;
	background-image: url(../../htdocs_current/styles/images/spacer.gif);
	background-color: #660033;
	z-index: 0;
}


/* alternative 1-col layout */

#C-col1 {
	position: absolute;
	left: 10px;
	top: 90px;
	right: 0px;
	bottom: 0px;
	width: 821px;
	visibility: visible;
	height: 100%;
	background-image: url(../../htdocs_current/styles/images/spacer.gif);
	background-color: #660033;
	z-index: 0;
}
