/*   
Theme Name: Babble Base
Theme URI: babblebase.com
Description: A remodle of the Sandbox Theme 
Author: Ted Rubin
Author URI: your-URI
Template: Sandbox
Version: 1.
General comments/License Statement if any.
Tags: blue, black, two-columns, right-sidebar 
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/


div#container {
background-image: url(images/header.jpg);
float:left;
width:100%;
}

div#content {
background-image: url(images/background.jpg);
margin:0 200px;
}

div.sidebar {
background-image: url(images/header.jpg);
float:left;
overflow:hidden;
width:180px;
}

div#primary {
background-image: url(images/header.jpg);
margin:0 0 0 -100%;
}

* html div#primary {
left:20px;
position:relative;
}

div#secondary {
background-image: url(images/header.jpg);
margin:0 0 0 -180px;
}

div#footer {
background-image: url(images/header.jpg);
clear:left;
width:100%;
}

div#header {
	background-image: url(images/header.jpg);
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

