/*
Skin Name: Two-Column Minimalist L
Skin URI: http://www.plaintxt.org/
Description: Minimalist style with sidebars floating left of main content.
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;
	width: 520px;
}
div#content {
	margin: 0;
}
div.sidebar {
	float: left;
	width: 215px;
	overflow: hidden;
}
div#secondary {
	clear: left;
}
div#footer {
	clear:both;
	width: 763px;
	margin:0;
	padding: 10px 0 10px 0;
	background-color: #ddd;
	line-height:1.1;
	text-align:center
}
