/* this layer holds the main navigation bar contained in the include file "nav.inc" */

div#leftcolumn {
	position: relative;
	float: left;
	width: 150px;
	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;
	width: 610px;
	z-index:0;
}

/* this layer holds the footer file */
div#footer {
	position:relative;
	float: left;
	clear: both;
	width: 760px;
	margin: 9px 15px 0px 0px;
	font-size: 9px;
}

/*print and font buttons*/
div#widgets {
	float: right;
	position: relative;
	margin:10px 5px 10px 0px;
	height:22px;
	width:150px;
	text-align:right;
}
div#widgets a:link, div#widgets a:visited {
	border: none;
}