/* 2 column markup styles >> */
body{min-width:780px;width:expression((documentElement.clientWidth||document.body.clientWidth)<780?'780px':'100%');}
#wrapper {
	background: url(../img/left.gif) repeat-y left;
}

#container {
	width: 100%;
	background: url(../img/left.gif) repeat-y left;
	float: right;
	margin-left: -200px;
}
#content {
	margin-left: 200px;
	padding:10px;
	font-size:small;
}
#sidebar {
	width: 200px;
	float: left;
}

.clearing {
	height: 0;
	clear: both;
}
/* << 2 column markup styles */
