/*
Skin Name: Two-Column Minimalist R
Skin URI: http://www.plaintxt.org/
Description: Minimalist style with sidebars floating right 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: left;
	/*margin: 0 0 0 -200px;*/
	width:710px;
}
div#content {
	/*margin: 0 190px 0 0;*/
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 190px;
}
div#secondary	{
	clear: right;
}
div#footer {
	clear: both;
	width: 100%;
}
