
/* 2 Col LC Con Side+Xtra */
#sidebarw, #extraw, #footerw{clear:both;}
@media only screen and (min-width:600px){
#wrapper{float:left; width:100%; margin-left:-180px;}
#contentw{margin-left:180px;}
#sidebarw{clear:right; float:right; width:180px;}
#extraw{clear:right; float:right; width:180px;}
#footerw{clear:both; width:100%;}
}
