/*
Skin Name: Three-Column Minimalist
Skin URI: http://www.plaintxt.org/
Description: Minimalist style with left and right sidebars
Author: Scott Allan Wallick
Author URI: http://www.plaintxt.org/
Version: 1.0
Global Navigation: N
*/
@import url('../style.css');

#wrapper{
margin:0 auto;
width:900px;
/*background:black;
*/}

div#container {
float: left;
width: 100%;
/*background:gray;
*/}

div#content {
/*  center column 
background:red;*/
margin: 0 0 0 150px;
width:600px;
}

div.sidebar {
/*background:green;
float: left;*/
overflow: hidden;
width: 180px;
}

div#primary {
float:left;
width:130px;
margin: 0 0 0 -100%;
}

* html div#primary {
position: relative;
}

div#secondary {
float:right;
width:130px;
/*background:blue;*/
margin: 0 0 0 -130px;
}

p#googleAd{
width:120px;
height:600px;
border:1px solid white;
}