/*
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
*/

div#container {
   background-color: #FDFBEA;
}
div#content {
	margin: 0 0 0 0;
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 180px;
}
div#secondary	{
	clear: right;
}
div#footer {
	clear: both;
	width: 100%;
}
