/*
Skin Name: Two-Column Jewelry Left
Skin URI: http://patrick.bloggles.info/
Description: Minimalist style with sidebars floating left of main content.
Author: Patrick Chia
Author URI: http://patrick.bloggles.info/
Version: 1.0
Global Navigation: N
*/
@import url('../style.css');
div#wrapper {
	margin: 0;
	padding: 0;
}
div#container {
	float: right;
	margin: 10px 0 0 -220px;
	width: 100%;
}
div#content {
	margin: 0 0 0 220px;
}
div.sidebar {
	float: left;
	width: 200px;
	overflow: hidden;
}
div#secondary {
	clear: left;
}
div#footer {
	clear: both;
	width: 100%;
}
