/*
Skin Name: Hans 2-col right
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: 0px 20px 0px 0px;
padding:20px;
	width: 500px;
}
div#content {
	margin: 0 0 0 0px;
}
div.sidebar {
	float: left;
clear:right;
	overflow: hidden;
	width: 250px;
margin: -5px 20px 0px 0px;
}
div#secondary	{

float:left;
width:250px;
margin: 0px 0px 0px 0px;
}
div#footer {
	clear: both;
	width: 100%;
}
div#wrapper{
	clear: both;
	width: 900px;
margin-left: auto;
margin-right: auto;
}