/*///////////////////////////////////////////////////////*/
/*//                                                   //*/
/*//           L'ARSENAL DEFAULT CSS                   //*/
/*//                                                   //*/
/*// author    : VB                                    //*/
/*// version   : CVS $Revision: 1.3 $                  //*/
/*// date      : CVS $Date: 2005/08/01 20:57:38 $             //*/
/*//                                                   //*/
/*///////////////////////////////////////////////////////*/


body {
    background-color: #ffffff;
    background-image: none;
}

.content {
	margin-right: 30px; /* width of rightside + position right */
	margin-left: 30px; /* width of leftside + position left */
  border: 0;
  background-color: #ffffff;
	}



#leftside {
    display: none;
	}

		
#rightside {
    display: none;
	}	
	

#legalese {
    display: none;
        }



/*** Index styles ***/

.indexContent
{
	margin-right: 30px; /* width of rightside + position right */
	margin-left: 30px; /* width of leftside + position left */
  border: 0;
  background-color: #ffffff;
}


