@charset "UTF-8";
/* CSS Document */

/* Remove unwanted elements */
#header, #thin, #thinBg, #footer
{
display: none;
}

/* Except on the first page */
#index #header, #index #thin, #index #thinBg, #index #footer
{
display: block;
}

/* Ensure the content spans the full width */
#wide
{
width: 98%; float: none; 
}

/* Except on the first page */
#index #wide
{
width: 550px; float: left;
}

body { font-size: 105%!important; }


