html, body {
	min-height: 100%;
}

.main {
	margin: 0 auto;
	max-width: 1024px;
	min-width: 730px;
	height: auto !important;
	position: relative;
	}

.subwrap, .content, .content .lining .column {
	width: 100%;
	}

.content, .right, .left, .column {
	overflow: hidden;
	}
	
.subwrap, .right {
	float: right;
	}

.content, .left {
	float: left;
	margin-right: -200px;
	}
	
.content .lining {
	padding: 0 200px;
	}
	
.right, .left {
	width: 200px;
	}
	
#footer {
	clear: both;
	width: 100%;
	} 


.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 */
	
.dt {
	display: table;
	text-align: left;
	margin: 0;
	padding: 0;
}

.dr {
	display: table-row;
}

.dc {
	vertical-align: top;
	display: table-cell;
}

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top:-32767px;
}