/**** Bare Bones Skin. Base Stylesheet ****/

/**/
@import url(layout.css); 

/*********  
To debug comment the above import tag and remove the 
comments for the 3 styles below. This will remove the layout positioning and add
borders to all divisions. 
**********/

/*
body {background-color:#ccc;}
.parent-container {border:1px solid green; margin:5px; padding:5px;background-color:#fff;}
.header {border:1px solid purple;margin:5px;padding:5px;background-color:#EAEAEA;}
.main-content {border:1px solid maroon;margin:5px;padding:5px;background-color:#EAEAEA;}
.side-a, .side-b {margin:5px;padding:5px;background-color:#EAEAEA;}
.footer {border:1px solid red;margin:5px;padding:5px;background-color:#EAEAEA;}*/
@import url(graphics.css);
@import url(graphics-buttons.css);
@import url(links-text.css);
