/*----------------LAYOUT--------------------*/
#pagewidth {
	position: relative;
	text-align: left;
	border-right: 1px solid #cccccc;
	margin: 0 auto 0 0;
	min-width: 750px;
	max-width: 1024px;
	width: expression(document.body.clientWidth > 1024? "1024px": "auto" );
	background: white;
}
#header {
	position: relative;
	height: 76px;
	width: 100%;
	color: white;
	width: expression(document.body.clientWidth < 750? "750px": "auto" );
}
#wrapper {
	position: relative;
	border-top: 1px solid white;
	background: url(/images/right-background.png) repeat-y right;
}
#left-col {
	width: 174px;
	left: 0;
	top: 20px;
	float: left;
	margin: 20px 0 30px 0;
}
#breadcrumbs {
	/*display: relative;*/
	font-size: .85em;
	margin: 0 177px 0 0;
}
#breadcrumbs div {
	padding: 0 10px;
	left: 0;
	position: absolute;
	_margin: -3px 0 0 0;
}
#editthispage {
	top: 0;
	right: 177px;
	left: auto;
	text-align: right;
}
#main-col {
	background-color: #FFFFFF;
	width: auto;
	min-width: 370px;
	width: expression(document.body.clientWidth < 750? "398px": "auto" );
	min-height: 90em;
	_height: 90em;
	margin: 0 176px 0 176px;
	padding: 0 20px 20px 0;
	/*position: relative;*/
}
#content {
	float: right;
	left: 0;
	right: 0;
	width: 100%;
}
#page-navigation {
	padding: 25px 0 20px 0;
	font-size: .9em;
	color: #999999;
	clear: right;
}
#right-col {
	position: absolute;
	right: 0;
	top: 0;
	background: url(/images/right-panel-top.png) repeat-x top;
	margin: 0 0 0 624px;
	padding: 10px 0 0 0;
	_padding-top: 20px;
	width: 175px;
	_width: 174px;
	z-index: 2;
}
#footer {
	font: 0.85em/160% arial, sans-serif;
	border-top: 1px solid white;
	height: 26px;
	clear: both;
	color: white;
	position: relative;
}
/*-- footer --*/
#footer p {
	margin: 5px 20px;
}
#footer-right {
	position: absolute;
	width: 175px;
	height: 26px;
	top: 0;
	right: 0;
	border-left: 1px solid white;
	text-align: center;
}
/* End of 'layout' */


/* *** Float containers fix: */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
