/*
Skin Name: Three-Column Minimalist L
Skin URI: http://www.plaintxt.org/
Description: Minimalist style with two sidebars on the left.
Author: Scott Allan Wallick
Author URI: http://www.plaintxt.org/
Version: 1.0
Global Navigation: N
*/
@import url('../style.css');
div#container {
	float: right;
	margin: 0 0 0 -360px;
	width: 100%;
}
div#content {
	margin: 0 20px 0 380px;
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 140px;
	margin-left: 0px;
	margin: 0 10px;
}
div#footer {
	clear: both;
	width: 96%
}

