/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "boilerplate.css";
@import "plugins.css";


/* Site
-------------------------------------------------------------- */
  
  /* Put your site styles here */

body {
margin: 0;
padding: 0;
}

.container {
text-align: left;
margin:0 auto;
width:950px;
}

.fullwidth {
float: left;
width: 950px;
}

.squeeze {
padding: 30px;
float: left;
width: 890px;
}

.content {
padding: 15px;
float: left;
width: 600px;
margin-right: 10px;
}

.sidebar {
float: left;
width: 310px;
}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}