          /* 
- themes.css sets basic styling
- it is removeable
*/

@import url('http://media2.onsugar.com/v837/themes/c6/themes.css');

/*** PAGE STRUCTURE ***/
#page {
   margin: 0px auto;
   width: 880px; 
}

#fullcontent{
   overflow:hidden;
   width: 880px;
}

/** This is the area containing your posts **/
#pagecontent {
   width: 600px;
   float: left; 
}

#widgets{
   width: 220px;
   float: right;
   overflow:hidden;
}


/*** TOP NAVIGATION BAR ***/
#navigation li{
   float: left;
   margin-right: 10px;
}









        
        

