/* 6.0 - only fixes */
/* content area */ 
/* workaround for various ie float bugs */
/* Thanks to Nathan for his help solving the out of place divs etc M. Ward*/
#column-content { 
	float: right; 
	margin: 0;
	min-height: 100%;
}
#column-content #content {
	margin: 0px;
	height: 1%;
}
#column-one {
	z-index: 3
}
#footer {
	border-left: 1px solid #fabd23;

}
#header {
	position: relative;
}
#leftcol {
	float: left;
}
#topnav, #topnavsep, #leftcol {
	top: 0px;
}

/* the tabs */

#p-cactions {
	z-index: 3;
}

#portal-personaltools {
	padding-bottom: 0.1em;
}
#bodyContent a.external {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
#bodyContent {
	width: 98%;
}

