/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

@import url('css/reset.css');
@import url('css/typography.css');
@import url('css/color.css');

body {
	text-align: center;
	}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	}
	
#container {
	clear: both;
	}
	
#content {
	/*border: 1px solid red;*/
	float: left;
	width: 562px;
	}

#sidebar {
	/*border: 1px solid red;*/
	float: right;
	width: 198px;
	}

#footer {
	clear: both;
	}