/* colors:
body bkg: ; 
*/

@font-face {
    font-family: 'UbuntuRegular';
    src: url('ubuntu/Ubuntu-R-webfont.eot');
    src: url('ubuntu/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu/Ubuntu-R-webfont.woff') format('woff'),
         url('ubuntu/Ubuntu-R-webfont.ttf') format('truetype'),
         url('ubuntu/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuItalic';
    src: url('ubuntu/Ubuntu-RI-webfont.eot');
    src: url('ubuntu/Ubuntu-RI-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu/Ubuntu-RI-webfont.woff') format('woff'),
         url('ubuntu/Ubuntu-RI-webfont.ttf') format('truetype'),
         url('ubuntu/Ubuntu-RI-webfont.svg#UbuntuItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBold';
    src: url('ubuntu/Ubuntu-B-webfont.eot');
    src: url('ubuntu/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu/Ubuntu-B-webfont.woff') format('woff'),
         url('ubuntu/Ubuntu-B-webfont.ttf') format('truetype'),
         url('ubuntu/Ubuntu-B-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuMedium';
    src: url('ubuntu/Ubuntu-M-webfont.eot');
    src: url('ubuntu/Ubuntu-M-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu/Ubuntu-M-webfont.woff') format('woff'),
         url('ubuntu/Ubuntu-M-webfont.ttf') format('truetype'),
         url('ubuntu/Ubuntu-M-webfont.svg#UbuntuMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

#changing, #left-panel, #side-bar, #blog, #footer, img#bg, img#logo, .sub-head
 { display:none; }
 div#content { width:712px }
#text { font-size:14px; font-family: 'UbuntuRegular', sans-serif;color:#000; width:712px; }
body { background:#fff; text-align:center; margin: auto; }

p { margin:0px 0px 15px;}

hr { margin-bottom:10px; height: 1px; background:#b2b2b2; color:#b2b2b2; }

