/*
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: 100%;
}
div#content {
	/*margin: 0 0 0 200px;*/
	position: absolute;
	top: 120px;
	left: 100px;
	width: 440px;
}
div.sidebar {
	margin-top: 115px;
	padding-left: 20px;
	float: right;
	overflow: hidden;
	width: 160px;
}
div#secondary	{
	margin-top: 0px;
	clear: right;
}
div#footer {
	clear: both;
	width: 100%;
}
