html, body {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#pagewidth {
	width: 920px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background : #FFFFFF url(../accent/sepbg.png) repeat-x 0px 92px;
}

#header {
	width: 100%;
	height: 92px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#leftcol {
	width: 192px;
	float: left;
	position: relative;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 32px 0px;
	background : #FFFFFF url(../accent/sepbg.png) repeat-x 0px 0px;
}

#maincol {
	width: 710px;
	float: right;
	position: relative;
	display: inline;
	margin: 0px;
	padding: 0px 0px 32px 0px;
	background : #FFFFFF url(../accent/sepbg.png) repeat-x 0px 0px;
}

#footer {
	width: 100%;
	height: 16px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* 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;
}

/* End hide from IE-mac */

/* printer styles */
@media print {
/* hide the leftcolumn when printing */
#leftcol {
	display: none;
}
#twocols, #maincol {
	width: 100%;
	float: none;
}
}
