/*
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 {
}
div#primary {
	display: none;
}
div#secondary	{
	display: none;
}
div#footer {
	clear: both;
	width: 100%;
}

