@import url(layout1column.css);

/*  
   ----------------------------------------------------------------------------
     :: SWAN BROWSER CSS: LAYOUT
   ----------------------------------------------------------------------------

   The css for the knowledge base browsing toolkit.
   
   Project: SWAN (Semantic Web Applications in Neuromedicine)
   Authors: Paolo Ciccarese & Marco Ocana
   Created: May 22nd, 2008
*/

#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{ 
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	margin-left: 199px;
}
#rightColumn
{
	float: right;
	width: 200px;
}
#innerContentColumn
{
	margin-right: 200px;
}

#header, #innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	/* to ovverride to obtain the desired behaviour */
}



