
/* twocolumn.css - Structure for 2 column pages. Generally this includes articles, blogs, and non-search data project pages.*/

.content {
float:left;
width:625px;
}
.content-data {
float:right;
width:782px;
}
.widgets {
float:left;
margin-left:10px;
width:336px;
}
.side-nav {
float:left;
width:180px;
margin-right:10px;
}
