/*
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 {
	background: url(../images/banner1.jpg) no-repeat;
	margin: 0 2% 0 2%;
}
div#container {
	float: right;
	margin: 0 0 0 -200px;
	width: 100%;
}
div#content {
	margin: 0 0 0 200px;
}
div.sidebar {
	float: left;
	width: 180px;
	overflow: hidden;
}
div#secondary {
	clear: left;
}
div#footer {
	clear: both;
	width: 100%;
}
