/*
 * Created by the Simple Custom CSS Plugin
 * by John Regan (http://johregan3.me)
 * http://wordpress.org/plugins/simple-custom-css/
 */

#sidebar-primary {
overflow: hidden;
float: left;
width: 00px;
margin-left: 15px;
}

#content {
overflow: hidden;
float: left;
width: 700px;
}