div#leftcolumn {
	position: relative;
	float: left;
	width: 150px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	z-index:0;
}

div#breadcrumbs {
	position: relative;
	float: left;
	width: 610px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	z-index:0;
}

/* center main content area */	
div#mainbody {
	position: relative;
	float: left;
	height: auto;
	width: 446px;
	z-index:0;
	margin-right: 10px;
}

/* right hand column */
div#rightcolumn {
	position: relative;
	float: left;
	width: 154px;
	height: auto;
	z-index:0;
}

/* this layer holds the footer file */
div#footer {
	position:relative;
	float: left;
	width: 760px;
	margin: 9px 15px 0px 0px;
}

div#urlstring {
	position: absolute;
	top: 425px;
	left: 185px;
	z-index: 30;	
}

/*print and font buttons*/
div#widgets {
	position: relative;
	clear:both;
	margin: 10px 0px 10px 0px;
	width:154px;
	height: 22px;
	z-index: 500;
	background-color:#FFFFFF;
}
div#widgets p {
	text-align:right;
}
div#widgets a:link, div#widgets a:visited {
	border: none;
}