@charset "iso-8859-1";

#centerColumn
	{
    padding: 0;
    margin: 0;
	float:left;
    min-height:40em;
    max-width: 78%;

	}

#centerColumnInside
	{
	
	}
#centerColumn .inside
	{
	padding: 0.5em 0.8em 1em 3em !important;
    border-right: 0px solid #ccc !important;
    background: none;    
	}
    
#rightColumn
	{
    display: none;
    width: 0%;
	}


/******************************************************************************/
