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


dark green: 0D2601
lighter green 214001
cream F2EBC9
orange D9A404
rust BF7E04
*/
@import url('../style.css');
@import url('../css/custom.css');
div#container {
	float: left;
	margin: 0 0 0 -200px;
	width: 90%;
}
div#content {
	margin: 0 0 0 200px;
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 178px;
}
div#secondary	{
	clear: right;
}
div#footer {
	clear: both;
	width: 100%;
}
body{
	margin:0;
	padding:0;
	background-color:#8CA5BF;
	}
div#wrapper {
	width:90%;
	margin:auto;
	background-color:#F2EBC9;
}