@charset "utf-8";

/**
* structure
*/

body
{
   background:none;
}

#content
{
   background:none;
}

#contentinner
{
   background:none;
}

#header
{
   display:none;
}

#logo
{
   margin:0 0 0 25px;
}

#lefcolumn
{
   width:60%;
}

#rightcolumn
{
   width:25%;
}

/**
* navigation
*/

#nav
{
   display:none;
}

/**
* headings
*/

h1,h2,h3,h4,h5,h6
{
  color:#000;
}

/**
* normal text
*/

p
{
  color:#000;
}

/**
* lists
*/

li
{
   color:#000;
}