.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
}

#overlay {
	background:#666;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;
}
#overlay #preloader {
	background:url(..i/loader_bg.gif) no-repeat;
	height:50px;
	left:50%;
	line-height:50px;
	margin:-25px 0 0 -25px;
	position:absolute;
	text-align:center; 
	top:50%;
	width:50px;
}
#overlay #preloader img {
	margin:11px 0 0 0;
	vertical-align:middle;
}

.ui-sortable {
	margin:-10px 0 0 20px;
	_margin:0 0 0 20px;
	padding:0;
	width:175px;
}

dl.sort dt {
	cursor:move;
	margin: 0;
	padding:0;
	position:relative;
}

dl.sort2 dt {
	cursor:move;
	margin: 0;
	padding:0;
	position:relative;
}
#container {
float:left;
margin: 0 0 20px 0;
}
#header {
	width:300px;
	height: 100%;
	min-height: 1000px;
	float: left;
	display: inline;
}
#content {
	width:300px;
	height: 100%;
	min-height: 1000px;
	float: left;
	display: inline;
}
#sidebar {
	width:300px;
	height: 100%;
	min-height: 1000px;
	float: left;
	display: inline;
}
#header2 {
	width:300px;
	float: left;
	display: inline;
}
#content2 {
	width:300px;
	float: left;
	display: inline;
}
#sidebar2 {
	width:300px;
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}
